/third_party/lz4/tests/ |
D | freestanding.c | 69 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()
|
D | frametest.c | 874 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/ |
D | VK_NV_memory_decompression.adoc | 46 * 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/ |
D | lz4.h | 630 …_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS_INPLACE_M… argument
|
D | lz4.c | 1798 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/ |
D | ExhaustiveTest.java | 108 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/ |
D | ExhaustiveTest.java | 105 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/ |
D | vkTypeUtil.inl | 835 …DeviceAddress dstAddress, VkDeviceSize compressedSize, VkDeviceSize decompressedSize, VkMemoryDeco… argument 841 res.decompressedSize = decompressedSize;
|
D | vkStructTypes.inl | 8072 VkDeviceSize decompressedSize; member
|
D | vkVulkan_c.inl | 16678 VkDeviceSize decompressedSize; member
|
D | vkStrUtilImpl.inl | 16112 s << "\tdecompressedSize = " << value.decompressedSize << '\n';
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_structs.hpp | 19776 , 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
|
D | vulkan_core.h | 15825 VkDeviceSize decompressedSize; member
|
D | vulkan_hash.hpp | 2753 VULKAN_HPP_HASH_COMBINE( seed, decompressMemoryRegionNV.decompressedSize ); in operator ()()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | ChangeLog.adoc | 311 slink:VkDecompressMemoryRegionNV::pname:decompressedSize limit, and fix
|