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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c623 int child, father, maxelt = h->elements - 1 ; local
625 if (maxelt < 0) {
642 while (child <= maxelt) { /* valid entry */
643 if (child != maxelt && DN_KEY_LT(h->p[child+1].key, h->p[child].key) )
651 if (father != maxelt) {
655 h->p[father] = h->p[maxelt] ;

Completed in 20 milliseconds