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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.c 1161 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]
  /external/lzma/C/
LzmaEnc.c 1190 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice;
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 807 int curAnd1Price = curPrice +
815 if (curAnd1Price < nextOptimum.Price)
817 nextOptimum.Price = curAnd1Price;
857 int nextRepMatchPrice = curAnd1Price +
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 807 UInt32 curAnd1Price = curPrice +
815 if (curAnd1Price < nextOptimum.Price)
817 nextOptimum.Price = curAnd1Price;
857 UInt32 nextRepMatchPrice = curAnd1Price +
    [all...]

Completed in 2409 milliseconds