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

/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c497 int cmp_res; local
510 cmp_res = (cp[-1] ^ cp2[-1]) & 0xff;
515 * by looking at (cmp_res >> 1) in each iteration below.
520 for (b = (cp - v) << 3; cmp_res; b--)
521 cmp_res >>= 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c375 uint8_t cmp_res; local
388 cmp_res = cp[-1] ^ cp2[-1];
389 for (b = (cp - v) << 3; cmp_res != 0; b--)
390 cmp_res >>= 1;

Completed in 292 milliseconds