Searched defs:ll0 (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/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() 973 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local 1085 { U32 const ll0 = (opt[cur].mlen != 0); in ZSTD_compressBlock_opt_generic() local
|
| H A D | zstd_compress.c | 4558 static U32 ZSTD_finalizeOffCode(U32 rawOffset, const U32 rep[ZSTD_REP_NUM], U32 ll0) { in ZSTD_finalizeOffCode() 4591 U32 ll0; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local 4730 { U32 ll0 = (litLength == 0); in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
|
| H A D | zstd_compress_internal.h | 396 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
|
| /f-stack/freebsd/contrib/zstd/lib/decompress/ |
| H A D | zstd_decompress_block.c | 976 U32 const ll0 = (llBase == 0); in ZSTD_decodeSequence() local
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10244 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep() 20661 … U32 const ll0, /* tells if associated literal length is 0 or not. This value must be 0 or 1 */ in ZSTD_insertBtAndGetAllMatches() 20894 U32 const ll0, in ZSTD_BtGetAllMatches() 20980 U32 const ll0 = !litlen; in ZSTD_compressBlock_opt_generic() local 21090 { U32 const ll0 = (opt[cur].mlen != 0); in ZSTD_compressBlock_opt_generic() local 27265 U32 const ll0 = (llBase == 0); in ZSTD_decodeSequence() local
|