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