Searched refs:Offtype (Results 1 – 1 of 1) sorted by relevance
593 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local689 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()