Lines Matching defs:base
225 int base, index, lim, btindex;
357 for (base = XTENTRYSTART; lim; lim >>= 1) {
358 index = base + (lim >> 1);
407 base = index + 1;
415 * base is the smallest index with key (Kj) greater than
418 if (base < le16_to_cpu(p->header.nextindex))
419 next = offsetXAD(&p->xad[base]);
423 * return location of entry (base) where new entry with
442 btsp->index = base;
447 if (base == btindex || base == btindex + 1)
451 jfs_ip->btindex = base;
462 * if base is non-zero, decrement base by one to get the parent
465 index = base ? base - 1 : base;
520 xtpage_t *p; /* base B+-tree index page */
1344 xtpage_t *p; /* base B+-tree index page */
1503 xtpage_t *p; /* base B+-tree index page */
1949 xtpage_t *p; /* base B+-tree index page */