Searched defs:numElementsInQueue (Results 1 – 2 of 2) sorted by relevance
302 size_t numElementsInQueue = SIZE_MAX / sizeof(uint16_t) + 1; in TYPED_TEST() local314 size_t numElementsInQueue = SIZE_MAX / sizeof(uint32_t) - PAGE_SIZE - 1; in TEST_F() local328 size_t numElementsInQueue = 64; in TEST_F() local362 size_t numElementsInQueue = 64; in TEST_F() local457 size_t numElementsInQueue = SSIZE_MAX / sizeof(uint16_t) + 1; in TEST_F() local
662 MessageQueueBase<MQDescriptorType, T, flavor>::MessageQueueBase(size_t numElementsInQueue, in MessageQueueBase()