Searched refs:ZSTD_match4Found_cmov (Results 1 – 1 of 1) sorted by relevance
104 ZSTD_match4Found_cmov(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowLim… in ZSTD_match4Found_cmov() function234 const ZSTD_match4Found matchFound = useCmov ? ZSTD_match4Found_cmov : ZSTD_match4Found_branch; in ZSTD_compressBlock_fast_noDict_generic()599 if (ZSTD_match4Found_cmov(ip0, match, matchIndex, prefixStartIndex)) { in ZSTD_compressBlock_fast_dictMatchState_generic()