Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c593 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local
689 Offtype = set_rle; in ZSTD_compressSequences_internal()
691 Offtype = set_repeat; in ZSTD_compressSequences_internal()
694 Offtype = set_basic; in ZSTD_compressSequences_internal()
710 Offtype = set_compressed; in ZSTD_compressSequences_internal()
746 *seqHead = (BYTE)((LLtype << 6) + (Offtype << 4) + (MLtype << 2)); in ZSTD_compressSequences_internal()