/third_party/icu/icu4c/source/i18n/ |
H A D | basictz.cpp | 133 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 D | Gregs.c | 296 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 D | nir_opt_find_array_copies.c | 317 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 D | ir3_a4xx.c | 71 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 D | ir3_validate.c | 90 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 D | emu.c | 138 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 D | agx_compiler.h | 452 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 D | v3d_tiling.c | 456 * 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 D | svga_shader_dump.c | 56 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 D | getifaddrs.c | 68 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 D | getifaddrs.c | 68 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 D | basictz.cpp | 133 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 D | unix-sockets.c | 396 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 D | embedded-data.cc | 365 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 D | vk_sync.c | 176 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 D | pb_bufmgr_debug.c | 127 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 D | crocus_fence.c | 184 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 D | cipher_aes_ocb.c | 94 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 D | ciphercommon.h | 100 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 D | eng_openssl.c | 473 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 D | resample2.c | 210 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 D | eng_openssl.c | 473 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 D | tcuANGLENativeDisplayFactory.cpp | 177 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 D | SkBitmapProcState_matrixProcs.cpp | 57 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 D | GrCaps.cpp | 296 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()
|