Searched refs:decompressedSize (Results 1 – 4 of 4) sorted by relevance
/third_party/lz4/lib/ |
D | lz4.h | 554 …_DECOMPRESS_INPLACE_BUFFER_SIZE(decompressedSize) ((decompressedSize) + LZ4_DECOMPRESS_INPLACE_M… argument
|
/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/lz4/tests/ |
D | frametest.c | 813 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression_wBuffers() argument 870 if (findErrorPos) locateBuffDiff(srcRef, dst, decompressedSize, o_scenario); in test_lz4f_decompression_wBuffers() 891 if (findErrorPos) locateBuffDiff(srcRef, dst, decompressedSize, o_scenario); in test_lz4f_decompression_wBuffers() 899 const void* srcRef, size_t decompressedSize, in test_lz4f_decompression() argument 909 (decompressedSize * 2) + 128 : in test_lz4f_decompression() 910 decompressedSize; in test_lz4f_decompression() 917 srcRef, decompressedSize, in test_lz4f_decompression()
|