Home
last modified time | relevance | path

Searched defs:dstCapacity (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/zstd/tests/
H A Dfullbench.c232 void* dst, size_t dstCapacity, in local_ZSTD_compressStream()
255 void* dst, size_t dstCapacity, in local_ZSTD_compressStream_freshCCtx()
271 void* dst, size_t dstCapacity, in local_ZSTD_compress2()
280 void* dst, size_t dstCapacity, in local_ZSTD_compressStream2_end()
298 void* dst, size_t dstCapacity, in local_ZSTD_compressStream2_continue()
317 void* dst, size_t dstCapacity, in local_ZSTD_compress_generic_T2_end()
327 void* dst, size_t dstCapacity, in local_ZSTD_compress_generic_T2_continue()
348 void* dst, size_t dstCapacity, in local_ZSTD_decompressStream()
367 void* dst, size_t dstCapacity, in local_ZSTD_compressContinue()
381 void* dst, size_t dstCapacity, in local_ZSTD_compressContinue_extDict()
[all …]
/aosp_15_r20/external/lz4/lib/
H A Dlz4frame.c429 void* dstBuffer, size_t dstCapacity, in LZ4F_compressFrame_usingCDict()
484 size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity, in LZ4F_compressFrame()
691 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin_internal()
816 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin()
829 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin_usingDictOnce()
839 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin_usingDict()
852 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin_usingCDict()
911 static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, … in LZ4F_compressBlock()
923 …ssBlock_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level, c… in LZ4F_compressBlock_continue()
931 static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity in LZ4F_compressBlockHC()
[all …]
H A Dlz4hc.c1379 int const dstCapacity, in LZ4HC_compress_generic_internal()
1425 int const dstCapacity, in LZ4HC_compress_generic_noDictCtx()
1447 int const dstCapacity, in LZ4HC_compress_generic_dictCtx()
1473 int const dstCapacity, in LZ4HC_compress_generic()
1500 …eHC_fastReset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC_fastReset()
1512 …HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC()
1519 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
1683 int* srcSizePtr, int dstCapacity, in LZ4_compressHC_continue_generic()
1722 …ontinue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_HC_continue()
1827 int dstCapacity, in LZ4HC_compress_optimal()
[all …]
H A Dlz4.c1350 const int dstCapacity, in LZ4_compress_generic()
1414 …tate_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int accelera… in LZ4_compress_fast_extState_fastReset()
1453 int LZ4_compress_fast(const char* src, char* dest, int srcSize, int dstCapacity, int acceleration) in LZ4_compress_fast()
1472 int LZ4_compress_default(const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_default()
2459 …safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial()
2487 …refix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial_withPrefix64k()
2513 …llPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_withSmallPrefix()
2535 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict()
2734 … char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const char* … in LZ4_decompress_safe_partial_usingDict()
2780 …utput_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_limitedOutput_continue()
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_compress.c2881 void* dst, size_t dstCapacity, in ZSTD_entropyCompressSeqStore_internal()
3001 void* dst, size_t dstCapacity, in ZSTD_entropyCompressSeqStore()
3460 const size_t dstCapacity = ZSTD_compressBound(srcSize); in ZSTD_generateSequences() local
4044 void* dst, size_t dstCapacity, in ZSTD_compressSeqStore_singleBlock()
4198 void* dst, size_t dstCapacity, in ZSTD_compressBlock_splitBlock_internal()
4291 void* dst, size_t dstCapacity, in ZSTD_compressBlock_splitBlock()
4320 void* dst, size_t dstCapacity, in ZSTD_compressBlock_internal()
4387 void* dst, size_t dstCapacity, in ZSTD_compressBlock_targetCBlockSize_body()
4443 void* dst, size_t dstCapacity, in ZSTD_compressBlock_targetCBlockSize()
4494 void* dst, size_t dstCapacity, in ZSTD_compress_frameChunk()
[all …]
H A Dzstd_compress_sequences.c243 ZSTD_buildCTable(void* dst, size_t dstCapacity, in ZSTD_buildCTable()
292 void* dst, size_t dstCapacity, in ZSTD_encodeSequences_body()
386 void* dst, size_t dstCapacity, in ZSTD_encodeSequences_default()
404 void* dst, size_t dstCapacity, in ZSTD_encodeSequences_bmi2()
420 void* dst, size_t dstCapacity, in ZSTD_encodeSequences()
H A Dzstd_compress_literals.c39 size_t ZSTD_noCompressLiterals (void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTD_noCompressLiterals()
81 size_t ZSTD_compressRleLiteralsBlock (void* dst, size_t dstCapacity, const void* src, size_t srcSiz… in ZSTD_compressRleLiteralsBlock()
130 void* dst, size_t dstCapacity, in ZSTD_compressLiterals()
H A Dzstd_compress_superblock.c168 void* dst, size_t dstCapacity, in ZSTD_compressSubBlock_sequences()
269 void* dst, size_t dstCapacity, in ZSTD_compressSubBlock()
484 void* dst, size_t dstCapacity, in ZSTD_compressSubBlock_multi()
666 void* dst, size_t dstCapacity, in ZSTD_compressSuperBlock()
/aosp_15_r20/external/lz4/ossfuzz/
H A Dround_trip_stream_fuzzer.c106 int const dstCapacity = state->roundTrip.size - state->roundTrip.pos; in state_decompress() local
146 int const dstCapacity = state->compressed.size - state->compressed.pos; in state_prefixRoundTrip() local
167 int const dstCapacity = state->compressed.size - state->compressed.pos; in state_extDictRoundTrip() local
216 int const dstCapacity = state->compressed.size - state->compressed.pos; in state_prefixHCRoundTrip() local
238 int const dstCapacity = state->compressed.size - state->compressed.pos; in state_extDictHCRoundTrip() local
H A Ddecompress_frame_fuzzer.c18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress()
38 size_t const dstCapacity = FUZZ_getRange_from_uint32( in LLVMFuzzerTestOneInput() local
H A Dround_trip_frame_uncompressed_fuzzer.c19 size_t dstCapacity, size_t readSize) { in decompress()
60 size_t const dstCapacity = in compress_round_trip() local
H A Dround_trip_frame_fuzzer.c23 size_t const dstCapacity = LZ4F_compressFrameBound(LZ4_compressBound(size), &prefs); in LLVMFuzzerTestOneInput() local
H A Dround_trip_hc_fuzzer.c23 size_t const dstCapacity = LZ4_compressBound(size); in LLVMFuzzerTestOneInput() local
H A Dcompress_frame_fuzzer.c26 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput() local
H A Dcompress_fuzzer.c23 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput() local
H A Ddecompress_fuzzer.c21 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, 4 * size); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/zstd/lib/decompress/
H A Dzstd_decompress.c612 size_t ZSTD_readSkippableFrame(void* dst, size_t dstCapacity, in ZSTD_readSkippableFrame()
894 static size_t ZSTD_copyRawBlock(void* dst, size_t dstCapacity, in ZSTD_copyRawBlock()
907 static size_t ZSTD_setRleBlock(void* dst, size_t dstCapacity, in ZSTD_setRleBlock()
952 void* dst, size_t dstCapacity, in ZSTD_decompressFrame()
1069 void* dst, size_t dstCapacity, in ZSTD_decompressMultiFrame()
1170 void* dst, size_t dstCapacity, in ZSTD_decompress_usingDict()
1195 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx()
1201 size_t ZSTD_decompress(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTD_decompress()
1273 size_t ZSTD_decompressContinue(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, siz… in ZSTD_decompressContinue()
1655 void* dst, size_t dstCapacity, in ZSTD_decompress_usingDDict()
[all …]
H A Dzstd_decompress_block.c80 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity,… in ZSTD_allocateLiteralsBuffer()
136 void* dst, size_t dstCapacity, const streaming_operation streaming) in ZSTD_decodeLiteralsBlock()
348 void* dst, size_t dstCapacity) in ZSTD_decodeLiteralsBlock_wrapper()
2073 void* dst, size_t dstCapacity,
2196 void* dst, size_t dstCapacity,
2211 void* dst, size_t dstCapacity,
/aosp_15_r20/external/zstd/lib/common/
H A Dfse_decompress.c242 void* dst, size_t dstCapacity, in FSE_decompress_wksp_body()
290 static size_t FSE_decompress_wksp_body_default(void* dst, size_t dstCapacity, const void* cSrc, siz… in FSE_decompress_wksp_body_default()
296 BMI2_TARGET_ATTRIBUTE static size_t FSE_decompress_wksp_body_bmi2(void* dst, size_t dstCapacity, co… in FSE_decompress_wksp_body_bmi2()
302 size_t FSE_decompress_wksp_bmi2(void* dst, size_t dstCapacity, const void* cSrc, size_t cSrcSize, u… in FSE_decompress_wksp_bmi2()
/aosp_15_r20/external/lz4/tests/
H A Dframetest.c546 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in unitTests() local
554 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in unitTests() local
650 size_t const dstCapacity = LZ4F_compressFrameBound(srcSize, NULL); in unitTests() local
715 size_t const dstCapacity = LZ4F_compressFrameBound(srcSize, NULL); in unitTests() local
999 void* dst, size_t dstCapacity, o_scenario_e o_scenario, in test_lz4f_decompression_wBuffers()
1097 size_t const dstCapacity = (o_scenario == o_noncontiguous) ? in test_lz4f_decompression() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v07.c3217 static size_t ZSTDv07_copyRawBlock(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTDv07_copyRawBlock()
3689 void* dst, size_t dstCapacity, in ZSTDv07_decompressBlock_internal()
3707 void* dst, size_t dstCapacity, in ZSTDv07_decompressBlock()
3728 static size_t ZSTDv07_generateNxBytes(void* dst, size_t dstCapacity, BYTE byte, size_t length) in ZSTDv07_generateNxBytes()
3741 void* dst, size_t dstCapacity, in ZSTDv07_decompressFrame()
3811 void* dst, size_t dstCapacity, in ZSTDv07_decompress_usingPreparedDCtx()
3821 void* dst, size_t dstCapacity, in ZSTDv07_decompress_usingDict()
3831 size_t ZSTDv07_decompressDCtx(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv07_decompressDCtx()
3837 size_t ZSTDv07_decompress(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTDv07_decompress()
3933 size_t ZSTDv07_decompressContinue(ZSTDv07_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr… in ZSTDv07_decompressContinue()
[all …]
H A Dzstd_v06.c2987 static size_t ZSTDv06_copyRawBlock(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTDv06_copyRawBlock()
3476 void* dst, size_t dstCapacity, in ZSTDv06_decompressBlock_internal()
3494 void* dst, size_t dstCapacity, in ZSTDv06_decompressBlock()
3505 void* dst, size_t dstCapacity, in ZSTDv06_decompressFrame()
3568 void* dst, size_t dstCapacity, in ZSTDv06_decompress_usingPreparedDCtx()
3578 void* dst, size_t dstCapacity, in ZSTDv06_decompress_usingDict()
3588 size_t ZSTDv06_decompressDCtx(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, s… in ZSTDv06_decompressDCtx()
3594 size_t ZSTDv06_decompress(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTDv06_decompress()
3675 size_t ZSTDv06_decompressContinue(ZSTDv06_DCtx* dctx, void* dst, size_t dstCapacity, const void* sr… in ZSTDv06_decompressContinue()
3953 MEM_STATIC size_t ZBUFFv06_limitCopy(void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZBUFFv06_limitCopy()
/aosp_15_r20/external/skia/src/base/
H A DSkUTF.cpp259 int SkUTF::UTF8ToUTF16(uint16_t dst[], int dstCapacity, const char src[], size_t srcByteLength) { in UTF8ToUTF16()
291 int SkUTF::UTF16ToUTF8(char dst[], int dstCapacity, const uint16_t src[], size_t srcLength) { in UTF16ToUTF8()
/aosp_15_r20/external/lz4/examples/
H A DframeCompress.c204 void* dst, size_t dstCapacity) in decompress_file_internal()
299 size_t const dstCapacity = get_block_size(&info); in decompress_file_allocDst() local
/aosp_15_r20/external/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1107 { size_t dstCapacity = *destLen; in z_compress() local
1127 { size_t dstCapacity = *destLen; in z_compress2() local
1151 { size_t dstCapacity = *destLen; in z_uncompress() local

123