OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cutValue
(Results
1 - 4
of
4
) 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/lzma/C/
LzFind.h
75
UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32
_cutValue
,
LzFindMt.c
237
UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32
_cutValue
,
248
UInt32 cutValue =
_cutValue
;
Completed in 52 milliseconds