Home
last modified time | relevance | path

Searched defs:ll0 (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zstd/compress/
H A Dzstd_opt.c598const U32 ll0, /* tells if associated literal length is 0 or not. This value must be 0 or 1 */ in ZSTD_insertBtAndGetAllMatches()
840 U32 const ll0, in ZSTD_btGetAllMatches_internal()
1125 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local
1276 { U32 const ll0 = (opt[cur].litlen == 0); in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress.c3952 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offBase, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset()
3991 U32 const ll0 = (seq->litLength == 0) && (idx != longLitLenIdx); in ZSTD_seqStore_resolveOffCodes() local
6413 static U32 ZSTD_finalizeOffBase(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffBase()
6467 U32 const ll0 = (litLength == 0); in ZSTD_transferSequences_wBlockDelim() local
6623 { U32 const ll0 = (litLength == 0); in ZSTD_transferSequences_noDelim() local
7150 U32 const ll0 = (litLength == 0); in ZSTD_convertBlockSequences() local
H A Dzstd_compress_internal.h810 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_updateRep()
834 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_newRep()
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c1301 U32 const ll0 = (llDInfo->baseValue == 0); in ZSTD_decodeSequence() local