Home
last modified time | relevance | path

Searched refs:min_heap_shift_up_ (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dminheap-internal.h57 static inline void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e);
75 min_heap_shift_up_(s, s->n++, e); in min_heap_push_()
165 void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e) in min_heap_shift_up_() function
H A DChangeLog-2.0837 o Remove a needless min_heap_shift_up_() call (7204b91)
/freebsd/contrib/libevent/
H A Dminheap-internal.h57 static inline void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e);
75 min_heap_shift_up_(s, s->n++, e); in min_heap_push_()
165 void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e) in min_heap_shift_up_() function
H A DChangeLog-2.0837 o Remove a needless min_heap_shift_up_() call (7204b91)