Searched defs:ll0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_opt.c | 556 ZSTD_insertBtAndGetAllMatches( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, const U32 rep[ZSTD_REP_NUM], U32 const ll0, const U32 lengthToBeat, U32 const mls ) ZSTD_insertBtAndGetAllMatches() argument 795 ZSTD_btGetAllMatches_internal( ZSTD_match_t* matches, ZSTD_matchState_t* ms, U32* nextToUpdate3, const BYTE* ip, const BYTE* const iHighLimit, const U32 rep[ZSTD_REP_NUM], U32 const ll0, U32 const lengthToBeat, const ZSTD_dictMode_e dictMode, const U32 mls) ZSTD_btGetAllMatches_internal() argument 1082 U32 const ll0 = !litlen; ZSTD_compressBlock_opt_generic() local 1196 { U32 const ll0 = (opt[cur].mlen != 0); ZSTD_compressBlock_opt_generic() local [all...] |
H A D | zstd_compress_internal.h | 652 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_updateRep() argument 676 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_newRep() argument
|
H A D | zstd_compress.c | 3349 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offCode, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset() argument 3379 U32 const ll0 = (seq->litLength == 0); in ZSTD_seqStore_resolveOffCodes() local 5579 static U32 ZSTD_finalizeOffCode(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffCode() argument 5620 U32 const ll0 = (litLength == 0); ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 5744 { U32 const ll0 = (litLength == 0); ZSTD_copySequencesToSeqStoreNoBlockDelim() local [all...] |
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 1219 U32 const ll0 = (llDInfo->baseValue == 0); local
|
Completed in 19 milliseconds