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

/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dtsmemcmp.c43 unsigned int isLT = 0u; local
48 isLT |= mask &
52 mask &= ~(isLT | isGT);
54 return (int)(isGT >> CHAR_BIT) - (int)(isLT >> CHAR_BIT);

Completed in 79 milliseconds