/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
|
D | round_trip_frame_uncompressed_fuzzer.c | 77 size_t compressedSize = headerSize; in compress_round_trip() local
|
/third_party/lz4/tests/ |
D | freestanding.c | 57 const int compressedSize = LZ4_compress_default( in test_lz4() local 93 const int compressedSize = LZ4_compress_HC( in test_lz4hc() local
|
D | fuzzer.c | 384 int compressedSize, HCcompressedSize; in FUZ_test() local 1254 int compressedSize; U64 crcOrig; in FUZ_unitTests() local 1501 int compressedSize; in FUZ_unitTests() local 1558 int compressedSize; in FUZ_unitTests() local
|
D | frametest.c | 628 size_t compressedSize = cSizeWithDict; in basicTests() local 685 size_t compressedSize = cSizeContiguous; in basicTests() local 721 size_t compressedSize = cSizeIndep; in basicTests() local
|
D | fullbench.c | 84 int compressedSize; member
|
/third_party/lz4/lib/ |
D | lz4.c | 2345 int LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe() 2353 int LZ4_decompress_safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSiz… in LZ4_decompress_safe_partial() 2373 int LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOu… in LZ4_decompress_safe_withPrefix64k() 2381 …ompress_safe_partial_withPrefix64k(const char* source, char* dest, int compressedSize, int targetO… in LZ4_decompress_safe_partial_withPrefix64k() 2398 static int LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, … in LZ4_decompress_safe_withSmallPrefix() 2407 …press_safe_partial_withSmallPrefix(const char* source, char* dest, int compressedSize, int targetO… in LZ4_decompress_safe_partial_withSmallPrefix() 2418 int compressedSize, int maxOutputSize, in LZ4_decompress_safe_forceExtDict() 2428 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict() 2451 int LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutpu… in LZ4_decompress_safe_doubleDict() 2524 …_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutp… in LZ4_decompress_safe_continue() [all …]
|
D | lz4.h | 629 #define LZ4_DECOMPRESS_INPLACE_MARGIN(compressedSize) (((compressedSize) >> 8) + 32) argument
|
/third_party/lz4/examples/ |
D | frameCompress.c | 86 size_t compressedSize; in compress_file_internal() local 131 { 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/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/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/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/lzma/Java/SevenZip/ |
D | LzmaBench.java | 339 int compressedSize = 0; in LzmaBenchmark() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 892 size_t compressedSize = 0; in GetAndDecompressPipelineCacheVk() local
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1058 size_t compressedSize; member in CEncoderInfo
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 832 uLong compressedSize = expectedCompressedSize; in SaveBinaryData() local
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 7521 tinyexr::tinyexr_uint64 &compressedSize, in CompressZip() 7786 tinyexr::tinyexr_uint64 &compressedSize, in CompressRle()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 15824 VkDeviceSize compressedSize; member
|
D | vulkan_structs.hpp | 19878 VULKAN_HPP_NAMESPACE::DeviceSize compressedSize = {}; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 58866 size_t compressedSize; member
|