Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_double_fast.c146 const BYTE* matchs0_safe; /* matchs0 or safe address */ in ZSTD_compressBlock_doubleFast_noDict_generic() local
218 matchs0_safe = ZSTD_selectAddr(idxs0, prefixLowestIndex, matchs0, &dummy[0]); in ZSTD_compressBlock_doubleFast_noDict_generic()
221 if(MEM_read32(matchs0_safe) == MEM_read32(ip) && matchs0_safe == matchs0) { in ZSTD_compressBlock_doubleFast_noDict_generic()