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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.c314 int child, father, maxelt = h->elements - 1 ; local
316 if (maxelt < 0) {
333 while (child <= maxelt) { /* valid entry */
334 if (child != maxelt && DN_KEY_LT(h->p[child+1].key, h->p[child].key) )
342 if (father != maxelt) {
346 h->p[father] = h->p[maxelt] ;
361 int maxelt = h->elements-1 ;
377 while ( (temp = HEAP_LEFT(i)) <= maxelt ) { /* found left child */
378 if ((temp != maxelt) && DN_KEY_GT(h->p[temp].key, h->p[temp+1].key))

Completed in 21 milliseconds