/third_party/lz4/ossfuzz/ |
D | decompress_frame_fuzzer.c | 18 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
|
D | round_trip_stream_fuzzer.c | 106 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
|
D | round_trip_frame_uncompressed_fuzzer.c | 19 size_t dstCapacity, size_t readSize) { in decompress() 60 size_t const dstCapacity = in compress_round_trip() local
|
D | round_trip_frame_fuzzer.c | 23 size_t const dstCapacity = LZ4F_compressFrameBound(LZ4_compressBound(size), &prefs); in LLVMFuzzerTestOneInput() local
|
D | round_trip_hc_fuzzer.c | 23 size_t const dstCapacity = LZ4_compressBound(size); in LLVMFuzzerTestOneInput() local
|
D | compress_frame_fuzzer.c | 26 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput() local
|
D | decompress_fuzzer.c | 21 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, 4 * size); in LLVMFuzzerTestOneInput() local
|
D | compress_fuzzer.c | 23 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, compressBound); in LLVMFuzzerTestOneInput() local
|
D | compress_hc_fuzzer.c | 24 size_t const dstCapacity = FUZZ_getRange_from_uint32(dstCapacitySeed, 0, size); in LLVMFuzzerTestOneInput() local
|
D | lz4_helpers.c | 30 size_t FUZZ_decompressFrame(void* dst, const size_t dstCapacity, in FUZZ_decompressFrame()
|
D | round_trip_fuzzer.c | 22 size_t const dstCapacity = LZ4_compressBound(size); in LLVMFuzzerTestOneInput() local
|
/third_party/lz4/lib/ |
D | lz4frame.c | 421 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 …]
|
D | lz4hc.c | 805 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 …]
|
D | lz4.c | 1314 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/ |
D | SkUTF.cpp | 255 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/ |
D | frametest.c | 486 { 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/ |
D | frameCompress.c | 204 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/ |
D | uniset_props.cpp | 750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
|
/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 750 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 782 static UBool mungeCharName(char* dst, const char* src, int32_t dstCapacity) { in mungeCharName()
|
/third_party/lz4/programs/ |
D | bench.c | 319 int srcSize, int dstCapacity, in LZ4F_decompress_binding()
|