HelenOS sources

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