Home
last modified time | relevance | path

Searched defs:new_data (Results 1 – 25 of 67) sorted by relevance

123

/external/oss-fuzz/projects/dnsmasq/
Dfuzz_rfc1035.c31 char *new_data = malloc(size); in FuzzExtractTheAddress() local
59 char *new_data = malloc(size); in FuzzAnswerTheRequest() local
78 char *new_data = malloc(size); in FuzzIgnoredAddress() local
95 char *new_data = malloc(size+1); in FuzzCheckLocalDomain() local
121 char *new_data = malloc(size+1); in FuzzExtractRequest() local
159 char *new_data = malloc(size+1); in FuzzResizePacket() local
175 char *new_data = malloc(size+1); in FuzzSetupReply() local
197 char *new_data = malloc(size+1); in FuzzCheckForBogusWildcard() local
Dfuzz_auth.c27 char *new_data = malloc(size+1); in FuzzAuth() local
/external/webrtc/modules/audio_coding/neteq/
Dsync_buffer_unittest.cc57 AudioMultiVector new_data(kChannels, kNewLen); in TEST() local
97 AudioMultiVector new_data(kChannels, kNewLen); in TEST() local
130 AudioMultiVector new_data(kChannels, kNewLen); in TEST() local
/external/zucchini/fuzzers/
Dapply_fuzzer.cc53 std::vector<uint8_t> new_data(new_size); in DEFINE_BINARY_PROTO_FUZZER() local
/external/llvm-libc/test/src/stdio/
Dungetc_test.cpp56 char new_data[CONTENT_SIZE + 1]; in TEST() local
/external/cronet/third_party/boringssl/src/crypto/asn1/
Dasn_pack.c64 uint8_t *new_data = NULL; in ASN1_item_pack() local
/external/boringssl/src/crypto/asn1/
Dasn_pack.c64 uint8_t *new_data = NULL; in ASN1_item_pack() local
/external/webrtc/modules/audio_processing/transient/
Dwpd_node.cc64 int WPDNode::set_data(const float* new_data, size_t length) { in set_data()
/external/webrtc/sdk/android/src/jni/
Djni_common.cc33 void* new_data = ::operator new(size); in JNI_JniCommon_AllocateByteBuffer() local
/external/webp/tests/fuzzer/
Dadvanced_api_fuzzer.c119 const uint8_t* new_data = data; in LLVMFuzzerTestOneInput() local
/external/libchrome/mojo/core/
Dchannel.cc284 void* new_data = base::AlignedAlloc(new_capacity, kChannelMessageAlignment); in ExtendPayload() local
526 void* new_data = base::AlignedAlloc(size_, kChannelMessageAlignment); in Reserve() local
559 char* new_data = static_cast<char*>( in Discard() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_enum.c170 unsigned char *new_data = OPENSSL_realloc(ret->data, len + 4); in BN_to_ASN1_ENUMERATED() local
/external/harfbuzz_ng/src/
Dhb-blob.cc490 char *new_data; in try_make_writable() local
749 char *new_data = (char *) hb_realloc (data, allocated); in hb_blob_create_from_file_or_fail() local
/external/ltp/testcases/kernel/syscalls/exit_group/
Dexit_group01.c65 struct worker_data *new_data; in check_counters() local
/external/libevent/test/
Dregress.gen.c87 struct run** new_data = NULL; in msg_run_expand_to_hold_more() local
491 ev_uint32_t* new_data = NULL; in kill_how_often_expand_to_hold_more() local
799 char ** new_data = NULL; in run_notes_expand_to_hold_more() local
837 ev_uint32_t* new_data = NULL; in run_other_numbers_expand_to_hold_more() local
/external/selinux/libsepol/cil/test/unit/
DCilTest.c56 struct cil_file_data *new_data = malloc(sizeof(*new_data)); in set_cil_file_data() local
/external/zucchini/
Dimposed_ensemble_matcher_unittest.cc54 std::vector<uint8_t> new_data; in TEST() local
/external/webp/imageio/
Dimageio_util.c52 void* const new_data = realloc(input, max_size + extra_size + 1); in ImgIoUtilReadFromStdin() local
/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
Dhardening_unittest.cc131 void* new_data = root.Alloc(kAllocSize); in TEST() local
/external/elfutils/tests/
Delfcopy.c266 Elf_Data *new_data = elf_newdata (new_scn); in copy_elf() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/string/
Dtst.hpp118 T* new_data(typename boost::call_traits<T>::param_type val) in new_data() function
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Ddequantize.cc35 auto& new_data = array->GetMutableBuffer<ArrayDataType::kFloat>().data; in DequantizeBuffer() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/string/
Dtst.hpp120 T* new_data(typename boost::call_traits<T>::param_type val) in new_data() function
/external/pigweed/pw_kvs/
Dentry_test.cc443 constexpr auto new_data = MakeNewFormatWithSumEntry<16>(); in TEST_F() local
471 constexpr auto new_data = MakeNewFormatWithSumEntry<32>(); in TEST() local
497 constexpr auto new_data = MakeNewFormatWithSumEntry<64>(); in TEST() local
/external/cronet/third_party/brotli/enc/
Dringbuffer.h75 uint8_t* new_data = BROTLI_ALLOC( in RingBufferInitBuffer() local

123