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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c603 int father = HEAP_FATHER(son) ; local
606 if (DN_KEY_LT( h->p[father].key, h->p[son].key ) )
608 /* son smaller than father, swap and repeat */
609 HEAP_SWAP(h->p[son], h->p[father], tmp) ;
611 son = father ;
623 int child, father, maxelt = h->elements - 1 ; local
629 father = 0 ; /* default: move up smallest child */
633 father = *((int *)((char *)obj + h->offset)) ;
634 if (father < 0 || father >
[all...]

Completed in 21 milliseconds