OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_heap_elem_init
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
min_heap.h
41
static inline void
min_heap_elem_init
(struct event* e);
60
void
min_heap_elem_init
(struct event* e) { e->min_heap_idx = -1; }
function
/external/chromium_org/third_party/libevent/
min_heap.h
41
static inline void
min_heap_elem_init
(struct event* e);
60
void
min_heap_elem_init
(struct event* e) { e->min_heap_idx = -1; }
function
Completed in 32 milliseconds