Searched refs:highBits (Results 1 – 1 of 1) sorted by relevance
211 const int32_t highBits = static_cast<int32_t>(higher); in getOffsetFromInts() local213 const uint32_t highOffsetBits = *reinterpret_cast<const uint32_t*>(&highBits); in getOffsetFromInts()221 const uint32_t highBits = static_cast<uint32_t>(bits >> 32); in getIntsFromOffset() local223 const int32_t highOffsetBits = *reinterpret_cast<const int32_t*>(&highBits); in getIntsFromOffset()