/external/bsdiff/ |
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()
|
D | diff_encoder.h | 27 const uint8_t* new_buf, in DiffEncoder()
|
D | bsdiff_main.cc | 70 uint8_t* new_buf = static_cast<uint8_t*>(MapFile(new_filename, &newsize)); in GenerateBsdiffFromFiles() local
|
D | bspatch.cc | 263 std::vector<uint8_t> 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/ssl/ |
D | ssl_buffer.cc | 62 uint8_t *new_buf = (uint8_t *)malloc(new_cap + SSL3_ALIGN_PAYLOAD - 1); in EnsureCap() local
|
/external/boringssl/src/crypto/buf/ |
D | buf.c | 108 char *new_buf = OPENSSL_realloc(buf->data, alloc_size); 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/libxcam/capi/ |
D | xcam_handle.cpp | 263 XCamVideoBuffer *new_buf = convert_to_external_buffer (output); in xcam_handle_execute() local
|
/external/libxcam/xcore/ |
D | image_processor.cpp | 328 SmartPtr<VideoBuffer> new_buf; in buffer_process_loop() local
|
D | v4l2_device.cpp | 552 SmartPtr<V4l2Buffer> new_buf; in init_buffer_pool() local
|
/external/webp/src/utils/ |
D | bit_writer_utils.c | 27 uint8_t* new_buf; in BitWriterResize() local
|
/external/python/cpython3/Modules/ |
D | _localemodule.c | 266 wchar_t * new_buf = PyMem_Realloc(buf, (n2+1)*sizeof(wchar_t)); in PyLocale_strxfrm() local
|
/external/adhd/cras/src/server/ |
D | cras_udev.c | 223 uint8_t *new_buf = realloc(buf, buf_size); in calculate_desc_checksum() local
|
/external/boringssl/src/crypto/ |
D | cpu-arm-linux.c | 102 char *new_buf = OPENSSL_realloc(buf, new_cap); in read_file() local
|
/external/python/cpython3/Modules/_io/ |
D | stringio.c | 79 Py_UCS4 *new_buf = NULL; in resize_buffer() local
|
D | bytesio.c | 90 PyObject *new_buf; in unshare_buffer() local
|
/external/python/cpython2/Modules/_io/ |
D | stringio.c | 59 Py_UNICODE *new_buf = NULL; in resize_buffer() local
|
D | bytesio.c | 64 char *new_buf = NULL; in resize_buffer() local
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 368 uint8_t* new_buf = nullptr; in PDF_DataDecode() local
|
/external/selinux/libsepol/src/ |
D | services.c | 181 char *p, *new_buf = e_buf; in cat_expr_buf() local 770 char *p, **new_buf = r_buf; in constraint_expr_eval_reason() local
|