Searched refs:nhere (Results 1 – 2 of 2) sorted by relevance
45 size_t nhere; in findidx() local54 nhere = *cp++; in findidx()77 if (cnt == nhere) in findidx()80 *cpp += nhere; in findidx()85 cp += nhere; in findidx()100 if (cnt != nhere) in findidx()105 cp += 2 * nhere; in findidx()117 if (cnt != nhere && cp[nhere + cnt] < usrc[cnt]) in findidx()120 cp += 2 * nhere; in findidx()144 while (++cnt < nhere); in findidx()[all …]
51 size_t nhere; in findidx() local60 nhere = *cp++; in findidx()83 if (cnt == nhere) in findidx()86 *cpp += nhere; in findidx()91 cp += nhere; 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()138 offset = usrc[nhere - 1] - cp[nhere - 1]; in findidx()[all …]
Completed in 5 milliseconds