Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 24 of 24) sorted by relevance

/third_party/lz4/ossfuzz/
Dcompress_fuzzer.c44 int compressedSize = size; in LLVMFuzzerTestOneInput() local
Dcompress_hc_fuzzer.c48 int compressedSize = size; in LLVMFuzzerTestOneInput() local
Dround_trip_frame_uncompressed_fuzzer.c77 size_t compressedSize = headerSize; in compress_round_trip() local
/third_party/lz4/tests/
Dfreestanding.c57 const int compressedSize = LZ4_compress_default( in test_lz4() local
93 const int compressedSize = LZ4_compress_HC( in test_lz4hc() local
Dfuzzer.c384 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
Dframetest.c628 size_t compressedSize = cSizeWithDict; in basicTests() local
685 size_t compressedSize = cSizeContiguous; in basicTests() local
721 size_t compressedSize = cSizeIndep; in basicTests() local
Dfullbench.c84 int compressedSize; member
/third_party/lz4/lib/
Dlz4.c2345 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 …]
Dlz4.h629 #define LZ4_DECOMPRESS_INPLACE_MARGIN(compressedSize) (((compressedSize) >> 8) + 32) argument
/third_party/lz4/examples/
DframeCompress.c86 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/
DBlobCache.cpp70 const size_t compressedSize, in DecompressBlobCacheData()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_preview.cpp416 uint32 compressedSize = fCompressedData->LogicalSize (); in SpoolAdobeThumbnail() local
Ddng_read_image.cpp2770 uint32 compressedSize, in dng_read_tiles_task()
3129 uint32 compressedSize = 0; in Read() local
Ddng_image_writer.cpp4355 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/
DExhaustiveTest.java98 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DExhaustiveTest.java101 int compressedSize = Math.max(512, 3 * len); in myMultipassTest() local
/third_party/lzma/Java/SevenZip/
DLzmaBench.java339 int compressedSize = 0; in LzmaBenchmark() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp892 size_t compressedSize = 0; in GetAndDecompressPipelineCacheVk() local
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp1058 size_t compressedSize; member in CEncoderInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
DFrameCapture.cpp832 uLong compressedSize = expectedCompressedSize; in SaveBinaryData() local
/third_party/astc-encoder/Source/
Dtinyexr.h7521 tinyexr::tinyexr_uint64 &compressedSize, in CompressZip()
7786 tinyexr::tinyexr_uint64 &compressedSize, in CompressRle()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h15824 VkDeviceSize compressedSize; member
Dvulkan_structs.hpp19878 VULKAN_HPP_NAMESPACE::DeviceSize compressedSize = {}; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h58866 size_t compressedSize; member