Home
last modified time | relevance | path

Searched refs:match0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c128 const BYTE* match0; in ZSTD_compressBlock_fast_noDict_generic() local
179 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()
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Dwdt.h17 u32 match0; /* Match 0 Register */ member
/openbmc/qemu/disas/
H A Dsparc.c2468 unsigned long int match0 = op0->match, match1 = op1->match; in compare_opcodes() local
2492 if (match0 & lose0) in compare_opcodes()
2498 op0->name, match0, lose0); in compare_opcodes()
2519 int x0 = (match0 & x) != 0; in compare_opcodes()
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c541 DEFINE_UNCORE_FORMAT_ATTR(match0, match0, "config1:0-31");