Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/locale/
H A Dweight.h39 size_t nhere; in int32_t() local
48 nhere = *cp++; in int32_t()
59 for (cnt = 0; cnt < nhere; ++cnt) in int32_t()
63 if (cnt == nhere) in int32_t()
66 *cpp += nhere; in int32_t()
71 cp += nhere; in int32_t()
72 if ((1 + nhere) % __alignof__ (int32_t) != 0) in int32_t()
73 cp += __alignof__ (int32_t) - (1 + nhere) % __alignof__ (int32_t); in int32_t()
82 for (cnt = 0; cnt < nhere; ++cnt) in int32_t()
86 if (cnt != nhere) in int32_t()
[all …]
H A Dweightwc.h41 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()
[all …]