Searched refs:ZSTD_match4Found (Results 1 – 1 of 1) sorted by relevance
101 typedef int (*ZSTD_match4Found) (const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U3… typedef234 const ZSTD_match4Found matchFound = useCmov ? ZSTD_match4Found_cmov : ZSTD_match4Found_branch; in ZSTD_compressBlock_fast_noDict_generic()