Home
last modified time | relevance | path

Searched defs:litLength (Results 1 – 25 of 44) sorted by relevance

12

/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
H A DBlockLZ4CompressorOutputStream.java455 int litLength = literalLength(); in writeTo() local
479 private static int lengths(int litLength, int brLength) { in lengths()
/aosp_15_r20/external/zstd/lib/common/
H A Dzstd_internal.h283 U16 litLength; member
314 U32 litLength; member
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_opt.c266 static U32 ZSTD_rawLiteralsCost(const BYTE* const literals, U32 const litLength, in ZSTD_rawLiteralsCost()
295 static U32 ZSTD_litLengthPrice(U32 const litLength, const optState_t* const optPtr, int optLevel) in ZSTD_litLengthPrice()
357 U32 litLength, const BYTE* literals, in ZSTD_updateStats()
H A Dzstd_compress_internal.h140 U32 litLength; /* Length of literals prior to match */ member
517 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
650 size_t litLength, const BYTE* literals, const BYTE* litLimit, in ZSTD_storeSeq()
H A Dzstd_lazy.c1723 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_generic() local
2097 { size_t const litLength = (size_t)(start - anchor); in ZSTD_compressBlock_lazy_extDict_generic() local
H A Dzstd_compress.c6530 U32 const litLength = inSeqs[idx].litLength; in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
6621 U32 litLength = currSeq.litLength; in ZSTD_copySequencesToSeqStoreNoBlockDelim() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v01.c1381 BYTE* litLength; member
1636 size_t litLength; member
1654 size_t litLength; in ZSTD_decodeSequence() local
1725 const size_t litLength = sequence.litLength; in ZSTD_execSequence() local
H A Dzstd_v03.c2360 BYTE* litLength; member
2602 size_t litLength; member
2620 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v02.c2720 BYTE* litLength; member
2962 size_t litLength; member
2980 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v05.c480 BYTE* litLength; member
3072 size_t litLength; member
3091 size_t litLength; in ZSTDv05_decodeSequence() local
H A Dzstd_v04.c2734 size_t litLength; member
2752 size_t litLength; in ZSTD_decodeSequence() local
H A Dzstd_v06.c526 U16* litLength; member
3214 size_t litLength; member
H A Dzstd_v07.c2761 U16* litLength; member
3445 size_t litLength; member
/aosp_15_r20/external/zstd/tests/fuzz/
H A Dsequence_compression_api.c169 …const uint32_t litLength = FUZZ_dataProducer_uint32Range(producer, minLitLength, (uint32_t)literal… in generateRandomSequences() local
/aosp_15_r20/external/zstd/contrib/match_finders/
H A Dzstd_edist.c450 U32 const litLength = !i ? match.srcIdx : in ZSTD_eDist_convertMatchesToSequences() local
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dlz4.c583 unsigned litLength = (unsigned)(ip - anchor); in LZ4_compress_generic() local
836 unsigned litLength = (unsigned)(ip - anchor); in LZ4_compress_destSize_generic() local
/aosp_15_r20/external/zstd/lib/
H A Dzstd.h1284 unsigned int litLength; /* Literal length of the sequence. */ member
/aosp_15_r20/external/zstd/lib/decompress/
H A Dzstd_decompress_block.c779 size_t litLength; member
/aosp_15_r20/external/lz4/lib/
H A Dlz4.c1112 { unsigned const litLength = (unsigned)(ip - anchor); in LZ4_compress_generic_validated() local
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-compress/apache-commons-compress/android_common/javac/
Dapache-commons-compress.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-compress/apache-commons-compress/android_common_apex10000/javac/
Dapache-commons-compress.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/org/apache/commons/commons-compress/1.21/
HDcommons-compress-1.21.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h32656 U32 litLength; member
32702 U16 litLength; member
33071 size_t litLength; member
78268 unsigned int litLength; member
78444 U32 litLength; member
H A Dvmlinux_602.h32656 U32 litLength; member
32702 U16 litLength; member
33071 size_t litLength; member
78268 unsigned int litLength; member
78444 U32 litLength; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h54371 unsigned int litLength; member
54439 U32 litLength; member
65445 U16 litLength; member
65573 U32 litLength; member
65716 size_t litLength; member

12