Lines Matching refs:linp
104 h->linp[skip] = h->upper -= ilen; in __bt_split()
214 memmove(h->linp + skip + 1, h->linp + skip, in __bt_split()
223 h->linp[skip] = h->upper -= nbytes; in __bt_split()
224 dest = (char *)h + h->linp[skip]; in __bt_split()
229 h->linp[skip] = h->upper -= nbytes; in __bt_split()
230 dest = (char *)h + h->linp[skip]; in __bt_split()
247 dest = (char *)h + h->linp[skip - 1]; in __bt_split()
249 dest = (char *)l + l->linp[NEXTINDEX(l) - 1]; in __bt_split()
254 h->linp[skip] = h->upper -= nbytes; in __bt_split()
255 dest = (char *)h + h->linp[skip]; in __bt_split()
265 dest = (char *)h + h->linp[skip - 1]; in __bt_split()
267 dest = (char *)l + l->linp[NEXTINDEX(l) - 1]; in __bt_split()
272 h->linp[skip] = h->upper -= nbytes; in __bt_split()
273 dest = (char *)h + h->linp[skip]; in __bt_split()
479 h->linp[0] = h->upper = t->bt_psize - NRINTERNAL; in bt_rroot()
484 __PAST_END(h->linp, 1) = h->upper -= NRINTERNAL; in bt_rroot()
528 h->linp[0] = h->upper = t->bt_psize - nbytes; in bt_broot()
536 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
555 __PAST_END(h->linp, 1) = h->upper -= nbytes; in bt_broot()
659 l->linp[off] = l->upper -= nbytes; in bt_psplit()
736 r->linp[off] = r->upper -= nbytes; in bt_psplit()