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