Lines Matching refs:nhere
45 size_t nhere; in findidx() local
54 nhere = *cp++; in findidx()
72 for (cnt = 0; cnt < nhere && cnt < len; ++cnt) in findidx()
77 if (cnt == nhere) in findidx()
80 *cpp += nhere; in findidx()
85 cp += nhere; in findidx()
86 if (!LOCFILE_ALIGNED_P (1 + nhere)) in findidx()
87 cp += LOCFILE_ALIGN - (1 + nhere) % LOCFILE_ALIGN; in findidx()
96 for (cnt = 0; cnt < nhere && cnt < len; ++cnt) in findidx()
100 if (cnt != nhere) in findidx()
105 cp += 2 * nhere; in findidx()
106 if (!LOCFILE_ALIGNED_P (1 + 2 * nhere)) in findidx()
108 - (1 + 2 * nhere) % LOCFILE_ALIGN); in findidx()
113 for (cnt = 0; cnt < nhere; ++cnt) in findidx()
114 if (cp[nhere + cnt] != usrc[cnt]) in findidx()
117 if (cnt != nhere && cp[nhere + cnt] < usrc[cnt]) in findidx()
120 cp += 2 * nhere; in findidx()
121 if (!LOCFILE_ALIGNED_P (1 + 2 * nhere)) in findidx()
123 - (1 + 2 * nhere) % LOCFILE_ALIGN); in findidx()
144 while (++cnt < nhere); in findidx()
147 *cpp += nhere; in findidx()