Home
last modified time | relevance | path

Searched defs:decompressedSize (Results 1 – 9 of 9) sorted by relevance

/third_party/lz4/tests/
Dfreestanding.c69 const int decompressedSize = LZ4_decompress_safe( in test_lz4() local
106 const int decompressedSize = LZ4_decompress_safe( in test_lz4hc() local
Dframetest.c874 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression_wBuffers()
961 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression()
/third_party/lz4/lib/
Dlz4.h630 #define LZ4_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS… argument
Dlz4.c1798 int decompressedSize, in LZ4_decompress_unsafe_generic()
/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
/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
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl835 …ess, VkDeviceAddress dstAddress, VkDeviceSize compressedSize, VkDeviceSize decompressedSize, VkMem…
DvkStructTypes.inl8072 VkDeviceSize decompressedSize; member
DvkVulkan_c.inl16678 VkDeviceSize decompressedSize; member