Searched refs:match0 (Results 1 – 4 of 4) sorted by relevance
128 const BYTE* match0; in ZSTD_compressBlock_fast_noDict_generic() local179 match0 = ip0 - rep_offset1; in ZSTD_compressBlock_fast_noDict_generic()180 mLength = ip0[-1] == match0[-1]; in ZSTD_compressBlock_fast_noDict_generic()182 match0 -= mLength; in ZSTD_compressBlock_fast_noDict_generic()267 match0 = base + idx; in ZSTD_compressBlock_fast_noDict_generic()269 rep_offset1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_noDict_generic()274 while (((ip0>anchor) & (match0>prefixStart)) && (ip0[-1] == match0[-1])) { in ZSTD_compressBlock_fast_noDict_generic()276 match0--; in ZSTD_compressBlock_fast_noDict_generic()283 mLength += ZSTD_count(ip0 + mLength, match0 + mLength, iend); in ZSTD_compressBlock_fast_noDict_generic()
17 u32 match0; /* Match 0 Register */ member
2468 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local2492 if (match0 & lose0) in compare_opcodes()2498 op0->name, match0, lose0); in compare_opcodes()2519 int x0 = (match0 & x) != 0; in compare_opcodes()
541 DEFINE_UNCORE_FORMAT_ATTR(match0, match0, "config1:0-31");