/external/bsdiff/ |
D | bsdiff.cc | 47 static off_t matchlen(const u_char* old, off_t oldsize, const u_char* new_buf, in matchlen() 63 const u_char* new_buf, off_t newsize, off_t st, off_t en, in search() 109 u_char *old_buf,*new_buf; in bsdiff() local 142 int bsdiff(const u_char* old_buf, off_t oldsize, const u_char* new_buf, in bsdiff()
|
D | bspatch.cc | 362 std::vector<uint8_t> old_buf(1024 * 1024), new_buf(1024 * 1024); in bspatch() local
|
/external/syslinux/core/lwip/src/api/ |
D | api_lib.c | 342 netconn_recv_data(struct netconn *conn, void **new_buf) in netconn_recv_data() 434 netconn_recv_tcp_pbuf(struct netconn *conn, struct pbuf **new_buf) in netconn_recv_tcp_pbuf() 451 netconn_recv(struct netconn *conn, struct netbuf **new_buf) in netconn_recv()
|
/external/ltp/utils/sctp/lib/ |
D | addrs.c | 49 char *new_buf; in sctp_getaddrs() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi.c | 57 char *new_buf; in svga_shader_expand() local
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_screen_buffer.c | 101 struct pb_buffer *new_buf; in r300_buffer_transfer_map() local
|
/external/boringssl/src/crypto/buf/ |
D | buf.c | 112 char *new_buf; in buf_mem_reserve() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_video.c | 89 struct rvid_buffer *new_buf, unsigned new_size) in rvid_resize_buffer()
|
D | r600_buffer_common.c | 194 struct pb_buffer *old_buf, *new_buf; in r600_alloc_resource() local
|
/external/boringssl/src/ssl/ |
D | ssl_buffer.cc | 51 uint8_t *new_buf = (uint8_t *)OPENSSL_malloc(cap + SSL3_ALIGN_PAYLOAD - 1); in ensure_buffer() local
|
/external/webp/src/utils/ |
D | bit_writer_utils.c | 27 uint8_t* new_buf; in BitWriterResize() local
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux.c | 102 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 550 uint8_t* new_buf = in FlateUncompress() local 562 uint8_t* new_buf = in FlateUncompress() local
|
/external/python/cpython2/Modules/_io/ |
D | bytesio.c | 64 char *new_buf = NULL; in resize_buffer() local
|
D | stringio.c | 59 Py_UNICODE *new_buf = NULL; in resize_buffer() local
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 360 uint8_t* new_buf = nullptr; in PDF_DataDecode() local
|
/external/boringssl/src/crypto/bio/ |
D | bio.c | 516 uint8_t *new_buf = OPENSSL_realloc(*out, len); in bio_read_all() local
|
/external/boringssl/src/crypto/err/ |
D | err.c | 661 char *new_buf; in err_add_error_vdata() local
|
/external/selinux/libsepol/src/ |
D | services.c | 180 char *p, *new_buf = e_buf; in cat_expr_buf() local 769 char *p, **new_buf = r_buf; in constraint_expr_eval_reason() local
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 216 uint8_t *new_buf = realloc(*buffer, 2 * frame_size); in raw_read_frame() local
|
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 229 uint32_t *new_buf = realloc(cs->base.buf, ib_dws * 4); in radv_amdgpu_cs_grow() local
|
/external/webp/src/dec/ |
D | idec_dec.c | 185 uint8_t* const new_buf = in AppendToMemBuffer() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_descriptors.c | 1474 struct pipe_resource *new_buf) in si_desc_reset_buffer_offset()
|
/external/mesa3d/src/gallium/drivers/ilo/shader/ |
D | toy_tgsi.c | 2273 uint32_t (*new_buf)[4]; in add_imm() local
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | union_unittest.cc | 501 std::vector<char> new_buf; in TEST() local
|