OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_heap_top
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
min_heap.h
45
static inline struct event*
min_heap_top
(min_heap_t* s);
63
struct event*
min_heap_top
(min_heap_t* s) { return s->n ? *s->p : 0; }
function
/external/chromium_org/third_party/libevent/
min_heap.h
45
static inline struct event*
min_heap_top
(min_heap_t* s);
63
struct event*
min_heap_top
(min_heap_t* s) { return s->n ? *s->p : 0; }
function
Completed in 446 milliseconds