/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-one.c | 2519 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 D | afl-fuzz-run.c | 102 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 D | echo_reference.c | 209 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 D | bsdiff.cc | 49 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 D | diff_encoder.h | 27 const uint8_t* new_buf, in DiffEncoder()
|
H A D | bsdiff_main.cc | 70 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 D | stringop.cc | 47 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 D | alloc-inl.h | 665 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 D | packed_repeated_fields.cc | 28 std::unique_ptr<uint8_t[]> new_buf(new uint8_t[new_size]); in GrowSlowpath() local
|
H A D | proto_ring_buffer.cc | 139 auto new_buf = perfetto::base::PagedMemory::Allocate(new_size); in Append() local
|
/aosp_15_r20/external/flashrom/bindings/rust/libflashrom/src/ |
H A D | log.c | 43 char *new_buf = realloc(buf, req_len + 1); in log_c() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | alloc_basic_test.cpp | 79 int *new_buf = &v[0]; in vector_test() local
|
/aosp_15_r20/external/ltp/utils/sctp/lib/ |
H A D | addrs.c | 49 char *new_buf; in sctp_getaddrs() local
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | ReadBuffer.cpp | 71 const auto new_buf = (unsigned char*)malloc(new_size); in getData() local
|
/aosp_15_r20/external/boringssl/src/crypto/ |
H A D | cpu_arm_linux.c | 69 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/ |
H A D | cpu_arm_linux.c | 69 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_screen_buffer.c | 98 struct pb_buffer_lean *new_buf; in r300_buffer_transfer_map() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_video.c | 71 struct rvid_buffer *new_buf, unsigned new_size, in si_vid_resize_buffer()
|
/aosp_15_r20/external/boringssl/src/crypto/buf/ |
H A D | buf.c | 95 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/ |
D | buf.c | 108 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 D | buf.c | 95 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/ |
D | buf.c | 108 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/ |
D | ssl_buffer.cc | 60 uint8_t *new_buf; in EnsureCap() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | ssl_buffer.cc | 60 uint8_t *new_buf; in EnsureCap() local
|
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | ssl_buffer.cc | 60 uint8_t *new_buf; in EnsureCap() local
|