OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_heap_empty_
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libevent/dist/
minheap-internal.h
50
static inline int
min_heap_empty_
(min_heap_t* s);
68
int
min_heap_empty_
(min_heap_t* s) { return 0u == s->n; }
function
/src/external/bsd/ntp/dist/sntp/libevent/
minheap-internal.h
51
static inline int
min_heap_empty_
(min_heap_t* s);
69
int
min_heap_empty_
(min_heap_t* s) { return 0u == s->n; }
function
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026