/aosp_15_r20/external/libpng/arm/ |
H A D | filter_neon_intrinsics.c | 78 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon() local 132 uint32x2x4_t vtmp = vld4_u32(png_ptr(uint32_t,rp)); in png_read_filter_row_sub4_neon() local 158 uint8x16_t vtmp; in png_read_filter_row_avg3_neon() local 233 uint32x2x4_t vtmp; in png_read_filter_row_avg4_neon() local 295 uint8x16_t vtmp; in png_read_filter_row_paeth3_neon() local 371 uint32x2x4_t vtmp; in png_read_filter_row_paeth4_neon() local
|
/aosp_15_r20/external/arm-optimized-routines/networking/arm/ |
H A D | chksum_simd.c | 42 uint32x2_t vtmp = vreinterpret_u32_u64(vword64); in __chksum_arm_simd() local 95 uint32x2_t vtmp = vmovn_u64(vsum0); in __chksum_arm_simd() local 103 uint32x2_t vtmp = vld1_u32(ptr32); in __chksum_arm_simd() local
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | quantize_neon.c | 391 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_neon() local 427 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_neon() local 498 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_helper_16x16_neon() local 550 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_helper_16x16_neon() local 632 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_helper_32x32_neon() local 687 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_helper_32x32_neon() local 772 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_helper_64x64_neon() local 831 int16x8_t vtmp = vqaddq_s16(v_abs, vround); in aom_quantize_b_helper_64x64_neon() local
|
/aosp_15_r20/external/libvpx/vp8/common/arm/neon/ |
H A D | copymem_neon.c | 17 uint8x8_t vtmp; in vp8_copy_mem8x4_neon() local 30 uint8x8_t vtmp; in vp8_copy_mem8x8_neon() local
|
/aosp_15_r20/external/arm-optimized-routines/networking/aarch64/ |
H A D | chksum_simd.c | 120 uint32x4_t vtmp = vld1q_u32(ptr32); in __chksum_aarch64_simd() local 130 uint32x2_t vtmp = vld1_u32(ptr32); in __chksum_aarch64_simd() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | sum_squares_sse2.c | 319 __m128i vtmp = _mm_srli_si128(vec_a, 8); in mm_accumulate_epi16() local 330 __m128i vtmp = _mm_srli_si128(vec_a, 8); in mm_accumulate_epi32() local
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | v3_info.c | 132 CONF_VALUE *vtmp; variable
|
H A D | v3_utl.c | 95 CONF_VALUE *vtmp = NULL; in x509V3_add_len_value() local 357 char *ntmp, *vtmp; in STACK_OF() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | v3_info.c | 132 CONF_VALUE *vtmp; variable
|
H A D | v3_utl.c | 95 CONF_VALUE *vtmp = NULL; in x509V3_add_len_value() local 357 char *ntmp, *vtmp; in STACK_OF() local
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_lower_to_hw_instr.cpp | 453 emit_int64_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_int64_op() 540 emit_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_dpp_op() 581 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_op() 629 PhysReg tmp, PhysReg stmp, PhysReg vtmp, PhysReg sitmp, Operand src, Definition dst) in emit_reduction()
|
H A D | aco_reduce_assign.cpp | 46 Temp vtmp(0, RegClass(RegType::vgpr, maxSize).as_linear()); in setup_reduce_temp() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_info.c | 122 CONF_VALUE *vtmp; variable
|
D | v3_utl.c | 95 CONF_VALUE *vtmp = NULL; in x509V3_add_len_value() local 355 char *ntmp, *vtmp; in STACK_OF() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_info.c | 122 CONF_VALUE *vtmp; variable
|
D | v3_utl.c | 95 CONF_VALUE *vtmp = NULL; in x509V3_add_len_value() local 355 char *ntmp, *vtmp; in STACK_OF() local
|
/aosp_15_r20/external/boringssl/src/crypto/asn1/ |
H A D | tasn_fre.c | 167 ASN1_VALUE *vtmp = sk_ASN1_VALUE_value(sk, i); in ASN1_template_free() local
|
H A D | tasn_dec.c | 602 ASN1_VALUE *vtmp; in asn1_template_noexp_d2i() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/ |
H A D | tasn_fre.c | 167 ASN1_VALUE *vtmp = sk_ASN1_VALUE_value(sk, i); in ASN1_template_free() local
|
H A D | tasn_dec.c | 602 ASN1_VALUE *vtmp; in asn1_template_noexp_d2i() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 173 ASN1_VALUE *vtmp; in ASN1_template_free() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | tasn_fre.c | 173 ASN1_VALUE *vtmp; in ASN1_template_free() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 652 CONF_VALUE vtmp; in asn1_str2type() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | asn1_gen.c | 652 CONF_VALUE vtmp; in asn1_str2type() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | temporal_filter_sse2.c | 77 __m128i vtmp = _mm_loadu_si128((__m128i *)src); in xx_load_and_pad() local
|