Home | History | Annotate | Download | only in src

Lines Matching refs:width_mask

221   uint64_t width_mask = ~UINT64_C(0) >> (64 - width);
224 value &= width_mask;
227 return value & width_mask;