Home
last modified time | relevance | path

Searched defs:GetPosSlot (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs35 static UInt32 GetPosSlot(UInt32 pos) in GetPosSlot() method in SevenZip.Compression.LZMA.Encoder
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java35 static int GetPosSlot(int pos) in GetPosSlot() method in Encoder
/external/lzma/C/
DLzmaEnc.c114 #define GetPosSlot(pos, res) { if (pos < 2) res = pos; else BSR2_RET(pos, res); } macro
164 #define GetPosSlot(pos, res) { if (pos < kNumFullDistances) res = p->g_FastPos[pos & (kNumFullDista… macro