Searched refs:matchFound (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_fast.c | 236 const ZSTD_match4Found matchFound = useCmov ? ZSTD_match4Found_cmov : ZSTD_match4Found_branch; in ZSTD_compressBlock_fast_noDict_generic() local 293 if (matchFound(ip0, base + matchIdx, matchIdx, prefixStartIndex)) { in ZSTD_compressBlock_fast_noDict_generic() 318 if (matchFound(ip0, base + matchIdx, matchIdx, prefixStartIndex)) { in ZSTD_compressBlock_fast_noDict_generic()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_fast.c | 235 const ZSTD_match4Found matchFound = useCmov ? ZSTD_match4Found_cmov : ZSTD_match4Found_branch; in ZSTD_compressBlock_fast_noDict_generic() local 292 if (matchFound(ip0, base + matchIdx, matchIdx, prefixStartIndex)) { in ZSTD_compressBlock_fast_noDict_generic() 317 if (matchFound(ip0, base + matchIdx, matchIdx, prefixStartIndex)) { in ZSTD_compressBlock_fast_noDict_generic()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 2477 bool matchFound = false; in matches() local 2480 return matchFound; in matches() 2488 matchFound = true; \ in matches() 2497 matchFound = true; in matches() 2504 matchFound = true; in matches() 2506 return matchFound; in matches()
|