Searched defs:gt (Results 1 - 1 of 1) sorted by relevance
/bind-9.11.3/lib/isc/ | ||
H A D | safe.c | 50 /* gt is -1 if p1[i] > p2[i]; else 0. */ 51 int gt = (p2[i] - p1[i]) >> CHAR_BIT; local 54 int cmp = lt - gt; 60 done |= lt | gt; |
Completed in 10 milliseconds