Searched refs:MaskUpToBit (Results 1 – 1 of 1) sorted by relevance
73 static inline uint64_t MaskUpToBit(const uint64_t bit) { in MaskUpToBit() function100 result &= MaskUpToBit(msbit - lsbit); in UnsignedBits()109 result |= ~MaskUpToBit(msbit - lsbit); in SignedBits()