HomeSort by relevance Sort by last modified time
    Searched refs:GetPosSlot2 (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 99 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
132 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
1092 GetPosSlot2(distance, slot);
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 100 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
133 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
1093 GetPosSlot2(distance, slot);
    [all...]
  /external/lzma/C/
LzmaEnc.c 99 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
132 #define GetPosSlot2(pos, res) { BSR2_RET(pos, res); }
1092 GetPosSlot2(distance, slot);
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 44 static int GetPosSlot2(int pos)
496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] +
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 44 static UInt32 GetPosSlot2(UInt32 pos)
496 price = _posSlotPrices[(lenToPosState << Base.kNumPosSlotBits) + GetPosSlot2(pos)] +
    [all...]

Completed in 579 milliseconds