HelenOS sources
LO_MASK_8 128 common/str.c #define HI_MASK_8(n) (~LO_MASK_8(8 - (n)))
LO_MASK_8 185 common/str.c char32_t ch = b0 & LO_MASK_8(b0_bits);
LO_MASK_8 196 common/str.c ch = (ch << CONT_BITS) | (char32_t) (b & LO_MASK_8(CONT_BITS));
LO_MASK_8 128 kernel/generic/common/str.c #define HI_MASK_8(n) (~LO_MASK_8(8 - (n)))
LO_MASK_8 185 kernel/generic/common/str.c char32_t ch = b0 & LO_MASK_8(b0_bits);
LO_MASK_8 196 kernel/generic/common/str.c ch = (ch << CONT_BITS) | (char32_t) (b & LO_MASK_8(CONT_BITS));
LO_MASK_8 128 uspace/lib/c/common/str.c #define HI_MASK_8(n) (~LO_MASK_8(8 - (n)))
LO_MASK_8 185 uspace/lib/c/common/str.c char32_t ch = b0 & LO_MASK_8(b0_bits);
LO_MASK_8 196 uspace/lib/c/common/str.c ch = (ch << CONT_BITS) | (char32_t) (b & LO_MASK_8(CONT_BITS));
HelenOS homepage, sources at GitHub