r 95 libdb/bt_split.c PAGE *h, *l, *r, *lchild, *rchild; r 110 libdb/bt_split.c bt_root(t, sp, &l, &r, &skip, ilen) : r 111 libdb/bt_split.c bt_page(t, sp, &l, &r, &skip, ilen); r 129 libdb/bt_split.c bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR) r 157 libdb/bt_split.c rchild = r; r 222 libdb/bt_split.c bt_root(t, h, &l, &r, &skip, nbytes) : r 223 libdb/bt_split.c bt_page(t, h, &l, &r, &skip, nbytes); r 302 libdb/bt_split.c bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR) r 311 libdb/bt_split.c mpool_put(t->bt_mp, r, MPOOL_DIRTY); r 325 libdb/bt_split.c mpool_put(t->bt_mp, r, 0); r 351 libdb/bt_split.c PAGE *l, *r, *tp; r 358 libdb/bt_split.c if ((r = __bt_new(t, &npg)) == NULL) r 360 libdb/bt_split.c r->pgno = npg; r 361 libdb/bt_split.c r->lower = BTDATAOFF; r 362 libdb/bt_split.c r->upper = t->bt_psize; r 363 libdb/bt_split.c r->nextpg = h->nextpg; r 364 libdb/bt_split.c r->prevpg = h->pgno; r 365 libdb/bt_split.c r->flags = h->flags & P_TYPE; r 381 libdb/bt_split.c h->nextpg = r->pgno; r 382 libdb/bt_split.c r->lower = BTDATAOFF + sizeof(indx_t); r 385 libdb/bt_split.c *rp = r; r 386 libdb/bt_split.c return (r); r 391 libdb/bt_split.c mpool_put(t->bt_mp, r, 0); r 398 libdb/bt_split.c l->nextpg = r->pgno; r 411 libdb/bt_split.c tp->prevpg = r->pgno; r 422 libdb/bt_split.c tp = bt_psplit(t, h, l, r, skip, ilen); r 431 libdb/bt_split.c *rp = r; r 456 libdb/bt_split.c PAGE *l, *r, *tp; r 465 libdb/bt_split.c (r = __bt_new(t, &rnpg)) == NULL) r 468 libdb/bt_split.c r->pgno = rnpg; r 469 libdb/bt_split.c l->nextpg = r->pgno; r 470 libdb/bt_split.c r->prevpg = l->pgno; r 471 libdb/bt_split.c l->prevpg = r->nextpg = P_INVALID; r 472 libdb/bt_split.c l->lower = r->lower = BTDATAOFF; r 473 libdb/bt_split.c l->upper = r->upper = t->bt_psize; r 474 libdb/bt_split.c l->flags = r->flags = h->flags & P_TYPE; r 477 libdb/bt_split.c tp = bt_psplit(t, h, l, r, skip, ilen); r 480 libdb/bt_split.c *rp = r; r 497 libdb/bt_split.c bt_rroot(t, h, l, r) r 499 libdb/bt_split.c PAGE *h, *l, *r; r 512 libdb/bt_split.c r->flags & P_RLEAF ? NEXTINDEX(r) : rec_total(r), r->pgno); r 537 libdb/bt_split.c bt_broot(t, h, l, r) r 539 libdb/bt_split.c PAGE *h, *l, *r; r 561 libdb/bt_split.c bl = GETBLEAF(r, 0); r 565 libdb/bt_split.c WR_BINTERNAL(dest, bl->ksize, r->pgno, 0); r 577 libdb/bt_split.c bi = GETBINTERNAL(r, 0); r 582 libdb/bt_split.c ((BINTERNAL *)dest)->pgno = r->pgno; r 614 libdb/bt_split.c bt_psplit(t, h, l, r, pskip, ilen) r 616 libdb/bt_split.c PAGE *h, *l, *r; r 720 libdb/bt_split.c c->pg.pgno = r->pgno; r 734 libdb/bt_split.c rval = r; r 764 libdb/bt_split.c r->linp[off] = r->upper -= nbytes; r 765 libdb/bt_split.c memmove((char *)r + r->upper, src, nbytes); r 767 libdb/bt_split.c r->lower += off * sizeof(indx_t); r 771 libdb/bt_split.c r->lower += sizeof(indx_t); r 1535 libglibc/regex.c active_reg_t r; \ r 1537 libglibc/regex.c for (r = lowest_active_reg; r <= highest_active_reg; r++) \ r 1539 libglibc/regex.c MATCHED_SOMETHING (reg_info[r]) \ r 1540 libglibc/regex.c = EVER_MATCHED_SOMETHING (reg_info[r]) \ r 4451 libglibc/regex.c unsigned char r = *p - 1; r 4452 libglibc/regex.c while (r > 0 && !IS_ACTIVE (reg_info[r])) r 4453 libglibc/regex.c r--; r 4462 libglibc/regex.c if (r == 0) r 4468 libglibc/regex.c highest_active_reg = r; r 4522 libglibc/regex.c unsigned r; r 4527 libglibc/regex.c for (r = *p; r < (unsigned) *p + (unsigned) *(p + 1); r 4528 libglibc/regex.c r++) r 4530 libglibc/regex.c regstart[r] = old_regstart[r]; r 4533 libglibc/regex.c if (old_regend[r] >= regstart[r]) r 4534 libglibc/regex.c regend[r] = old_regend[r]; r 5790 libglibc/regex.c unsigned r; r 5792 libglibc/regex.c for (r = 0; r < nmatch; r++) r 5794 libglibc/regex.c pmatch[r].rm_so = regs.start[r]; r 5795 libglibc/regex.c pmatch[r].rm_eo = regs.end[r];