Lines Matching refs:linp
115 h->linp[skip] = h->upper; in __bt_split()
228 memmove(h->linp + skip + 1, h->linp + skip, in __bt_split()
237 h->linp[skip] = h->upper -= nbytes; in __bt_split()
238 dest = (char *)(void *)h + h->linp[skip]; in __bt_split()
243 h->linp[skip] = h->upper -= nbytes; in __bt_split()
244 dest = (char *)(void *)h + h->linp[skip]; in __bt_split()
261 dest = (char *)(void *)h + h->linp[skip - 1]; in __bt_split()
263 dest = (char *)(void *)l + l->linp[NEXTINDEX(l) - 1]; in __bt_split()
268 h->linp[skip] = h->upper -= nbytes; in __bt_split()
269 dest = (char *)(void *)h + h->linp[skip]; in __bt_split()
279 dest = (char *)(void *)h + h->linp[skip - 1]; in __bt_split()
281 dest = (char *)(void *)l + l->linp[NEXTINDEX(l) - 1]; in __bt_split()
286 h->linp[skip] = h->upper -= nbytes; in __bt_split()
287 dest = (char *)(void *)h + h->linp[skip]; in __bt_split()
503 h->linp[0] = h->upper = (indx_t)sz; in bt_rroot()
508 h->linp[1] = h->upper -= NRINTERNAL; in bt_rroot()
552 h->linp[0] = h->upper = t->bt_psize - nbytes; in bt_broot()
560 h->linp[1] = h->upper -= nbytes; in bt_broot()
579 h->linp[1] = h->upper -= nbytes; in bt_broot()
687 l->linp[off] = l->upper -= nbytes; in bt_psplit()
768 r->linp[off] = r->upper -= nbytes; in bt_psplit()