| /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
|
| /third_party/node/deps/v8/src/utils/ |
| H A D | memcopy.h | 155 Address dst = reinterpret_cast<Address>(dst_ptr); in CopyImpl() local 178 CopyWords(Address dst, const Address src, size_t num_words) CopyWords() argument 186 CopyBytes(T* dst, const T* src, size_t num_bytes) CopyBytes() argument 271 CopyChars(DstType* dst, const SrcType* src, size_t count) CopyChars() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 195 struct fd_resource *src, *dst; emit_blit_buffer() local 310 struct fd_resource *src, *dst; emit_blit() local 434 struct fd_resource *dst = fd_resource(info->dst.resource); global() variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| H A D | freedreno_blitter.c | 40 default_dst_texture(struct pipe_surface *dst_templ, struct pipe_resource *dst, in default_dst_texture() argument 122 struct pipe_resource *dst = info->dst.resource; in fd_blitter_blit() local 349 fd_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) fd_resource_copy_region() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
| H A D | node.c | 402 void gpir_node_replace_succ(gpir_node *dst, gpir_node *src) in gpir_node_replace_succ() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
| H A D | instr.c | 115 static bool ppir_instr_insert_const(ppir_const *dst, const ppir_const *src, in ppir_instr_insert_const() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_flatshade.c | 58 copy_flats( struct draw_stage *stage, struct vertex_header *dst, const struct vertex_header *src ) copy_flats() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_video.h | 173 uint8_t *dst = (uint8_t *)destination_data[1] + destination_pitches[1] * src_field; in u_copy_yv12_to_nv12() local 195 uint8_t *dst = (uint8_t *)destination_data[0] + destination_pitches[0] * src_field; in u_copy_swap422_packed() local 137 u_copy_nv12_from_yv12(const void *const *source_data, uint32_t const *source_pitches, int dst_plane, int dst_field, int dst_stride, int num_fields, uint8_t *dst, int width, int height) u_copy_nv12_from_yv12() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_median_filter.c | 373 vl_median_filter_render(struct vl_median_filter *filter, struct pipe_sampler_view *src, struct pipe_surface *dst) vl_median_filter_render() argument
|
| H A D | vl_matrix_filter.c | 269 vl_matrix_filter_render(struct vl_matrix_filter *filter, struct pipe_sampler_view *src, struct pipe_surface *dst) vl_matrix_filter_render() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_valuefactory_test.cpp | 101 nir_dest dst = NIR_DEST_INIT; in TEST_F() local 133 nir_dest dst = NIR_DEST_INIT; in TEST_F() local [all...] |
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_blitter.h | 53 } src, dst; member 80 } dst; member [all...] |
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_bptc.c | 99 util_format_bptc_rgba_unorm_fetch_rgba(void *restrict dst, const uint8_t *restrict src, in util_format_bptc_rgba_unorm_fetch_rgba() argument 168 util_format_bptc_srgba_fetch_rgba(void *restrict dst, const uint8_t *restrict src, in util_format_bptc_srgba_fetch_rgba() argument 234 util_format_bptc_rgb_float_fetch_rgba(void *restrict dst, const uint8_t *restrict src, in util_format_bptc_rgb_float_fetch_rgba() argument 296 util_format_bptc_rgb_ufloat_fetch_rgba(void *restrict dst, const uint8_t *restrict src, in util_format_bptc_rgb_ufloat_fetch_rgba() argument
|
| /third_party/mesa3d/src/util/indices/ |
| H A D | u_indices.c | 56 uint16_t *dst = out; in translate_byte_to_ushort() local
|
| /third_party/mesa3d/src/vulkan/runtime/ |
| H A D | vk_sync.c | 175 vk_sync_move(struct vk_device *device, struct vk_sync *dst, struct vk_sync *src) vk_sync_move() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_info.c | 296 const struct tgsi_dst_register *dst = &inst->Dst[i].Register; in analyse_instruction() local [all...] |