Searched defs:curMatch (Results  1 – 3 of 3) sorted by relevance
| /external/lzma/Java/SevenZip/Compression/LZ/ | 
| D | BinTree.java | 150 		int curMatch = _hash[kFixHashSize + hashValue];  in GetMatches()  local 287 			int curMatch = _hash[kFixHashSize + hashValue];  in Skip()  local
  | 
| /external/lzma/C/ | 
| D | LzFind.c | 389 static UInt32 * Hc_GetMatchesSpec(unsigned lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, …  in Hc_GetMatchesSpec() 465 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,  in GetMatchesSpec1() 522 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *…  in SkipMatchesSpec()
  | 
| D | LzFindMt.c | 307         UInt32 curMatch = pos - delta;  in GetMatchesSpecN()  local
  |