OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_cutValue
(Results
1 - 3
of
3
) sorted by null
/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/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/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
BinTree.java
15
int
_cutValue
= 0xFF;
62
_cutValue
= 16 + (matchMaxLen >> 1);
158
int count =
_cutValue
;
238
int count =
_cutValue
;
295
_cutValue
= cutValue;
Completed in 88 milliseconds