Home
last modified time | relevance | path

Searched refs:ndx (Results 1 – 7 of 7) sorted by relevance

/original-bsd/lib/libc/db/hash/
H A Dhash_page.c105 register int ndx; variable
116 if (ndx != 1)
122 if (ndx != (n - 1)) {
163 int n, ndx, retval; variable
207 ndx += 2;
469 ndx = sp[0];
479 sp[0] = ndx + 2;
794 u_short ndx; variable
802 (ndx ? hashp->SPARES[ndx - 1] : 0) + (addr & SPLITMASK) - 1;
884 int ndx;
[all …]
H A Dhash.c591 for (bp = (u_short *)rbufp->page, n = *bp++, ndx = 1; ndx < n;)
602 ndx += 2;
612 ndx = 1;
615 if ((ndx =
622 ndx = 0;
634 ndx = 1;
672 val->size = bp[ndx] - bp[ndx + 1];
702 u_short *bp, ndx; local
762 key->size = (ndx > 1 ? bp[ndx - 1] : hashp->BSIZE) - bp[ndx];
764 data->size = bp[ndx] - bp[ndx + 1];
[all …]
H A Dhash_bigkey.c240 __find_bigpair(hashp, bufp, ndx, key, size)
243 int ndx; variable
258 for (bytes = hashp->BSIZE - bp[ndx];
260 bytes = hashp->BSIZE - bp[ndx]) {
261 if (memcmp(p + bp[ndx], kkey, bytes))
270 ndx = 1;
279 return (ndx);
336 int ndx; variable
345 while (bp[ndx + 1] == PARTIAL_KEY) {
350 ndx = 1;
[all …]
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Dprint.c12 float x0, y0, x1, y1, ox, oy, dx, dy, ndx, ndy; in print() local
100 ndx = dx + p->o_val[j]; in print()
103 dotline(dx, dy, ndx, ndy, p->o_attr, p->o_ddval); in print()
105 line(dx, dy, ndx, ndy); in print()
106 dx = ndx; in print()
/original-bsd/old/adb/scripts.tahoe/
H A Dproc10 +/"%cpu"16t"ndx"8t"idhash"8t"pptr"nX2xX
/original-bsd/old/adb/scripts.vax/
H A Dproc10 +/"ticks"16t"%cpu"16t"ndx"8t"hash"nd++16tXd++X
/original-bsd/sys/ufs/lfs/
H A Dlfs_segment.c369 int error, i, ndx; local
396 ndx = LFS_SUMMARY_SIZE / sizeof(ufs_daddr_t) -
398 ((ufs_daddr_t *)(sp->segsum))[ndx] = daddr;