OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIMPLE_QUEUE_MAX_ELEMENTS
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/os/inc/
simpleQ.h
25
#define
SIMPLE_QUEUE_MAX_ELEMENTS
0x0FFFFFFE
/device/google/contexthub/firmware/os/core/
simpleQ.c
36
#define SIMPLE_QUEUE_IDX_NONE (
SIMPLE_QUEUE_MAX_ELEMENTS
+ 1)
54
if (numEntries >
SIMPLE_QUEUE_MAX_ELEMENTS
)
Completed in 363 milliseconds