Lines Matching refs:nhere
41 size_t nhere; in int32_t() local
50 nhere = *cp++; in int32_t()
61 for (cnt = 0; cnt < nhere; ++cnt) in int32_t()
65 if (cnt == nhere) in int32_t()
68 *cpp += nhere; in int32_t()
73 cp += nhere; in int32_t()
82 for (cnt = 0; cnt < nhere - 1; ++cnt) in int32_t()
86 if (cnt < nhere - 1) in int32_t()
88 cp += 2 * nhere; in int32_t()
92 if (cp[nhere - 1] > usrc[nhere -1]) in int32_t()
94 cp += 2 * nhere; in int32_t()
98 if (cp[2 * nhere - 1] < usrc[nhere -1]) in int32_t()
100 cp += 2 * nhere; in int32_t()
106 offset = usrc[nhere - 1] - cp[nhere - 1]; in int32_t()
107 *cpp += nhere; in int32_t()