Home | History | Annotate | Download | only in lfs

Lines Matching defs:narrays

135 	int dirblocks, i, j, memreqd, nblocks, narrays, nslots, slot;
167 narrays = howmany(nslots, DH_NBLKOFF);
168 nslots = narrays * DH_NBLKOFF;
172 memreqd = sizeof(*dh) + narrays * sizeof(*dh->dh_hash) +
173 narrays * DH_NBLKOFF * sizeof(**dh->dh_hash) +
200 dh->dh_hashsz = narrays * sizeof(dh->dh_hash[0]);
206 for (i = 0; i < narrays; i++) {
214 dh->dh_narrays = narrays;
276 for (i = 0; i < narrays; i++)
1069 int i, mem, narrays;
1098 narrays = dh->dh_narrays;
1099 mem = narrays * sizeof(*dh->dh_hash) +
1100 narrays * DH_NBLKOFF * sizeof(**dh->dh_hash) +
1107 for (i = 0; i < narrays; i++)