Home
last modified time | relevance | path

Searched defs:dst (Results 676 - 700 of 3039) sorted by relevance

1...<<21222324252627282930>>...122

/third_party/icu/icu4c/source/i18n/
H A Dwintzimpl.cpp45 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 Dinet_chksum.c603 lwip_chksum_copy(void *dst, const void *src, u16_t len) in lwip_chksum_copy() argument
/third_party/libfuse/lib/
H A Dbuffer.c42 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 Dmount_util.c281 char *dst; in fuse_mnt_resolve_path() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dflowgraph.c39 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 Dlowpan6_ble.c110 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 Dtest_etharp.c168 ip_addr_t dst; in START_TEST() local
203 ip_addr_t dst; in START_TEST() local
/third_party/lz4/ossfuzz/
H A Dround_trip_frame_uncompressed_fuzzer.c18 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 Dbuiltins-intl-gen.cc64 const TNode<String> dst = AllocateSeqOneByteString(length); in TF_BUILTIN() local
/third_party/node/deps/v8/src/objects/
H A Dslots-inl.h162 inline void CopyTagged(Address dst, const Address src, size_t num_tagged) { in CopyTagged() argument
/third_party/node/deps/v8/src/utils/
H A Dmemcopy.h155 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 Dfd5_blitter.c195 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 Dfreedreno_blitter.c40 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 Dnode.c402 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 Dinstr.c115 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 Ddraw_pipe_flatshade.c58 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 Du_video.h173 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 Dvl_median_filter.c373 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 Dvl_matrix_filter.c269 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 Dsfn_valuefactory_test.cpp101 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 Dpan_blitter.h53 } src, dst; member
80 } dst; member
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_bptc.c99 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 Du_indices.c56 uint16_t *dst = out; in translate_byte_to_ushort() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync.c175 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 Dlp_bld_tgsi_info.c296 const struct tgsi_dst_register *dst = &inst->Dst[i].Register; in analyse_instruction() local
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...122