/external/lz4/tests/ |
D | fuzzer.c | 215 r = LZ4_decompress_safe(input, output, nbOf255+64, BLOCKSIZE_I134); in FUZ_AddressOverflow() 221 r = LZ4_decompress_safe(input, output, nbOf255+64, BLOCKSIZE_I134); in FUZ_AddressOverflow() 229 r = LZ4_decompress_safe(input, output, nbOf255+64, BLOCKSIZE_I134); in FUZ_AddressOverflow() 235 r = LZ4_decompress_safe(input, output, nbOf255+64, BLOCKSIZE_I134); in FUZ_AddressOverflow() 403 ret = LZ4_decompress_safe(compressedBuffer, decodedBuffer, compressedSize, srcSize); in FUZ_test() 438 ret = LZ4_decompress_safe(compressedBuffer, decodedBuffer, compressedSize, srcSize); in FUZ_test() 507 LZ4_decompress_safe(compressedBuffer, decodedBuffer, 0, blockSize); in FUZ_test() 512 LZ4_decompress_safe(&tmp, decodedBuffer, 1, blockSize); in FUZ_test() 525 ret = LZ4_decompress_safe(tmp, decodedBuffer, sizeof(tmp), blockSize); in FUZ_test() 533 ret = LZ4_decompress_safe(compressedBuffer, decodedBuffer, compressedSize, blockSize); in FUZ_test() [all …]
|
D | roundTripTest.c | 112 …{ int const dSize = LZ4_decompress_safe((const char*)compressedBuff, (char*)resultBuff, cSize, (… in roundTripTest()
|
D | fullbench.c | 557 … case 4: decompressionFunction = LZ4_decompress_safe; dName = "LZ4_decompress_safe"; break; in fullSpeedBench()
|
/external/lz4/lib/dll/ |
D | liblz4.def | 46 LZ4_decompress_safe
|
/external/lz4/examples/ |
D | simple_buffer.c | 77 …const int decompressed_size = LZ4_decompress_safe(compressed_data, regen_buffer, compressed_data_s… in main()
|
D | compress_functions.c | 191 rv = LZ4_decompress_safe(src, dst, comp_size, src_size); in bench() 198 LZ4_decompress_safe(src, dst, comp_size, src_size); in bench()
|
/external/squashfs-tools/squashfs-tools/ |
D | lz4_wrapper.c | 255 int res = LZ4_decompress_safe(src, dest, size, outsize); in lz4_uncompress()
|
/external/lz4/lib/ |
D | lz4.h | 149 LZ4LIB_API int LZ4_decompress_safe (const char* src, char* dst, int compressedSize, int dstCapacity…
|
D | lz4.c | 1651 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() function 1809 result = LZ4_decompress_safe(source, dest, compressedSize, maxOutputSize); in LZ4_decompress_safe_continue() 1885 return LZ4_decompress_safe(source, dest, compressedSize, maxOutputSize); in LZ4_decompress_safe_usingDict() 1943 return LZ4_decompress_safe(source, dest, isize, maxOutputSize); in LZ4_uncompress_unknownOutputSize()
|
/external/lz4/programs/ |
D | bench.c | 301 …size_t const regenSize = LZ4_decompress_safe(blockTable[blockNb].cPtr, blockTable[blockNb].resPtr,… in BMK_benchMem()
|
D | lz4io.c | 832 … { int const decodeSize = LZ4_decompress_safe(in_buff, out_buff, blockSize, LEGACY_BLOCKSIZE); in LZ4IO_decodeLegacyStream()
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |