Lines Matching refs:ndx
267 int ndx, in __find_bigpair() argument
282 for (bytes = hashp->BSIZE - bp[ndx]; in __find_bigpair()
283 (int) bytes <= size && bp[ndx + 1] == PARTIAL_KEY; in __find_bigpair()
284 bytes = hashp->BSIZE - bp[ndx]) { in __find_bigpair()
285 if (memcmp(p + bp[ndx], kkey, bytes)) in __find_bigpair()
289 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair()
294 ndx = 1; in __find_bigpair()
297 if ((int) bytes != ksize || memcmp(p + bp[ndx], kkey, bytes)) { in __find_bigpair()
303 return (ndx); in __find_bigpair()
358 int ndx, in __big_return() argument
367 while (bp[ndx + 1] == PARTIAL_KEY) { in __big_return()
372 ndx = 1; in __big_return()
375 if (bp[ndx + 1] == FULL_KEY) { in __big_return()