Home
last modified time | relevance | path

Searched defs:lenLimit (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
DBinTree.java93 int lenLimit; in GetMatches() local
202 int lenLimit; in Skip() local
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java120 int lenLimit; in GetMatches() local
256 int lenLimit; in Skip() local
/external/lzma/C/
DLzFind.c265 UInt32 lenLimit = p->streamPos - p->pos; in MatchFinder_SetLimits() local
324 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec()
355 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1()
410 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec()
DLzFindMt.c236 Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN()
333 UInt32 lenLimit = p->matchMaxLen; in BtGetMatches() local
DLzFind.h19 UInt32 lenLimit; member