OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_heap_ctor
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
min_heap.h
39
static inline void
min_heap_ctor
(min_heap_t* s);
58
void
min_heap_ctor
(min_heap_t* s) { s->p = 0; s->n = 0; s->a = 0; }
function
event.c
181
min_heap_ctor
(&base->timeheap);
Completed in 449 milliseconds