Searched refs:min_heap_ctor_ (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devent.c585 min_heap_ctor_(&base->timeheap);
H A Dminheap-internal.h45 static inline void min_heap_ctor_(min_heap_t* s);
64 void min_heap_ctor_(min_heap_t* s) { s->p = 0; s->n = 0; s->a = 0; } function
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_minheap.c62 min_heap_ctor_(&heap);

Completed in 219 milliseconds