Searched refs:nhere (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/locale/
H A Dweightwc.h41 size_t nhere; local
50 nhere = *cp++;
61 for (cnt = 0; cnt < nhere; ++cnt)
65 if (cnt == nhere)
68 *cpp += nhere;
73 cp += nhere;
82 for (cnt = 0; cnt < nhere - 1; ++cnt)
86 if (cnt < nhere - 1)
88 cp += 2 * nhere;
92 if (cp[nhere
[all...]
H A Dweight.h39 size_t nhere; local
48 nhere = *cp++;
59 for (cnt = 0; cnt < nhere; ++cnt)
63 if (cnt == nhere)
66 *cpp += nhere;
71 cp += nhere;
72 if ((1 + nhere) % __alignof__ (int32_t) != 0)
73 cp += __alignof__ (int32_t) - (1 + nhere) % __alignof__ (int32_t);
82 for (cnt = 0; cnt < nhere; ++cnt)
86 if (cnt != nhere)
[all...]

Completed in 174 milliseconds