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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h88 * MAX64 returns the largest of two key values.
97 #define MAX64(x,y) (( (int64_t) ( (y)-(x) )) > 0 ) ? (y) : (x) macro
H A Dip_dummynet.c703 p->V = MAX64 ( p->V, neh->p[0].key );
1303 q->S = MAX64(q->F, pipe->V ) ;
1309 pipe->V = MAX64 ( q->S, pipe->V );

Completed in 75 milliseconds