HelenOS sources

LO_MASK_32        280 common/str.c   	if ((cc & ~LO_MASK_32(7)) == 0) {
LO_MASK_32        283 common/str.c   	} else if ((cc & ~LO_MASK_32(11)) == 0) {
LO_MASK_32        286 common/str.c   	} else if ((cc & ~LO_MASK_32(16)) == 0) {
LO_MASK_32        289 common/str.c   	} else if ((cc & ~LO_MASK_32(21)) == 0) {
LO_MASK_32        304 common/str.c   		str[*offset + i] = 0x80 | (cc & LO_MASK_32(CONT_BITS));
LO_MASK_32        309 common/str.c   	str[*offset] = (cc & LO_MASK_32(b0_bits)) | HI_MASK_8(8 - b0_bits - 1);
LO_MASK_32        280 kernel/generic/common/str.c 	if ((cc & ~LO_MASK_32(7)) == 0) {
LO_MASK_32        283 kernel/generic/common/str.c 	} else if ((cc & ~LO_MASK_32(11)) == 0) {
LO_MASK_32        286 kernel/generic/common/str.c 	} else if ((cc & ~LO_MASK_32(16)) == 0) {
LO_MASK_32        289 kernel/generic/common/str.c 	} else if ((cc & ~LO_MASK_32(21)) == 0) {
LO_MASK_32        304 kernel/generic/common/str.c 		str[*offset + i] = 0x80 | (cc & LO_MASK_32(CONT_BITS));
LO_MASK_32        309 kernel/generic/common/str.c 	str[*offset] = (cc & LO_MASK_32(b0_bits)) | HI_MASK_8(8 - b0_bits - 1);
LO_MASK_32        280 uspace/lib/c/common/str.c 	if ((cc & ~LO_MASK_32(7)) == 0) {
LO_MASK_32        283 uspace/lib/c/common/str.c 	} else if ((cc & ~LO_MASK_32(11)) == 0) {
LO_MASK_32        286 uspace/lib/c/common/str.c 	} else if ((cc & ~LO_MASK_32(16)) == 0) {
LO_MASK_32        289 uspace/lib/c/common/str.c 	} else if ((cc & ~LO_MASK_32(21)) == 0) {
LO_MASK_32        304 uspace/lib/c/common/str.c 		str[*offset + i] = 0x80 | (cc & LO_MASK_32(CONT_BITS));
LO_MASK_32        309 uspace/lib/c/common/str.c 	str[*offset] = (cc & LO_MASK_32(b0_bits)) | HI_MASK_8(8 - b0_bits - 1);
HelenOS homepage, sources at GitHub