HelenOS sources

bit_set_part_g    196 uspace/drv/nic/rtl8139/driver.h #define bit_set_part_32(src, value, mask) bit_set_part_g(src, value, mask, uint32_t)
bit_set_part_g    204 uspace/drv/nic/rtl8139/driver.h #define bit_set_part_16(src, value, mask) bit_set_part_g(src, value, mask, uint16_t)
bit_set_part_g    212 uspace/drv/nic/rtl8139/driver.h #define bit_set_part_8(src, value, mask) bit_set_part_g(src, value, mask, uint8_t)
HelenOS homepage, sources at GitHub