Lines Matching refs:nhere
51 size_t nhere; in findidx() local
60 nhere = *cp++; in findidx()
78 for (cnt = 0; cnt < nhere && cnt < len; ++cnt) in findidx()
83 if (cnt == nhere) in findidx()
86 *cpp += nhere; in findidx()
91 cp += nhere; in findidx()
106 for (cnt = 0; cnt < nhere - 1 && cnt < len; ++cnt) in findidx()
111 if (cnt < nhere - 1 || cnt == len) in findidx()
113 cp += 2 * nhere; in findidx()
123 if (cp[nhere - 1] > usrc[nhere - 1]) in findidx()
125 cp += 2 * nhere; in findidx()
130 if (cp[2 * nhere - 1] < usrc[nhere - 1]) in findidx()
132 cp += 2 * nhere; in findidx()
138 offset = usrc[nhere - 1] - cp[nhere - 1]; in findidx()
139 *cpp += nhere; in findidx()