/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | app_x509.c | 90 char *stmp, *vtmp = NULL; in do_x509_ctrl_string() local 97 vtmp = strchr(stmp, ':'); in do_x509_ctrl_string() 98 if (vtmp != NULL) { in do_x509_ctrl_string() 99 *vtmp = 0; in do_x509_ctrl_string() 100 vtmp++; in do_x509_ctrl_string() 101 vtmp_len = strlen(vtmp); in do_x509_ctrl_string() 109 if (vtmp != NULL) { in do_x509_ctrl_string() 113 hexid = OPENSSL_hexstr2buf((const char *)vtmp, &hexid_len); in do_x509_ctrl_string() 115 stmp = vtmp = hexid; in do_x509_ctrl_string() 123 rv = ctrl(object, cmd, vtmp, vtmp_le in do_x509_ctrl_string() [all...] |
H A D | apps.c | 2032 char *stmp, *vtmp = NULL; in pkey_ctrl_string() local 2037 vtmp = strchr(stmp, ':'); in pkey_ctrl_string() 2038 if (vtmp == NULL) in pkey_ctrl_string() 2041 *vtmp = 0; in pkey_ctrl_string() 2042 vtmp++; in pkey_ctrl_string() 2043 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); in pkey_ctrl_string() 3305 char *opt = "", *stmp, *vtmp = NULL; in STACK_OF() local 3318 || (vtmp = strchr(stmp, ':')) == NULL) in STACK_OF() 3321 *vtmp = 0; in STACK_OF() 3323 vtmp in STACK_OF() [all...] |
H A D | opt.c | 683 const X509_VERIFY_PARAM *vtmp; in opt_verify() local 727 vtmp = X509_VERIFY_PARAM_lookup(opt_arg()); in opt_verify() 728 if (vtmp == NULL) { in opt_verify() 733 X509_VERIFY_PARAM_set1(vpm, vtmp); in opt_verify()
|
/third_party/openssl/apps/lib/ |
H A D | app_x509.c | 90 char *stmp, *vtmp = NULL; in do_x509_ctrl_string() local 97 vtmp = strchr(stmp, ':'); in do_x509_ctrl_string() 98 if (vtmp != NULL) { in do_x509_ctrl_string() 99 *vtmp = 0; in do_x509_ctrl_string() 100 vtmp++; in do_x509_ctrl_string() 101 vtmp_len = strlen(vtmp); in do_x509_ctrl_string() 109 if (vtmp != NULL) { in do_x509_ctrl_string() 113 hexid = OPENSSL_hexstr2buf((const char *)vtmp, &hexid_len); in do_x509_ctrl_string() 115 stmp = vtmp = hexid; in do_x509_ctrl_string() 123 rv = ctrl(object, cmd, vtmp, vtmp_le in do_x509_ctrl_string() [all...] |
H A D | apps.c | 2025 char *stmp, *vtmp = NULL; in pkey_ctrl_string() local 2030 vtmp = strchr(stmp, ':'); in pkey_ctrl_string() 2031 if (vtmp == NULL) in pkey_ctrl_string() 2034 *vtmp = 0; in pkey_ctrl_string() 2035 vtmp++; in pkey_ctrl_string() 2036 rv = EVP_PKEY_CTX_ctrl_str(ctx, stmp, vtmp); in pkey_ctrl_string() 3298 char *opt = "", *stmp, *vtmp = NULL; in STACK_OF() local 3311 || (vtmp = strchr(stmp, ':')) == NULL) in STACK_OF() 3314 *vtmp = 0; in STACK_OF() 3316 vtmp in STACK_OF() [all...] |
H A D | opt.c | 683 const X509_VERIFY_PARAM *vtmp; in opt_verify() local 722 vtmp = X509_VERIFY_PARAM_lookup(opt_arg()); in opt_verify() 723 if (vtmp == NULL) { in opt_verify() 728 X509_VERIFY_PARAM_set1(vpm, vtmp); in opt_verify()
|
/third_party/skia/third_party/externals/libpng/arm/ |
H A D | filter_neon_intrinsics.c | 79 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon() local 80 uint8x8x2_t *vrpt = png_ptr(uint8x8x2_t, &vtmp); in png_read_filter_row_sub3_neon() 102 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon() 103 vrpt = png_ptr(uint8x8x2_t, &vtmp); in png_read_filter_row_sub3_neon() 133 uint32x2x4_t vtmp = vld4_u32(png_ptr(uint32_t,rp)); in png_read_filter_row_sub4_neon() local 134 uint8x8x4_t *vrpt = png_ptr(uint8x8x4_t,&vtmp); in png_read_filter_row_sub4_neon() 159 uint8x16_t vtmp; in png_read_filter_row_avg3_neon() local 165 vtmp = vld1q_u8(rp); in png_read_filter_row_avg3_neon() 166 vrpt = png_ptr(uint8x8x2_t,&vtmp); in png_read_filter_row_avg3_neon() 180 vtmp in png_read_filter_row_avg3_neon() 234 uint32x2x4_t vtmp; png_read_filter_row_avg4_neon() local 296 uint8x16_t vtmp; png_read_filter_row_paeth3_neon() local 372 uint32x2x4_t vtmp; png_read_filter_row_paeth4_neon() local 508 uint8x16_t vtmp = vld1q_u8(rp); png_read_filter_row_sub3_neon() local 588 uint32x2x4_t vtmp; png_read_filter_row_sub4_neon() local 651 uint8x16_t vtmp; png_read_filter_row_avg3_neon() local 763 uint8x16_t vtmp; png_read_filter_row_avg3_x2_neon() local 951 uint32x2x4_t vtmp; png_read_filter_row_avg4_neon() local 1045 uint32x2x4_t vtmp; png_read_filter_row_avg4_x2_neon() local 1202 uint8x16_t vtmp; png_read_filter_row_paeth3_neon() local 1315 uint8x16_t vtmp; png_read_filter_row_paeth3_x2_neon() local 1509 uint32x2x4_t vtmp; png_read_filter_row_paeth4_neon() local 1608 uint32x2x4_t vtmp; png_read_filter_row_paeth4_x2_neon() local [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | drbg_hash.c | 55 unsigned char vtmp[HASH_PRNG_MAX_SEEDLEN]; member 75 unsigned char *vtmp = hash->vtmp; in hash_df() local 111 if (!EVP_DigestFinal(ctx, vtmp, NULL)) in hash_df() 113 memcpy(out, vtmp, outlen); in hash_df() 114 OPENSSL_cleanse(vtmp, hash->blocklen); in hash_df() 185 && EVP_DigestFinal(ctx, hash->vtmp, NULL) in add_hash_to_v() 186 && add_bytes(drbg, hash->V, hash->vtmp, hash->blocklen); in add_hash_to_v() 214 memcpy(hash->vtmp, hash->V, drbg->seedlen); in hash_gen() 218 || !EVP_DigestUpdate(hash->ctx, hash->vtmp, drb in hash_gen() [all...] |
/third_party/openssl/providers/implementations/rands/ |
H A D | drbg_hash.c | 55 unsigned char vtmp[HASH_PRNG_MAX_SEEDLEN]; member 75 unsigned char *vtmp = hash->vtmp; in hash_df() local 111 if (!EVP_DigestFinal(ctx, vtmp, NULL)) in hash_df() 113 memcpy(out, vtmp, outlen); in hash_df() 114 OPENSSL_cleanse(vtmp, hash->blocklen); in hash_df() 185 && EVP_DigestFinal(ctx, hash->vtmp, NULL) in add_hash_to_v() 186 && add_bytes(drbg, hash->V, hash->vtmp, hash->blocklen); in add_hash_to_v() 214 memcpy(hash->vtmp, hash->V, drbg->seedlen); in hash_gen() 218 || !EVP_DigestUpdate(hash->ctx, hash->vtmp, drb in hash_gen() [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_info.c | 68 CONF_VALUE *vtmp; 79 vtmp = sk_CONF_VALUE_value(tret, i); 81 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1; 85 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name); 86 OPENSSL_free(vtmp->name); 87 vtmp->name = ntmp;
|
H A D | v3_utl.c | 43 CONF_VALUE *vtmp = NULL; in x509v3_add_len_value() local 57 if ((vtmp = OPENSSL_malloc(sizeof(*vtmp))) == NULL) in x509v3_add_len_value() 61 vtmp->section = NULL; in x509v3_add_len_value() 62 vtmp->name = tname; in x509v3_add_len_value() 63 vtmp->value = tvalue; in x509v3_add_len_value() 64 if (!sk_CONF_VALUE_push(*extlist, vtmp)) in x509v3_add_len_value() 73 OPENSSL_free(vtmp); in x509v3_add_len_value() 316 char *ntmp, *vtmp; in STACK_OF() local 362 vtmp in STACK_OF() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_info.c | 68 CONF_VALUE *vtmp; 79 vtmp = sk_CONF_VALUE_value(tret, i); 81 nlen = strlen(objtmp) + 3 + strlen(vtmp->name) + 1; 85 BIO_snprintf(ntmp, nlen, "%s - %s", objtmp, vtmp->name); 86 OPENSSL_free(vtmp->name); 87 vtmp->name = ntmp;
|
H A D | v3_utl.c | 43 CONF_VALUE *vtmp = NULL; in x509v3_add_len_value() local 57 if ((vtmp = OPENSSL_malloc(sizeof(*vtmp))) == NULL) in x509v3_add_len_value() 61 vtmp->section = NULL; in x509v3_add_len_value() 62 vtmp->name = tname; in x509v3_add_len_value() 63 vtmp->value = tvalue; in x509v3_add_len_value() 64 if (!sk_CONF_VALUE_push(*extlist, vtmp)) in x509v3_add_len_value() 73 OPENSSL_free(vtmp); in x509v3_add_len_value() 316 char *ntmp, *vtmp; in STACK_OF() local 362 vtmp in STACK_OF() [all...] |
/third_party/optimized-routines/networking/arm/ |
H A D | chksum_simd.c | 42 uint32x2_t vtmp = vreinterpret_u32_u64(vword64); in __chksum_arm_simd() local 44 vsum = vpaddl_u32(vtmp); in __chksum_arm_simd() 95 uint32x2_t vtmp = vmovn_u64(vsum0); in __chksum_arm_simd() local 97 vsum = vpadal_u32(vsum, vtmp); in __chksum_arm_simd() 103 uint32x2_t vtmp = vld1_u32(ptr32); in __chksum_arm_simd() local 105 vsum = vpadal_u32(vsum, vtmp); in __chksum_arm_simd()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_reduce_assign.cpp | 61 Temp vtmp(0, RegClass(RegType::vgpr, maxSize).as_linear()); in setup_reduce_temp() 77 end->operands[1] = Operand(vtmp); in setup_reduce_temp() 144 vtmp = program->allocateTmp(vtmp.regClass()); in setup_reduce_temp() 147 create->definitions[0] = Definition(vtmp); in setup_reduce_temp() 163 instr->operands[2] = Operand(vtmp); in setup_reduce_temp()
|
H A D | aco_lower_to_hw_instr.cpp | 271 * and that vtmp[0] != res_hi. in emit_int64_dpp_op() 299 emit_int64_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, in emit_int64_op() argument 312 assert(vtmp.reg() != 0); in emit_int64_op() 313 bld.vop1(aco_opcode::v_mov_b32, Definition(vtmp, v1), src0[0]); in emit_int64_op() 314 bld.vop1(aco_opcode::v_mov_b32, Definition(PhysReg{vtmp + 1}, v1), src0[1]); in emit_int64_op() 315 src0_reg = vtmp; in emit_int64_op() 316 src0[0] = Operand(vtmp, v1); in emit_int64_op() 317 src0[1] = Operand(PhysReg{vtmp + 1}, v1); in emit_int64_op() 318 src0_64 = Operand(vtmp, v2); in emit_int64_op() 320 assert(vtmp in emit_int64_op() 386 emit_dpp_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, ReduceOp op, unsigned size, unsigned dpp_ctrl, unsigned row_mask, unsigned bank_mask, bool bound_ctrl, Operand* identity = NULL) emit_dpp_op() argument 427 emit_op(lower_context* ctx, PhysReg dst_reg, PhysReg src0_reg, PhysReg src1_reg, PhysReg vtmp, ReduceOp op, unsigned size) emit_op() argument 474 emit_reduction(lower_context* ctx, aco_opcode op, ReduceOp reduce_op, unsigned cluster_size, PhysReg tmp, PhysReg stmp, PhysReg vtmp, PhysReg sitmp, Operand src, Definition dst) emit_reduction() argument [all...] |
/third_party/optimized-routines/networking/aarch64/ |
H A D | chksum_simd.c | 120 uint32x4_t vtmp = vld1q_u32(ptr32); in __chksum_aarch64_simd() local 121 vsum0 = vpadalq_u32(vsum0, vtmp); in __chksum_aarch64_simd() 130 uint32x2_t vtmp = vld1_u32(ptr32); in __chksum_aarch64_simd() local 131 vsum0 = vaddw_u32(vsum0, vtmp); in __chksum_aarch64_simd()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | swscale_vsx.c | 223 vec_u32 vleft, vright, vtmp; in yuv2planeX_nbps_vsx() local 238 vtmp = (vec_u32) vec_mule(vin, vfilter[j]); in yuv2planeX_nbps_vsx() 239 vleft = vec_add(vleft, vtmp); in yuv2planeX_nbps_vsx() 240 vtmp = (vec_u32) vec_mulo(vin, vfilter[j]); in yuv2planeX_nbps_vsx() 241 vright = vec_add(vright, vtmp); in yuv2planeX_nbps_vsx() 355 vec_u32 vleft, vright, vtmp; in yuv2planeX_16_vsx() local 372 vtmp = (vec_u32) vec_mul(vin32l, vfilter[j]); in yuv2planeX_16_vsx() 373 vleft = vec_add(vleft, vtmp); in yuv2planeX_16_vsx() 374 vtmp = (vec_u32) vec_mul(vin32r, vfilter[j]); in yuv2planeX_16_vsx() 375 vright = vec_add(vright, vtmp); in yuv2planeX_16_vsx() 1676 vec_s16 vtmp, vtmp2, vtmp3, vtmp4; hyscale_fast_vsx() local 1792 vec_u16 vtmp, vtmp2, vtmp3, vtmp4; hcscale_fast_vsx() local 1930 vec_s32 vout, vtmp, vtmp2, vfilter32_l, vfilter32_r; hScale16To19_vsx() local 2006 vec_s32 vout, vtmp, vtmp2, vfilter32_l, vfilter32_r; hScale16To15_vsx() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 135 ASN1_VALUE *vtmp = sk_ASN1_VALUE_value(sk, i); in ossl_asn1_template_free() local 137 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
|
H A D | asn1_gen.c | 578 CONF_VALUE vtmp; in asn1_str2type() local 605 vtmp.name = NULL; in asn1_str2type() 606 vtmp.section = NULL; in asn1_str2type() 607 vtmp.value = (char *)str; in asn1_str2type() 608 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
|
H A D | tasn_dec.c | 624 ASN1_VALUE *vtmp; in asn1_template_noexp_d2i() local 626 vtmp = sk_ASN1_VALUE_pop(sktmp); in asn1_template_noexp_d2i() 627 ASN1_item_ex_free(&vtmp, ASN1_ITEM_ptr(tt->item)); in asn1_template_noexp_d2i()
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 135 ASN1_VALUE *vtmp = sk_ASN1_VALUE_value(sk, i); in ossl_asn1_template_free() local 137 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
|
H A D | asn1_gen.c | 578 CONF_VALUE vtmp; in asn1_str2type() local 605 vtmp.name = NULL; in asn1_str2type() 606 vtmp.section = NULL; in asn1_str2type() 607 vtmp.value = (char *)str; in asn1_str2type() 608 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 4848 MPD_NEW_STATIC(vtmp,0,0,0,0); in _mpd_qln() 4957 mpd_qshiftr(&vtmp, &v, shift, status); in _mpd_qln() 4958 vtmp.exp += shift; in _mpd_qln() 4959 mpd_qmul(&tmp, &vtmp, &tmp, &varcontext, status); in _mpd_qln() 5004 mpd_del(&vtmp); in _mpd_qln() 5656 mpd_uint_t *c1 = NULL, *c2 = NULL, *c3 = NULL, *vtmp = NULL; in _mpd_fntmul() local 5691 if ((vtmp = mpd_calloc(n, sizeof *vtmp)) == NULL) { in _mpd_fntmul() 5695 memcpy(vtmp, v, vlen * (sizeof *vtmp)); in _mpd_fntmul() [all...] |
/third_party/ltp/testcases/kernel/fs/fs_bind/ |
H A D | fs_bind_lib.sh | 168 | awk -vtmp="$TST_TMPDIR/$FS_BIND_SANDBOX/" \
|