/third_party/lz4/ossfuzz/ |
D | compress_fuzzer.c | 44 int compressedSize = size; in LLVMFuzzerTestOneInput() local
|
D | compress_hc_fuzzer.c | 48 int compressedSize = size; in LLVMFuzzerTestOneInput() local
|
/third_party/lz4/examples/ |
D | frameCompress.c | 88 size_t const compressedSize = LZ4F_compressUpdate(ctx, in compress_file_internal() local 103 { size_t const compressedSize = LZ4F_compressEnd(ctx, in compress_file_internal() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | BlobCache.cpp | 70 const size_t compressedSize, in DecompressBlobCacheData()
|
/third_party/lz4/lib/ |
D | lz4.c | 2171 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 2179 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial() 2198 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k() 2214 static int LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, … in LZ4_decompress_safe_withSmallPrefix() 2224 int compressedSize, int maxOutputSize, in LZ4_decompress_safe_forceExtDict() 2246 int LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutpu… in LZ4_decompress_safe_doubleDict() 2322 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue() 2404 int LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutput… in LZ4_decompress_safe_usingDict()
|
D | lz4.h | 553 #define LZ4_DECOMPRESS_INPLACE_MARGIN(compressedSize) (((compressedSize) >> 8) + 32) argument
|
/third_party/lz4/tests/ |
D | fuzzer.c | 383 int compressedSize, HCcompressedSize; in FUZ_test() local 1206 int compressedSize; U64 crcOrig; in FUZ_unitTests() local 1452 int compressedSize; in FUZ_unitTests() local 1509 int compressedSize; in FUZ_unitTests() local
|
D | frametest.c | 567 size_t compressedSize = cSizeWithDict; in basicTests() local 624 size_t compressedSize = cSizeContiguous; in basicTests() local 660 size_t compressedSize = cSizeIndep; in basicTests() local
|
D | fullbench.c | 84 int compressedSize; member
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_preview.cpp | 416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local
|
D | dng_read_image.cpp | 2770 uint32 compressedSize, in dng_read_tiles_task() 3129 uint32 compressedSize = 0; in Read() local
|
D | dng_image_writer.cpp | 4355 uint32 compressedSize, in dng_write_tiles_task() 4634 uint32 compressedSize = CompressedBufferSize (ifd, uncompressedSize); in WriteImage() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 101 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/ |
D | ExhaustiveTest.java | 98 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
|
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 681 private int compressedSize = 0; field in TJCompressor
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCompressor.java | 674 private int compressedSize = 0; field in TJCompressor
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 892 size_t compressedSize = 0; in GetAndDecompressPipelineCacheVk() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 832 uLong compressedSize = expectedCompressedSize; in SaveBinaryData() local
|