Home
last modified time | relevance | path

Searched refs:decompressedSize (Results 1 – 15 of 15) sorted by relevance

/third_party/lz4/tests/
Dfreestanding.c69 const int decompressedSize = LZ4_decompress_safe( in test_lz4() local
75 if (decompressedSize <= 0) { in test_lz4()
80 if (decompressedSize != srcSize) { in test_lz4()
106 const int decompressedSize = LZ4_decompress_safe( in test_lz4hc() local
112 if (decompressedSize <= 0) { in test_lz4hc()
117 if (decompressedSize != srcSize) { in test_lz4hc()
Dframetest.c874 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression_wBuffers() argument
932 if (findErrorPos) locateBuffDiff(srcRef, dst, decompressedSize, o_scenario); in test_lz4f_decompression_wBuffers()
953 if (findErrorPos) locateBuffDiff(srcRef, dst, decompressedSize, o_scenario); in test_lz4f_decompression_wBuffers()
961 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression() argument
971 (decompressedSize * 2) + 128 : in test_lz4f_decompression()
972 decompressedSize; in test_lz4f_decompression()
979 srcRef, decompressedSize, in test_lz4f_decompression()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_NV_memory_decompression.adoc46 * pname:decompressedSize is the size of decompressed data in bytes.
64 pname:decompressedSize must: be less than or equal to 65536 bytes
67 pname:decompressedSize must: be valid and bound to a
69 * [[VUID-VkDecompressMemoryRegionNV-decompressedSize-07689]]
70 The pname:decompressedSize must: be large enough to hold the
77 {plus} pname:decompressedSize region
/third_party/lz4/lib/
Dlz4.h630 …_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS_INPLACE_M… argument
Dlz4.c1798 int decompressedSize, in LZ4_decompress_unsafe_generic() argument
1807 BYTE* const oend = ostart + decompressedSize; in LZ4_decompress_unsafe_generic()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
DExhaustiveTest.java108 int decompressedSize = Math.max(2, 2 * len); in myMultipassTest() local
109 char[] decompressed = new char[decompressedSize]; in myMultipassTest()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java105 int decompressedSize = Math.max(2, 2 * len); in myMultipassTest() local
106 char[] decompressed = new char[decompressedSize]; in myMultipassTest()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl835 …DeviceAddress dstAddress, VkDeviceSize compressedSize, VkDeviceSize decompressedSize, VkMemoryDeco… argument
841 res.decompressedSize = decompressedSize;
DvkStructTypes.inl8072 VkDeviceSize decompressedSize; member
DvkVulkan_c.inl16678 VkDeviceSize decompressedSize; member
DvkStrUtilImpl.inl16112 s << "\tdecompressedSize = " << value.decompressedSize << '\n';
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp19776 , decompressedSize( decompressedSize_ )
19818 decompressedSize = decompressedSize_; in setDecompressedSize()
19852 … return std::tie( srcAddress, dstAddress, compressedSize, decompressedSize, decompressionMethod ); in reflect()
19865 …( decompressedSize == rhs.decompressedSize ) && ( decompressionMethod == rhs.decompressionMethod ); in operator ==()
19879 VULKAN_HPP_NAMESPACE::DeviceSize decompressedSize = {}; member
Dvulkan_core.h15825 VkDeviceSize decompressedSize; member
Dvulkan_hash.hpp2753 VULKAN_HPP_HASH_COMBINE( seed, decompressMemoryRegionNV.decompressedSize ); in operator ()()
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.adoc311 slink:VkDecompressMemoryRegionNV::pname:decompressedSize limit, and fix