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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.c435 int cmp_res; local
445 cmp_res = (cp[-1] ^ cp2[-1]) & 0xff;
446 for (b = (cp - v) << 3; cmp_res; b--)
447 cmp_res >>= 1;

Completed in 13 milliseconds