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

/haiku/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c39 uint32_t shift2 = ((const uint32_t *) table)[2]; local
41 uint32_t index2 = (wc >> shift2) & mask2;
70 uint32_t shift2 = ((const uint32_t *) table)[2]; local
72 uint32_t index2 = (wc >> shift2) & mask2;
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h62 uint32_t shift2 = ((const uint32_t *) table)[2]; local
64 uint32_t index2 = (wc >> shift2) & mask2;
93 uint32_t shift2 = ((const uint32_t *) table)[2]; local
95 uint32_t index2 = (wc >> shift2) & mask2;
126 uint32_t shift2 = ((const uint32_t *) table)[2]; local
128 uint32_t index2 = (wc >> shift2) & mask2;

Completed in 67 milliseconds