Searched defs:numElementsInQueue (Results 1 – 2 of 2) sorted by relevance
304 size_t numElementsInQueue = SIZE_MAX / sizeof(uint16_t) + 1; in TYPED_TEST() local381 size_t numElementsInQueue = SIZE_MAX / sizeof(uint32_t) - PAGE_SIZE - 1; in TEST_F() local395 size_t numElementsInQueue = 64; in TEST_F() local429 size_t numElementsInQueue = 64; in TEST_F() local524 size_t numElementsInQueue = SSIZE_MAX / sizeof(uint16_t) + 1; in TEST_F() local
654 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(size_t numElementsInQueue, in MessageQueueBase()