Home
last modified time | relevance | path

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

12

/external/bsdiff/
Dbsdiff.cc47 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()
Dbspatch.cc362 std::vector<uint8_t> old_buf(1024 * 1024), new_buf(1024 * 1024); in bspatch() local
/external/syslinux/core/lwip/src/api/
Dapi_lib.c342 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/
Daddrs.c49 char *new_buf; in sctp_getaddrs() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c57 char *new_buf; in svga_shader_expand() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c101 struct pb_buffer *new_buf; in r300_buffer_transfer_map() local
/external/boringssl/src/crypto/buf/
Dbuf.c112 char *new_buf; in buf_mem_reserve() local
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c89 struct rvid_buffer *new_buf, unsigned new_size) in rvid_resize_buffer()
Dr600_buffer_common.c194 struct pb_buffer *old_buf, *new_buf; in r600_alloc_resource() local
/external/boringssl/src/ssl/
Dssl_buffer.cc51 uint8_t *new_buf = (uint8_t *)OPENSSL_malloc(cap + SSL3_ALIGN_PAYLOAD - 1); in ensure_buffer() local
/external/webp/src/utils/
Dbit_writer_utils.c27 uint8_t* new_buf; in BitWriterResize() local
/external/boringssl/src/crypto/
Dcpu-arm-linux.c102 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp550 uint8_t* new_buf = in FlateUncompress() local
562 uint8_t* new_buf = in FlateUncompress() local
/external/python/cpython2/Modules/_io/
Dbytesio.c64 char *new_buf = NULL; in resize_buffer() local
Dstringio.c59 Py_UNICODE *new_buf = NULL; in resize_buffer() local
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.cpp360 uint8_t* new_buf = nullptr; in PDF_DataDecode() local
/external/boringssl/src/crypto/bio/
Dbio.c516 uint8_t *new_buf = OPENSSL_realloc(*out, len); in bio_read_all() local
/external/boringssl/src/crypto/err/
Derr.c661 char *new_buf; in err_add_error_vdata() local
/external/selinux/libsepol/src/
Dservices.c180 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/
Dvpxdec.c216 uint8_t *new_buf = realloc(*buffer, 2 * frame_size); in raw_read_frame() local
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c229 uint32_t *new_buf = realloc(cs->base.buf, ib_dws * 4); in radv_amdgpu_cs_grow() local
/external/webp/src/dec/
Didec_dec.c185 uint8_t* const new_buf = in AppendToMemBuffer() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_descriptors.c1474 struct pipe_resource *new_buf) in si_desc_reset_buffer_offset()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c2273 uint32_t (*new_buf)[4]; in add_imm() local
/external/libmojo/mojo/public/cpp/bindings/tests/
Dunion_unittest.cc501 std::vector<char> new_buf; in TEST() local

12