Searched defs:curMatch (Results 1 – 4 of 4) 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 | 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()
|
| D | LzFindMt.c | 243 UInt32 curMatch = pos - *hash++; in GetMatchesSpecN() local
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | AMDILCFGStructurizer.cpp | 754 int curMatch; in patternMatch() local
|