Home | History | Annotate | Download | only in src

Lines Matching refs:set_bits

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