Searched refs:GetPosSlot2 (Results 1 - 4 of 4) sorted by relevance

/external/lzma/C/
H A DLzmaEnc.c111 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro
144 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); } macro
1105 GetPosSlot2(distance, slot);
1422 GetPosSlot2(curBack, posSlot);
1493 GetPosSlot2(curBack, posSlot);
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/
H A DEncoder.java50 static int GetPosSlot2 (int pos) { method in class:Encoder
453 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] + _alignPrices[pos & Base.kAlignMask];
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs44 static UInt32 GetPosSlot2(UInt32 pos) method in class:SevenZip.Compression.LZMA.Encoder
496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] +
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java44 static int GetPosSlot2(int pos) method in class:Encoder
496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] +

Completed in 76 milliseconds