Set specified bits in integer >>> bin(set_bits(0,0b1010,0,4)) '0b1010' >>> bin(set_bits(0,0b1010,3,4)) '0b1010000'
(data,value,offset,bits=1)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected