Searched refs:LLtype (Results 1 – 2 of 2) sorted by relevance
593 U32 LLtype, Offtype, MLtype; /* compressed, raw or rle */ in ZSTD_compressSequences_internal() local657 LLtype = set_rle; in ZSTD_compressSequences_internal()659 LLtype = set_repeat; in ZSTD_compressSequences_internal()662 LLtype = set_basic; in ZSTD_compressSequences_internal()678 LLtype = set_compressed; in ZSTD_compressSequences_internal()746 *seqHead = (BYTE)((LLtype << 6) + (Offtype << 4) + (MLtype << 2)); in ZSTD_compressSequences_internal()
829 symbolEncodingType_e const LLtype = (symbolEncodingType_e)(*ip >> 6); in ZSTD_decodeSeqHeaders() local836 …size_t const llhSize = ZSTD_buildSeqTable(dctx->entropy.LLTable, &dctx->LLTptr, LLtype, MaxLL, LLF… in ZSTD_decodeSeqHeaders()