Searched defs:ll0 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 515 … U32 const ll0, /* tells if associated literal length is 0 or not. This value must be 0 or 1 */ in ZSTD_insertBtAndGetAllMatches() 748 U32 const ll0, in ZSTD_BtGetAllMatches() 834 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local 944 { U32 const ll0 = (opt[cur].mlen != 0); in ZSTD_compressBlock_opt_generic() local
|
H A D | zstd_compress_internal.h | 333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_opt.c | 562 … U32 const ll0, /* tells if associated literal length is 0 or not. This value must be 0 or 1 */ in ZSTD_insertBtAndGetAllMatches() 802 U32 const ll0, in ZSTD_btGetAllMatches_internal() 1082 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local 1196 { U32 const ll0 = (opt[cur].mlen != 0); in ZSTD_compressBlock_opt_generic() local
|
H A D | zstd_compress.c | 3440 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offCode, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset() 3470 U32 const ll0 = (seq->litLength == 0); in ZSTD_seqStore_resolveOffCodes() local 5779 static U32 ZSTD_finalizeOffCode(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) in ZSTD_finalizeOffCode() 5820 U32 const ll0 = (litLength == 0); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 5944 { U32 const ll0 = (litLength == 0); in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
|
H A D | zstd_compress_internal.h | 664 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_updateRep() 688 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_newRep()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 867 U32 const ll0 = (llBase == 0); in ZSTD_decodeSequence() local
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 1219 U32 const ll0 = (llDInfo->baseValue == 0); local
|