HomeSort by: relevance | last modified time | path
    Searched defs:atmp (Results 1 - 23 of 23) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/dh/
dh_kdf.c 58 X509_ALGOR atmp; local
69 atmp.algorithm = key_oid;
70 atmp.parameter = &ctr_atype;
79 derlen = CMS_SharedInfo_encode(pder, &atmp, pukm_oct, outlen);
  /src/sys/arch/hppa/spmath/
fpudispatch.c 667 } mtmp, atmp; local
693 if (dbl_to_sgl_fcnvfxt(&fpregs[ta],(unsigned *) &atmp,
706 if (dbl_fadd(&fpregs[ta], &fpregs[ra], (unsigned *) &atmp,
718 fpregs[ta] = atmp.ints.i1;
719 fpregs[ta+1] = atmp.ints.i2;
750 if (sgl_to_sgl_fcnvfxt(&fpregs[ta],(unsigned *) &atmp,
751 (unsigned *) &atmp,&status))
761 if (sgl_fadd(&fpregs[ta], &fpregs[ra], (unsigned *) &atmp,
770 fpregs[ta] = atmp.ints.i1;
791 } mtmp, atmp; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
asn1parse.c 246 ASN1_TYPE *atmp; local
256 atmp = at;
259 ASN1_TYPE_free(atmp);
  /src/crypto/external/bsd/openssl/dist/apps/
asn1parse.c 234 ASN1_TYPE *atmp; local
244 atmp = at;
247 ASN1_TYPE_free(atmp);
  /src/crypto/external/bsd/openssl.old/dist/apps/
asn1pars.c 226 ASN1_TYPE *atmp; local
236 atmp = at;
239 ASN1_TYPE_free(atmp);
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 78 struct berval atmp, local
253 atmp = f->f_mr_desc->ad_cname;
256 BER_BVSTR( &atmp, "" );
261 fstr->bv_len = atmp.bv_len +
268 atmp.bv_val,
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
map.c 349 struct berval atmp, local
378 if ( map_attr_value( dc, f->f_av_desc, &atmp,
384 fstr->bv_len = atmp.bv_len + vtmp.bv_len
393 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" );
399 if ( map_attr_value( dc, f->f_av_desc, &atmp,
405 fstr->bv_len = atmp.bv_len + vtmp.bv_len
414 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" );
420 if ( map_attr_value( dc, f->f_av_desc, &atmp,
426 fstr->bv_len = atmp.bv_len + vtmp.bv_len
435 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwmmap.c 527 struct berval atmp, local
564 if ( map_attr_value( dc, &ad, &atmp,
570 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(=)" );
574 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" );
581 if ( map_attr_value( dc, &ad, &atmp,
587 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(>=)" );
591 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" );
598 if ( map_attr_value( dc, &ad, &atmp,
604 fstr->bv_len = atmp.bv_len + vtmp.bv_len + STRLENOF( "(<=)" );
608 atmp.bv_val, vtmp.bv_len ? vtmp.bv_val : "" )
    [all...]
translucent.c 547 Attribute atmp; local
556 atmp.a_desc = m->sml_desc;
557 atmp.a_vals = m->sml_values;
558 atmp.a_nvals = m->sml_nvalues ? m->sml_nvalues : atmp.a_vals;
559 atmp.a_numvals = m->sml_numvals;
560 atmp.a_flags = 0;
561 a = attr_dup( &atmp );
  /src/external/ibm-public/postfix/dist/src/master/
master_ent.c 280 char *atmp; local
359 atmp = mystrdup(name);
360 if ((parse_err = host_port(atmp, &host, "", &port, (char *) 0)) != 0)
459 myfree(atmp);
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
rsa_sup_mul.c 340 limb_t *atmp, *modtmp, *rettmp; local
346 atmp = tmp;
351 atmp[i] = a[i-modnum];
358 res = sub(rettmp, atmp, modtmp, anum+modnum);
359 cselect(res, atmp, atmp, rettmp, anum+modnum);
362 memcpy(ret, &atmp[anum], sizeof(limb_t) * modnum);
  /src/external/bsd/nvi/dist/common/
options.c 1085 OABBREV atmp, *ap; local
1090 atmp.name = name;
1091 if ((ap = bsearch(&atmp, abbrev, sizeof(abbrev) / sizeof(OABBREV) - 1,
  /src/external/bsd/openldap/dist/libraries/liblber/
memory.c 798 BerVarray atmp; local
809 atmp = (BerValue *) ber_memrealloc_x( (char *) *a,
812 if( atmp == NULL ) {
816 *a = atmp;
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
asn1_gen.c 582 ASN1_TYPE *atmp = NULL; local
588 if ((atmp = ASN1_TYPE_new()) == NULL) {
613 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
625 if ((atmp->value.integer
638 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) {
650 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) {
654 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
658 atmp->value.asn1_string->type = utype;
659 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
684 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
asn1_gen.c 578 ASN1_TYPE *atmp = NULL; local
584 if ((atmp = ASN1_TYPE_new()) == NULL) {
609 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
621 if ((atmp->value.integer
633 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) {
645 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) {
649 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
653 atmp->value.asn1_string->type = utype;
654 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
679 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
asn1_gen.c 580 ASN1_TYPE *atmp = NULL; local
586 if ((atmp = ASN1_TYPE_new()) == NULL) {
611 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) {
623 if ((atmp->value.integer
635 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) {
647 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) {
651 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) {
655 atmp->value.asn1_string->type = utype;
656 if (!ASN1_TIME_check(atmp->value.asn1_string)) {
681 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 2210 const uint16_t *ptmp, *atmp; local
2219 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) {
2220 if (*ptmp == *atmp) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 1729 const uint16_t *ptmp, *atmp; local
1737 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) {
1738 if (*ptmp == *atmp) {
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 3462 const uint16_t *ptmp, *atmp; local
3471 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) {
3472 if (*ptmp == *atmp) {
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-store-merging.cc 1416 tree atmp = tmp; local
1419 atmp = bswap_view_convert (&gsi2, TREE_TYPE (tgt), tmp, false);
1420 gimple *convert_stmt = gimple_build_assign (tgt, conv_code, atmp);
omp-low.cc 5347 tree atmp
5350 x = build_call_expr_loc (clause_loc, atmp, 2, sz, al);
5720 tree atmp
5723 = gimple_build_call (atmp, 2, x,
5791 tree atmp
5795 x = build_call_expr_loc (clause_loc, atmp, 2, x, al);
14042 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN);
14045 x = build_call_expr_loc (clause_loc, atmp, 2, x, al);
14061 tree atmp
14065 x = build_call_expr_loc (clause_loc, atmp, 2, x, al)
5346 tree atmp local
5719 tree atmp local
5790 tree atmp local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-store-merging.cc 1339 tree atmp = tmp; local
1342 atmp = bswap_view_convert (&gsi2, TREE_TYPE (tgt), tmp, false);
1343 gimple *convert_stmt = gimple_build_assign (tgt, conv_code, atmp);
omp-low.cc 5389 tree atmp
5392 x = build_call_expr_loc (clause_loc, atmp, 2, sz, al);
5762 tree atmp
5765 = gimple_build_call (atmp, 2, x,
5833 tree atmp
5837 x = build_call_expr_loc (clause_loc, atmp, 2, x, al);
13940 tree atmp = builtin_decl_explicit (BUILT_IN_ALLOCA_WITH_ALIGN);
13943 x = build_call_expr_loc (clause_loc, atmp, 2, x, al);
13959 tree atmp
13963 x = build_call_expr_loc (clause_loc, atmp, 2, x, al)
5388 tree atmp local
5761 tree atmp local
5832 tree atmp local
    [all...]

Completed in 79 milliseconds