Home
last modified time | relevance | path

Searched defs:new_buf (Results 1 – 25 of 96) sorted by relevance

1234

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-one.c2519 u8 *new_buf = in fuzz_one_original() local
2570 u8 *new_buf = in fuzz_one_original() local
2727 u8 *new_buf = afl_realloc(AFL_BUF_PARAM(out_scratch), switch_len); in fuzz_one_original() local
2843 u8 *new_buf = in fuzz_one_original() local
2985 u8 *new_buf = afl_realloc(AFL_BUF_PARAM(out_scratch), in fuzz_one_original() local
3181 u8 *new_buf = queue_testcase_get(afl, target); in fuzz_one_original() local
3233 u8 *new_buf = queue_testcase_get(afl, target); in fuzz_one_original() local
3344 u8 *new_buf; in fuzz_one_original() local
5401 u8 *new_buf; in mopt_common_fuzzing() local
5633 u8 *new_buf = queue_testcase_get(afl, target); in mopt_common_fuzzing() local
[all …]
H A Dafl-fuzz-run.c102 u8 *new_buf = NULL; in write_to_testcase() local
263 u8 *new_buf = NULL; in write_with_gap() local
/aosp_15_r20/system/media/audio_utils/
H A Decho_reference.c209 void *new_buf = realloc(er->wr_buf, er->wr_buf_size * er->rd_frame_size); in echo_reference_write() local
276 void *new_buf = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_write() local
431 void *new_buf = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_read() local
474 void *new_buf = realloc(er->buffer, er->buf_size * er->rd_frame_size); in echo_reference_read() local
/aosp_15_r20/external/bsdiff/
H A Dbsdiff.cc49 int bsdiff(const uint8_t* old_buf, size_t oldsize, const uint8_t* new_buf, in bsdiff()
57 int bsdiff(const uint8_t* old_buf, size_t oldsize, const uint8_t* new_buf, in bsdiff()
64 int bsdiff(const uint8_t* old_buf, size_t oldsize, const uint8_t* new_buf, in bsdiff()
H A Ddiff_encoder.h27 const uint8_t* new_buf, in DiffEncoder()
H A Dbsdiff_main.cc70 uint8_t* new_buf = static_cast<uint8_t*>(MapFile(new_filename, &newsize)); in GenerateBsdiffFromFiles() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/examples/stringop/
H A Dstringop.cc47 char* new_buf = static_cast<char*>(malloc(input->size)); in reverse_string() local
61 char* new_buf = static_cast<char*>(malloc(2 * input->size)); in duplicate_string() local
/aosp_15_r20/external/AFLplusplus/include/
H A Dalloc-inl.h665 struct afl_alloc_buf *new_buf = NULL; in afl_realloc() local
722 struct afl_alloc_buf *new_buf = NULL; in afl_realloc_exact() local
/aosp_15_r20/external/perfetto/src/protozero/
H A Dpacked_repeated_fields.cc28 std::unique_ptr<uint8_t[]> new_buf(new uint8_t[new_size]); in GrowSlowpath() local
H A Dproto_ring_buffer.cc139 auto new_buf = perfetto::base::PagedMemory::Allocate(new_size); in Append() local
/aosp_15_r20/external/flashrom/bindings/rust/libflashrom/src/
H A Dlog.c43 char *new_buf = realloc(buf, req_len + 1); in log_c() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dalloc_basic_test.cpp79 int *new_buf = &v[0]; in vector_test() local
/aosp_15_r20/external/ltp/utils/sctp/lib/
H A Daddrs.c49 char *new_buf; in sctp_getaddrs() local
/aosp_15_r20/hardware/google/gfxstream/host/
DReadBuffer.cpp71 const auto new_buf = (unsigned char*)malloc(new_size); in getData() local
/aosp_15_r20/external/boringssl/src/crypto/
H A Dcpu_arm_linux.c69 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/
H A Dcpu_arm_linux.c69 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c98 struct pb_buffer_lean *new_buf; in r300_buffer_transfer_map() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_video.c71 struct rvid_buffer *new_buf, unsigned new_size, in si_vid_resize_buffer()
/aosp_15_r20/external/boringssl/src/crypto/buf/
H A Dbuf.c95 char *new_buf = OPENSSL_realloc(buf->data, alloc_size); in BUF_MEM_reserve() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/buf/
Dbuf.c108 char *new_buf = OPENSSL_realloc(buf->data, alloc_size); in BUF_MEM_reserve() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/buf/
H A Dbuf.c95 char *new_buf = OPENSSL_realloc(buf->data, alloc_size); in BUF_MEM_reserve() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/buf/
Dbuf.c108 char *new_buf = OPENSSL_realloc(buf->data, alloc_size); in BUF_MEM_reserve() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_buffer.cc60 uint8_t *new_buf; in EnsureCap() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_buffer.cc60 uint8_t *new_buf; in EnsureCap() local
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_buffer.cc60 uint8_t *new_buf; in EnsureCap() local

1234