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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h93 #define DN_KEY_LT(a,b) ((int64_t)((a)-(b)) < 0) macro
H A Dip_dummynet.c297 if (DN_KEY_LT( h->p[father].key, h->p[son].key ) )
334 if (child != maxelt && DN_KEY_LT(h->p[child+1].key, h->p[child].key) )
368 if (DN_KEY_LT(new_key, h->p[i].key) ) { /* must move up */
370 for (; i>0 && DN_KEY_LT(new_key, h->p[(temp = HEAP_FATHER(i))].key) ;
810 DN_KEY_LT(pe->idle_heap.p[0].key, pe->V) ) {

Completed in 77 milliseconds