Home | History | Annotate | Download | only in src

Lines Matching defs:low_bits

1420   const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1);
1422 return low_bits;