Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c939 typedef enum { ZSTD_p_noPrefetch=0, ZSTD_p_prefetch=1 } ZSTD_prefetch_e; enumerator
1183 seq_t const sequence = ZSTD_decodeSequence(&seqState, isLongOffset, ZSTD_p_noPrefetch); in ZSTD_decompressSequences_body()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c27228 typedef enum { ZSTD_p_noPrefetch=0, ZSTD_p_prefetch=1 } ZSTD_prefetch_e; enumerator
27468 seq_t const sequence = ZSTD_decodeSequence(&seqState, isLongOffset, ZSTD_p_noPrefetch); in ZSTD_decompressSequences_body()