Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueue.h516 size_t firstReadCount = 0, secondReadCount = 0; in copyFrom() local
521 firstReadCount, in copyFrom()
532 if (firstReadCount != 0) { in copyFrom()
533 memcpy(data, firstBaseAddress, firstReadCount * sizeof(T)); in copyFrom()
537 memcpy(data + firstReadCount, in copyFrom()