Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c309 short check_ndx; variable
339 for (check_ndx = (short)(ndx - 1);
340 check_ndx >= 0 && KEY_OFF(pagep, check_ndx) == BIGPAIR;
341 check_ndx--);
342 if (check_ndx < 0)
346 DATA_OFF(pagep, check_ndx) - DATA_OFF(pagep, ndx);
368 if (check_ndx < 0)
373 DATA_OFF(pagep, (check_ndx)) - len;