Home
last modified time | relevance | path

Searched refs:firstReadCount (Results 1 – 1 of 1) sorted by relevance

/system/libfmq/include/fmq/
DMessageQueue.h511 size_t firstReadCount = 0, secondReadCount = 0; in copyFrom() local
516 firstReadCount, in copyFrom()
527 if (firstReadCount != 0) { in copyFrom()
528 memcpy(data, firstBaseAddress, firstReadCount * sizeof(T)); in copyFrom()
532 memcpy(data + firstReadCount, in copyFrom()