Home
last modified time | relevance | path

Searched defs:targetOutputSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lz4/lib/
H A Dlz4.c2459 …ress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCap… in LZ4_decompress_safe_partial()
2487 …withPrefix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCap… in LZ4_decompress_safe_partial_withPrefix64k()
2513 …thSmallPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCap… in LZ4_decompress_safe_partial_withSmallPrefix()
2535 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict()
2734 …ial_usingDict(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCap… in LZ4_decompress_safe_partial_usingDict()
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/
H A Dlz4.c1162 int targetOutputSize, /* only used if partialDecoding==partial */ in LZ4_decompress_generic()
1345 …_safe_partial(const char* source, char* dest, int compressedSize, int targetOutputSize, int maxDec… in LZ4_decompress_safe_partial()