OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStartMaxLen
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
BinTree.java
24
static final int
kStartMaxLen
= 1;
107
int maxLen =
kStartMaxLen
; // to avoid items for len < hashSize;
137
maxLen =
kStartMaxLen
;
/external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java
25
static final int
kStartMaxLen
= 1;
136
int maxLen =
kStartMaxLen
; // to avoid items for len < hashSize;
175
maxLen =
kStartMaxLen
;
/external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs
25
const UInt32
kStartMaxLen
= 1;
136
UInt32 maxLen =
kStartMaxLen
; // to avoid items for len < hashSize;
175
maxLen =
kStartMaxLen
;
/external/lzma/C/
LzFind.c
17
#define
kStartMaxLen
3
Completed in 50 milliseconds