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

  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 16 int _cutValue = 0xFF;
84 _cutValue = 16 + (matchMaxLen >> 1);
200 int count = _cutValue;
296 int count = _cutValue;
365 public void SetCutValue(int cutValue) { _cutValue = cutValue; }
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 16 UInt32 _cutValue = 0xFF;
84 _cutValue = 16 + (matchMaxLen >> 1);
200 UInt32 count = _cutValue;
296 UInt32 count = _cutValue;
365 public void SetCutValue(UInt32 cutValue) { _cutValue = cutValue; }
  /external/chromium_org/third_party/lzma_sdk/
LzFind.h 77 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.h 78 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
  /external/lzma/C/
LzFind.h 77 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
LzFindMt.c 235 UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 _cutValue,
246 UInt32 cutValue = _cutValue;

Completed in 37 milliseconds