Home
last modified time | relevance | path

Searched refs:dst (Results 3451 - 3475 of 5837) sorted by relevance

1...<<131132133134135136137138139140>>...234

/third_party/icu/icu4c/source/i18n/
H A Dbasictz.cpp133 AnnualTimeZoneRule*& std, AnnualTimeZoneRule*& dst, UErrorCode& status) const { in getSimpleRulesNear()
136 dst = NULL; in getSimpleRulesNear()
231 // second rule raw/dst offsets should match raw/dst offsets in getSimpleRulesNear()
279 dst = ar1; in getSimpleRulesNear()
283 dst = ar2; in getSimpleRulesNear()
499 // After bot final standard and dst rules are processed, in getTimeZoneRulesAfter()
132 getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, AnnualTimeZoneRule*& std, AnnualTimeZoneRule*& dst, UErrorCode& status) const getSimpleRulesNear() argument
/third_party/libunwind/libunwind/src/ia64/
H A DGregs.c296 unw_word_t *src, *dst; in access_nat() local
306 dst = (unw_word_t *) &tmp; in access_nat()
308 ++src, ++dst; in access_nat()
309 *dst = *src; in access_nat()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c317 nir_deref_instr *dst) in try_match_deref()
355 glsl_get_length(nir_deref_instr_parent(dst)->type)) { in try_match_deref()
420 handle_write(nir_deref_instr *dst, nir_deref_instr *src, in handle_write() argument
427 nir_deref_path_init(&dst_path, dst, state->dead_ctx); in handle_write()
467 * dst[0][*] = src[0][*]; in handle_write()
468 * dst[0][0] = 0; // invalidates the array copy dst[*][*] = src[*][*] in handle_write()
469 * dst[1][*] = src[1][*]; in handle_write()
471 * Note that the second write wouldn't reset the entry for dst[*][*] in handle_write()
315 try_match_deref(nir_deref_path *base_path, int *path_array_idx, nir_deref_path *deref_path, int arr_idx, nir_deref_instr *dst) try_match_deref() argument
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_a4xx.c71 struct ir3_instruction **dst) in emit_intrinsic_load_ssbo()
93 ir3_split_dest(b, dst, ldgb, 0, intr->num_components); in emit_intrinsic_load_ssbo()
281 struct ir3_instruction **dst) in emit_intrinsic_load_image()
323 ir3_split_dest(b, dst, ldib, 0, intr->num_components); in emit_intrinsic_load_image()
70 emit_intrinsic_load_ssbo(struct ir3_context *ctx, nir_intrinsic_instr *intr, struct ir3_instruction **dst) emit_intrinsic_load_ssbo() argument
280 emit_intrinsic_load_image(struct ir3_context *ctx, nir_intrinsic_instr *intr, struct ir3_instruction **dst) emit_intrinsic_load_image() argument
H A Dir3_validate.c90 foreach_dst (dst, instr) { in validate_src()
91 if (dst == reg->tied) { in validate_src()
222 /* Check that src/dst types match the register types, and for in validate_instr()
250 foreach_dst (dst, instr) in validate_instr()
251 validate_reg_size(ctx, dst, instr->cat1.dst_type); in validate_instr()
290 /* Validate that cat4 opc matches the dst type: */ in validate_instr()
/third_party/mesa3d/src/freedreno/afuc/
H A Demu.c138 emu_set_gpr_reg(emu, instr->alui.dst, val); in emu_instr()
143 emu_set_gpr_reg(emu, instr->movi.dst, val); in emu_instr()
150 emu_set_gpr_reg(emu, instr->alu.dst, val); in emu_instr()
178 emu_set_gpr_reg(emu, instr->alu.dst, in emu_instr()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compiler.h452 agx_dest_index(nir_dest *dst) in agx_dest_index() argument
454 assert(dst->is_ssa); in agx_dest_index()
456 return agx_get_index(dst->ssa.index, in agx_dest_index()
457 agx_size_for_bits(nir_dest_bit_size(*dst))); in agx_dest_index()
/third_party/mesa3d/src/broadcom/common/
H A Dv3d_tiling.c456 * start of \p dst according to the given tiling format.
459 v3d_load_tiled_image(void *dst, uint32_t dst_stride, in v3d_load_tiled_image() argument
466 dst, dst_stride, in v3d_load_tiled_image()
476 * \p dst according to the given tiling format.
479 v3d_store_tiled_image(void *dst, uint32_t dst_stride, in v3d_store_tiled_image() argument
485 v3d_move_tiled_image(dst, dst_stride, in v3d_store_tiled_image()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c56 struct sh_dstreg dst; member
503 op->dst = *(struct sh_dstreg *)*token; in parse_op()
505 if (op->dst.relative && in parse_op()
549 dump_dstreg(dop.dst, &dop.dstind, di); in dump_inst()
/third_party/musl/src/network/liteos_a/
H A Dgetifaddrs.c68 uint8_t *dst; in copy_addr() local
73 dst = (uint8_t*) &sa->v4.sin_addr; in copy_addr()
77 dst = (uint8_t*) &sa->v6.sin6_addr; in copy_addr()
87 memcpy(dst, addr, len); in copy_addr()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c68 uint8_t *dst; in copy_addr() local
73 dst = (uint8_t*) &sa->v4.sin_addr; in copy_addr()
77 dst = (uint8_t*) &sa->v6.sin6_addr; in copy_addr()
87 memcpy(dst, addr, len); in copy_addr()
/third_party/node/deps/icu-small/source/i18n/
H A Dbasictz.cpp133 AnnualTimeZoneRule*& std, AnnualTimeZoneRule*& dst, UErrorCode& status) const { in getSimpleRulesNear()
136 dst = nullptr; in getSimpleRulesNear()
231 // second rule raw/dst offsets should match raw/dst offsets in getSimpleRulesNear()
279 dst = ar1; in getSimpleRulesNear()
283 dst = ar2; in getSimpleRulesNear()
499 // After bot final standard and dst rules are processed, in getTimeZoneRulesAfter()
132 getSimpleRulesNear(UDate date, InitialTimeZoneRule*& initial, AnnualTimeZoneRule*& std, AnnualTimeZoneRule*& dst, UErrorCode& status) const getSimpleRulesNear() argument
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c396 lws_plat_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) in lws_plat_inet_ntop() argument
398 return inet_ntop(af, src, dst, cnt); in lws_plat_inet_ntop()
402 lws_plat_inet_pton(int af, const char *src, void *dst) in lws_plat_inet_pton() argument
404 return inet_pton(af, src, dst); in lws_plat_inet_pton()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc365 uint8_t* dst = raw_metadata_start + offset; in FromIsolate() local
368 std::memcpy(dst, reinterpret_cast<uint8_t*>(code.raw_metadata_start()), in FromIsolate()
380 uint8_t* dst = raw_code_start + offset; in FromIsolate() local
383 std::memcpy(dst, reinterpret_cast<uint8_t*>(code.raw_instruction_start()), in FromIsolate()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_sync.c176 struct vk_sync *dst, in vk_sync_move()
179 assert(!(dst->flags & VK_SYNC_IS_TIMELINE)); in vk_sync_move()
181 assert(dst->type == src->type); in vk_sync_move()
183 return src->type->move(device, dst, src); in vk_sync_move()
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/pipebuffer/
H A Dpb_bufmgr_debug.c127 fill_random_pattern(uint8_t *dst, pb_size size) in fill_random_pattern() argument
131 *dst++ = random_pattern[i++]; in fill_random_pattern()
138 check_random_pattern(const uint8_t *dst, pb_size size, in check_random_pattern() argument
146 if(*dst++ != random_pattern[i % sizeof(random_pattern)]) { in check_random_pattern()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_fence.c184 struct pipe_fence_handle **dst, in crocus_fence_reference()
187 if (pipe_reference(&(*dst)->ref, &src->ref)) in crocus_fence_reference()
188 crocus_fence_destroy(p_screen, *dst); in crocus_fence_reference()
190 *dst = src; in crocus_fence_reference()
183 crocus_fence_reference(struct pipe_screen *p_screen, struct pipe_fence_handle **dst, struct pipe_fence_handle *src) crocus_fence_reference() argument
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c94 static ossl_inline int aes_generic_ocb_copy_ctx(PROV_AES_OCB_CTX *dst, in aes_generic_ocb_copy_ctx() argument
97 return CRYPTO_ocb128_copy_ctx(&dst->ocb, &src->ocb, in aes_generic_ocb_copy_ctx()
98 &dst->ksenc.ks, &dst->ksdec.ks); in aes_generic_ocb_copy_ctx()
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dciphercommon.h100 void (*copyctx)(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src);
314 static void name(PROV_CIPHER_CTX *dst, const PROV_CIPHER_CTX *src) \
317 CTX_TYPE *dctx = (CTX_TYPE *)dst; \
320 dst->ks = &dctx->ks.ks; \
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_openssl.c473 static int ossl_hmac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) in ossl_hmac_copy() argument
477 /* allocate memory for dst->data and a new HMAC_CTX in dst->data->ctx */ in ossl_hmac_copy()
478 if (!ossl_hmac_init(dst)) in ossl_hmac_copy()
481 dctx = EVP_PKEY_CTX_get_data(dst); in ossl_hmac_copy()
492 /* release HMAC_CTX in dst->data->ctx and memory allocated for dst->data */ in ossl_hmac_copy()
493 ossl_hmac_cleanup(dst); in ossl_hmac_copy()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c210 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ in av_resample() argument
224 dst[dst_index] = src[index2>>32]; in av_resample()
256 dst[dst_index] = av_clip_int16(lrintf(val)); in av_resample()
259 dst[dst_index] = (unsigned)(val + 32768) > 65535 ? (val>>31) ^ 32767 : val; in av_resample()
/third_party/openssl/crypto/engine/
H A Deng_openssl.c473 static int ossl_hmac_copy(EVP_PKEY_CTX *dst, EVP_PKEY_CTX *src) in ossl_hmac_copy() argument
477 /* allocate memory for dst->data and a new HMAC_CTX in dst->data->ctx */ in ossl_hmac_copy()
478 if (!ossl_hmac_init(dst)) in ossl_hmac_copy()
481 dctx = EVP_PKEY_CTX_get_data(dst); in ossl_hmac_copy()
492 /* release HMAC_CTX in dst->data->ctx and memory allocated for dst->data */ in ossl_hmac_copy()
493 ossl_hmac_cleanup(dst); in ossl_hmac_copy()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuANGLENativeDisplayFactory.cpp177 void readScreenPixels(tcu::TextureLevel *dst) const override;
383 void NativeWindow::readScreenPixels(tcu::TextureLevel *dst) const in readScreenPixels()
385 dst->setStorage(TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_INT8), in readScreenPixels()
387 if (!mWindow->takeScreenshot(reinterpret_cast<uint8_t *>(dst->getAccess().getDataPtr()))) in readScreenPixels()
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp57 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() argument
61 *dst++ = pack_two_shorts( (fx + 0) >> 16, in decal_nofilter_scale()
68 case 2: ((uint16_t*)dst)[1] = SkToU16((fx + dx) >> 16); [[fallthrough]]; in decal_nofilter_scale()
69 case 1: ((uint16_t*)dst)[0] = SkToU16((fx + 0) >> 16); in decal_nofilter_scale()
/third_party/skia/src/gpu/
H A DGrCaps.cpp296 bool GrCaps::canCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, in canCopySurface() argument
298 if (dst->readOnly()) { in canCopySurface()
302 if (dst->backendFormat() != src->backendFormat()) { in canCopySurface()
305 return this->onCanCopySurface(dst, src, srcRect, dstPoint); in canCopySurface()

Completed in 21 milliseconds

1...<<131132133134135136137138139140>>...234