Searched refs:getSmallBits (Results 1 – 1 of 1) sorted by relevance
129 setSmallRawBits(getSmallBits() | (Size << SmallNumDataBits)); in setSmallSize()133 uintptr_t getSmallBits() const { in getSmallBits() function202 uintptr_t Bits = getSmallBits(); in count()211 return getSmallBits() != 0; in any()218 return getSmallBits() == (uintptr_t(1) << getSmallSize()) - 1; in all()225 return getSmallBits() == 0; in none()232 uintptr_t Bits = getSmallBits(); in find_first()242 uintptr_t Bits = getSmallBits(); in find_last()256 uintptr_t Bits = getSmallBits(); in find_first_unset()267 uintptr_t Bits = getSmallBits(); in find_last_unset()[all …]