Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dradix.c454 int cmp_res; in rn_insert() local
466 cmp_res = (cp[-1] ^ cp2[-1]) & 0xff; in rn_insert()
467 for (b = (int)(cp - v) << 3; cmp_res; b--) { in rn_insert()
468 cmp_res >>= 1; in rn_insert()