Searched defs:lt (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dsafe.c47 /* lt is -1 if p1[i] < p2[i]; else 0. */
48 int lt = (p1[i] - p2[i]) >> CHAR_BIT; local
54 int cmp = lt - gt;
60 done |= lt | gt;

Completed in 10 milliseconds