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

/solaris-userland/components/krb5/Solaris/
H A Dutil_ordering.c66 * mask(max) is 2 ** 64 - 1, and half is 2 ** 63.
68 * 0 half mask
70 * half range ( 2 ** 63 )
73 * in the "half range", normal integer comparison is enough.
75 * If the distance is bigger than half of the range, one of them must
81 * the distance will be in half range again.
84 * happen too often. If the distance is really bigger than half range,
85 * (1 is expected, but half + 2 arrives) we really don't know if it's a
93 uint64_t half; local
103 half
[all...]

Completed in 1758 milliseconds