Searched defs:GetPosSlot (Results 1 – 3 of 3) sorted by relevance
80 inline UInt32 GetPosSlot(UInt32 pos) in GetPosSlot() function
202 #define GetPosSlot(pos, res) { if (pos < 2) res = pos; else BSR2_RET(pos, res) } macro252 #define GetPosSlot(pos, res) { if (pos < kNumFullDistances) res = p->g_FastPos[pos & (kNumFullDista… macro
93 #define GetPosSlot(pos, res) { if (pos < kNumFullDistances) res = p->g_FastPos[pos]; else BSR2_RET(… macro