Home
last modified time | relevance | path

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

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