Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_fast.c101 …STD_match4Found) (const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowLimit);
104 …D_match4Found_cmov(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowLimit) in ZSTD_match4Found_cmov() argument
114 const BYTE* mvalAddr = ZSTD_selectAddr(matchIdx, idxLowLimit, matchAddress, dummy); in ZSTD_match4Found_cmov()
123 return matchIdx >= idxLowLimit; in ZSTD_match4Found_cmov()
127 …match4Found_branch(const BYTE* currentPtr, const BYTE* matchAddress, U32 matchIdx, U32 idxLowLimit) in ZSTD_match4Found_branch() argument
133 if (matchIdx >= idxLowLimit) { in ZSTD_match4Found_branch()