Home
last modified time | relevance | path

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

/external/zstd/lib/decompress/
Dzstd_decompress_block.c939 typedef enum { ZSTD_p_noPrefetch=0, ZSTD_p_prefetch=1 } ZSTD_prefetch_e; typedef
942 …Sequence(seqState_t* seqState, const ZSTD_longOffset_e longOffsets, const ZSTD_prefetch_e prefetch) in ZSTD_decodeSequence()