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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c294 int father = HEAP_FATHER(son) ; local
297 if (DN_KEY_LT( h->p[father].key, h->p[son].key ) )
299 /* son smaller than father, swap and repeat */
300 HEAP_SWAP(h->p[son], h->p[father], tmp) ;
302 son = father ;
314 int child, father, maxelt = h->elements - 1 ; local
320 father = 0 ; /* default: move up smallest child */
324 father = *((int *)((char *)obj + h->offset)) ;
325 if (father < 0 || father >
[all...]

Completed in 80 milliseconds