Searched refs:UIntBits (Results 1 – 1 of 1) sorted by relevance
46 constexpr static unsigned UIntBits = CHAR_BIT * sizeof(UIntTy); variable49 return (Raw << 1) | (Raw >> (UIntBits - 1)); in encodeRaw()52 return (Raw >> 1) | (Raw << (UIntBits - 1)); in decodeRaw()