Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_page.c154 if (bp[i + 1] == OVFLPAGE) { in __delpair()
301 if (ino[2] < REAL_KEY && ino[2] != OVFLPAGE) { in ugly_split()
319 } else if (ino[n + 1] == OVFLPAGE) { in ugly_split()
411 else if (bp[2] < REAL_KEY && bp[bp[0]] != OVFLPAGE) { in __addel()
499 sp[ndx + 2] = OVFLPAGE; in __add_ovflpage()
897 sp[n + 2] = OVFLPAGE; in squeeze_key()
928 while (bp[0] && ((bp[bp[0]] == OVFLPAGE) ||
Dhash_bigkey.c239 bp[2] = OVFLPAGE; in __big_delete()
335 ((n == 2) || (bp[n] == OVFLPAGE) || (FREESPACE(bp)))) in __find_last_page()
621 tp[++n] = OVFLPAGE; in __big_split()
Dhash.h298 #define OVFLPAGE 0 macro
Dhash.c662 } else if (bp[1] == OVFLPAGE) {
802 while (bp[hashp->cndx + 1] == OVFLPAGE) {