| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_vec4_tes.cpp | 203 dst_reg dst = get_nir_dest(instr->dest, BRW_REGISTER_TYPE_D); in nir_emit_intrinsic() local
|
| H A D | brw_vec4_surface_builder.cpp | 41 const dst_reg dst = bld.vgrf(src.type, in emit_stride() local 126 const dst_reg dst = bld.vgrf(BRW_REGISTER_TYPE_UD, ret_sz); in emit_send() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | objectlabel.c | 93 copy_label(const GLchar *src, GLchar *dst, GLsizei *length, GLsizei bufSize) in copy_label() argument
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_exec_draw.c | 69 fi_type *dst = exec->vtx.copied.buffer; in vbo_exec_copy_vertices() local
|
| H A D | vbo_exec.c | 261 vbo_copy_vertices(struct gl_context *ctx, GLenum mode, unsigned start, unsigned *pcount, bool begin, unsigned vertex_size, bool in_dlist, fi_type *dst, const fi_type *src) vbo_copy_vertices() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | wintzimpl.cpp | 45 AnnualTimeZoneRule *std = nullptr, *dst = nullptr; in getSystemTimeInformation() local 47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation() local [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_vec.c | 92 ngtcp2_ssize ngtcp2_vec_split(ngtcp2_vec *src, size_t *psrccnt, ngtcp2_vec *dst, in ngtcp2_vec_split() argument 145 ngtcp2_vec_merge(ngtcp2_vec *dst, size_t *pdstcnt, ngtcp2_vec *src, size_t *psrccnt, size_t left, size_t maxcnt) ngtcp2_vec_merge() argument 218 ngtcp2_vec_copy_at_most(ngtcp2_vec *dst, size_t dstcnt, const ngtcp2_vec *src, size_t srccnt, size_t left) ngtcp2_vec_copy_at_most() argument 241 ngtcp2_vec_copy(ngtcp2_vec *dst, const ngtcp2_vec *src, size_t cnt) ngtcp2_vec_copy() argument [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_yuv.c | 49 float *dst = dst_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local 103 uint8_t *dst = dst_row; util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local 158 uint32_t *dst = (uint32_t *)dst_row; util_format_r8g8_b8g8_unorm_pack_rgba_float() local 207 uint32_t *dst = (uint32_t *)dst_row; util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local 251 float *dst = in_dst; util_format_r8g8_b8g8_unorm_fetch_rgba() local 271 float *dst = dst_row; util_format_g8r8_g8b8_unorm_unpack_rgba_float() local 325 uint8_t *dst = dst_row; util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local 380 uint32_t *dst = (uint32_t *)dst_row; util_format_g8r8_g8b8_unorm_pack_rgba_float() local 429 uint32_t *dst = (uint32_t *)dst_row; util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local 473 float *dst = in_dst; util_format_g8r8_g8b8_unorm_fetch_rgba() local 493 float *dst = dst_row; util_format_uyvy_unpack_rgba_float() local 541 uint8_t *dst = dst_row; util_format_uyvy_unpack_rgba_8unorm() local 590 uint32_t *dst = (uint32_t *)dst_row; util_format_uyvy_pack_rgba_float() local 643 uint32_t *dst = (uint32_t *)dst_row; util_format_uyvy_pack_rgba_8unorm() local 691 float *dst = in_dst; util_format_uyvy_fetch_rgba() local 715 float *dst = dst_row; util_format_yuyv_unpack_rgba_float() local 763 uint8_t *dst = dst_row; util_format_yuyv_unpack_rgba_8unorm() local 812 uint32_t *dst = (uint32_t *)dst_row; util_format_yuyv_pack_rgba_float() local 865 uint32_t *dst = (uint32_t *)dst_row; util_format_yuyv_pack_rgba_8unorm() local 913 float *dst = in_dst; util_format_yuyv_fetch_rgba() local [all...] |
| H A D | u_format_latc.c | 33 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j) in util_format_latc1_unorm_fetch_rgba_8unorm() argument 69 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_latc1_unorm_unpack_rgba_float() local 93 float *dst = in_dst; util_format_latc1_unorm_fetch_rgba() local 104 util_format_latc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j) util_format_latc1_snorm_fetch_rgba_8unorm() argument 143 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); util_format_latc1_snorm_unpack_rgba_float() local 161 float *dst = in_dst; util_format_latc1_snorm_fetch_rgba() local 173 util_format_latc2_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j) util_format_latc2_unorm_fetch_rgba_8unorm() argument 210 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); util_format_latc2_unorm_unpack_rgba_float() local 229 float *dst = in_dst; util_format_latc2_unorm_fetch_rgba() local 242 util_format_latc2_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j) util_format_latc2_snorm_fetch_rgba_8unorm() argument 275 float *dst = (float *)(uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16; util_format_latc2_snorm_unpack_rgba_float() local 300 float *dst = in_dst; util_format_latc2_snorm_fetch_rgba() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | rb_tree.c | 68 rb_node_copy_color(struct rb_node *dst, struct rb_node *src) in rb_node_copy_color() argument
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_query_pool.c | 155 void *dst = pData; in vn_GetQueryPoolResults() local
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_sync.c | 106 dzn_sync_move(struct vk_device *device, struct vk_sync *dst, struct vk_sync *src) dzn_sync_move() argument
|
| /third_party/mesa3d/src/panfrost/shared/ |
| H A D | pan_tiling.c | 246 panfrost_access_tiled_image_generic(void *dst, void *src, in panfrost_access_tiled_image_generic() argument 278 panfrost_access_tiled_image(void *dst, void *src, in panfrost_access_tiled_image() argument 383 panfrost_store_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_store_tiled_image() argument 396 panfrost_load_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_load_tiled_image() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_query.c | 342 void *dst = (uint8_t *)lpr->data + offset; in llvmpipe_get_query_result_resource() local
|
| H A D | lp_test_main.c | 122 write_elem(struct lp_type type, void *dst, unsigned index, double value) in write_elem() argument 192 random_elem(struct lp_type type, void *dst, unsigned index) random_elem() argument 228 read_vec(struct lp_type type, const void *src, double *dst) read_vec() argument 237 write_vec(struct lp_type type, void *dst, const double *src) write_vec() argument 253 random_vec(struct lp_type type, void *dst) random_vec() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | wintzimpl.cpp | 45 AnnualTimeZoneRule *std = NULL, *dst = NULL; in getSystemTimeInformation() local 47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation() local [all...] |
| /third_party/lwip/src/core/ |
| H A D | inet_chksum.c | 603 lwip_chksum_copy(void *dst, const void *src, u16_t len) in lwip_chksum_copy() argument
|
| /third_party/libfuse/lib/ |
| H A D | buffer.c | 42 static ssize_t fuse_buf_write(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_write() argument 76 static ssize_t fuse_buf_read(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_read() argument 110 static ssize_t fuse_buf_fd_to_fd(const struct fuse_buf *dst, size_ argument 161 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument 216 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument 227 fuse_buf_copy_one(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_copy_one() argument 294 const struct fuse_buf *dst = fuse_bufvec_current(dstv); fuse_buf_copy() local [all...] |
| H A D | mount_util.c | 281 char *dst; in fuse_mnt_resolve_path() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | flowgraph.c | 39 static void reverse_bbs(struct basic_block_list **dst, struct basic_block_list *src) in reverse_bbs() argument
|
| /third_party/lwip/src/netif/ |
| H A D | lowpan6_ble.c | 110 ble_addr_to_eui64(uint8_t *dst, const uint8_t *src, int public_addr) in ble_addr_to_eui64() argument 139 eui64_to_ble_addr(uint8_t *dst, cons argument [all...] |
| /third_party/lwip/test/unit/etharp/ |
| H A D | test_etharp.c | 168 ip_addr_t dst; in START_TEST() local 203 ip_addr_t dst; in START_TEST() local
|
| /third_party/lz4/ossfuzz/ |
| H A D | round_trip_frame_uncompressed_fuzzer.c | 18 static void decompress(LZ4F_dctx *dctx, void *src, void *dst, in decompress() argument 63 char *const dst = (char *) malloc(dstCapacity); in compress_round_trip() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-intl-gen.cc | 64 const TNode<String> dst = AllocateSeqOneByteString(length); in TF_BUILTIN() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | slots-inl.h | 162 inline void CopyTagged(Address dst, const Address src, size_t num_tagged) { in CopyTagged() argument
|