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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c57 #ifndef MAX64
58 #define MAX64(x,y) (( (int64_t) ( (y)-(x) )) > 0 ) ? (y) : (x) macro
159 alg_fq->S = MAX64(alg_fq->F, si->V); /* compute new S */
165 si->V = MAX64(alg_fq->S, si->V);
229 si->V = MAX64(si->V, HEAP_TOP(neh)->key);

Completed in 117 milliseconds