Home
last modified time | relevance | path

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

/third_party/lz4/ossfuzz/
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
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
Dround_trip_frame_uncompressed_fuzzer.c19 size_t dstCapacity, size_t readSize) { in decompress()
60 size_t const dstCapacity = in compress_round_trip() local
Dround_trip_frame_fuzzer.c23 size_t const dstCapacity = LZ4F_compressFrameBound(LZ4_compressBound(size), &prefs); in LLVMFuzzerTestOneInput() local
Dround_trip_hc_fuzzer.c23 size_t const dstCapacity = LZ4_compressBound(size); in LLVMFuzzerTestOneInput() local
Dcompress_frame_fuzzer.c26 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput() local
Ddecompress_fuzzer.c21 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, 4 * size); in LLVMFuzzerTestOneInput() local
Dcompress_fuzzer.c23 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput() local
Dcompress_hc_fuzzer.c24 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, size); in LLVMFuzzerTestOneInput() local
Dlz4_helpers.c30 size_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity, in FUZZ_decompressFrame()
Dround_trip_fuzzer.c22 size_t const dstCapacity = LZ4_compressBound(size); in LLVMFuzzerTestOneInput() local
/third_party/lz4/lib/
Dlz4frame.c421 void* dstBuffer, size_t dstCapacity, in LZ4F_compressFrame_usingCDict()
475 size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity, in LZ4F_compressFrame()
678 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin_usingCDict()
796 void* dstBuffer, size_t dstCapacity, in LZ4F_compressBegin()
853 static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, … in LZ4F_compressBlock()
865 …ssBlock_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level, c… in LZ4F_compressBlock_continue()
873 static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity in LZ4F_compressBlockHC()
882 …BlockHC_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level, c… in LZ4F_compressBlockHC_continue()
888 …NotCompressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level, c… in LZ4F_doNotCompressBlock()
931 void* dstBuffer, size_t dstCapacity, in LZ4F_compressUpdateImpl()
[all …]
Dlz4hc.c805 int const dstCapacity, in LZ4HC_compress_generic_internal()
871 int const dstCapacity, in LZ4HC_compress_generic_noDictCtx()
886 int const dstCapacity, in LZ4HC_compress_generic_dictCtx()
912 int const dstCapacity, in LZ4HC_compress_generic()
939 …eHC_fastReset (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC_fastReset()
951 …HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapacity, int compress… in LZ4_compress_HC_extStateHC()
958 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC()
1114 int* srcSizePtr, int dstCapacity, in LZ4_compressHC_continue_generic()
1151 …ontinue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_HC_continue()
1250 …t_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int dstCapacity, int cLevel) in LZ4_compressHC2_limitedOutput_continue()
[all …]
Dlz4.c1314 const int dstCapacity, in LZ4_compress_generic()
1378 …tate_fastReset(void* state, const char* src, char* dst, int srcSize, int dstCapacity, int accelera… in LZ4_compress_fast_extState_fastReset()
2353 …safe_partial(const char* src, char* dst, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial()
2381 …refix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial_withPrefix64k()
2407 …llPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_withSmallPrefix()
2428 int compressedSize, int targetOutputSize, int dstCapacity, in LZ4_decompress_safe_partial_forceExtDict()
2627 … char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const char* … in LZ4_decompress_safe_partial_usingDict()
2673 …utput_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacity) in LZ4_compress_limitedOutput_continue()
/third_party/skia/src/utils/
DSkUTF.cpp255 int SkUTF::UTF8ToUTF16(uint16_t dst[], int dstCapacity, const char src[], size_t srcByteLength) { in UTF8ToUTF16()
287 int SkUTF::UTF16ToUTF8(char dst[], int dstCapacity, const uint16_t src[], size_t srcLength) { in UTF16ToUTF8()
/third_party/lz4/tests/
Dframetest.c486 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests() local
494 { size_t const dstCapacity = LZ4F_compressFrameBound(testSize, &prefs); in basicTests() local
590 size_t const dstCapacity = LZ4F_compressFrameBound(srcSize, NULL); in basicTests() local
873 void* dst, size_t dstCapacity, o_scenario_e o_scenario, in test_lz4f_decompression_wBuffers()
970 size_t const dstCapacity = (o_scenario == o_noncontiguous) ? in test_lz4f_decompression() local
/third_party/lz4/examples/
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
/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
/third_party/icu/icu4c/source/common/
Duniset_props.cpp750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_props.cpp782 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
/third_party/lz4/programs/
Dbench.c319 int srcSize, int dstCapacity, in LZ4F_decompress_binding()