Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.c164 int father = HEAP_FATHER(son); in heap_insert() local
172 son = father; in heap_insert()
197 if (father < 0 || father >= h->elements) { in heap_extract()
199 __FUNCTION__, father, h->elements); in heap_extract()
208 RESET_OFFSET(h, father); in heap_extract()
213 h->p[father] = h->p[child]; in heap_extract()
214 SET_OFFSET(h, father); in heap_extract()
215 father = child; in heap_extract()
218 if (father != max) { in heap_extract()
223 h->p[father] = h->p[max]; in heap_extract()
[all …]