Searched refs:BitsPerLoc (Results 1 – 1 of 1) sorted by relevance
79 static constexpr uint32_t BitsPerLoc = 2; variable80 static constexpr uint32_t LocMask = (1 << BitsPerLoc) - 1;83 return (uint32_t)Loc * BitsPerLoc; in getLocationPos()