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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h95 #define DN_KEY_GT(a,b) ((int64_t)((a)-(b)) > 0) macro
H A Dip_dummynet.c378 if ((temp != maxelt) && DN_KEY_GT(h->p[temp].key, h->p[temp+1].key))
380 if (DN_KEY_GT(new_key, h->p[temp].key)) { /* go down */
1298 if (DN_KEY_GT(q->S, q->F)) { /* means timestamps are invalid */
1324 if (DN_KEY_GT(q->S, pipe->V) ) { /* not eligible */

Completed in 71 milliseconds