Searched defs:GetPosSlot (Results 1 – 3 of 3) sorted by relevance
35 static UInt32 GetPosSlot(UInt32 pos) in GetPosSlot() method in SevenZip.Compression.LZMA.Encoder
35 static int GetPosSlot(int pos) in GetPosSlot() method in Encoder
114 #define GetPosSlot(pos, res) { if (pos < 2) res = pos; else BSR2_RET(pos, res); } macro164 #define GetPosSlot(pos, res) { if (pos < kNumFullDistances) res = p->g_FastPos[pos & (kNumFullDista… macro