HomeSort by relevance Sort by last modified time
    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