Home | History | Annotate | Download | only in src

Lines Matching full:set_bits

392     int set_bits = (static_cast<int>(value) << shift_value);
393 return (previous & ~(kMask << shift_value)) | set_bits;