/third_party/openssl/crypto/asn1/ |
D | evp_asn1.c | 97 asn1_int_oct atmp; variable 100 atmp.num = num; 101 atmp.oct = &oct; 104 if (ASN1_TYPE_pack_sequence(ASN1_ITEM_rptr(asn1_int_oct), &atmp, &a)) 112 asn1_int_oct *atmp = NULL; in ASN1_TYPE_get_int_octetstring() local 119 atmp = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(asn1_int_oct), a); in ASN1_TYPE_get_int_octetstring() 121 if (atmp == NULL) in ASN1_TYPE_get_int_octetstring() 124 ret = asn1_type_get_int_oct(atmp->oct, atmp->num, num, data, max_len); in ASN1_TYPE_get_int_octetstring() 130 M_ASN1_free_of(atmp, asn1_int_oct); in ASN1_TYPE_get_int_octetstring() 153 asn1_oct_int atmp; variable [all …]
|
D | asn1_gen.c | 577 ASN1_TYPE *atmp = NULL; in asn1_str2type() local 583 if ((atmp = ASN1_TYPE_new()) == NULL) { in asn1_str2type() 608 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type() 620 if ((atmp->value.integer in asn1_str2type() 632 if ((atmp->value.object = OBJ_txt2obj(str, 0)) == NULL) { in asn1_str2type() 644 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type() 648 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type() 652 atmp->value.asn1_string->type = utype; in asn1_str2type() 653 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type() 678 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type() [all …]
|
/third_party/musl/src/network/ |
D | getnameinfo.c | 48 unsigned char _buf[1032], atmp[16]; in reverse_hosts() local 53 memcpy(atmp+12, a, 4); in reverse_hosts() 54 memcpy(atmp, "\0\0\0\0\0\0\0\0\0\0\xff\xff", 12); in reverse_hosts() 55 a = atmp; in reverse_hosts()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getnameinfo.c | 48 unsigned char _buf[1032], atmp[16]; in reverse_hosts() local 53 memcpy(atmp+12, a, 4); in reverse_hosts() 54 memcpy(atmp, "\0\0\0\0\0\0\0\0\0\0\xff\xff", 12); in reverse_hosts() 55 a = atmp; in reverse_hosts()
|
/third_party/musl/porting/linux/user/src/network/ |
D | getnameinfo.c | 67 unsigned char _buf[1032], atmp[16]; in reverse_hosts() local 71 memcpy(atmp+12, a, 4); in reverse_hosts() 72 memcpy(atmp, "\0\0\0\0\0\0\0\0\0\0\xff\xff", 12); in reverse_hosts() 73 a = atmp; in reverse_hosts()
|
/third_party/openssl/crypto/bn/ |
D | rsa_sup_mul.c | 340 limb_t *atmp, *modtmp, *rettmp; in mod() local 346 atmp = tmp; in mod() 351 atmp[i] = a[i-modnum]; in mod() 358 res = sub(rettmp, atmp, modtmp, anum+modnum); in mod() 359 cselect(res, atmp, atmp, rettmp, anum+modnum); in mod() 362 memcpy(ret, &atmp[anum], sizeof(limb_t) * modnum); in mod()
|
/third_party/openssl/apps/ |
D | asn1parse.c | 233 ASN1_TYPE *atmp; in asn1parse_main() local 243 atmp = at; in asn1parse_main() 246 ASN1_TYPE_free(atmp); in asn1parse_main()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 172 static int tmcomp(const struct tm * atmp, 1651 tmcomp(register const struct tm *const atmp, in tmcomp() argument 1656 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1657 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1658 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1659 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1660 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1661 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1662 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 172 static int tmcomp(const struct tm * atmp, 1651 tmcomp(register const struct tm *const atmp, in tmcomp() argument 1656 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1657 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1658 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1659 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1660 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1661 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1662 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 172 static int tmcomp(const struct tm * atmp, 1651 tmcomp(register const struct tm *const atmp, in tmcomp() argument 1656 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1657 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1658 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1659 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1660 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1661 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1662 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
|
/third_party/tzdata/ |
D | localtime.c | 1928 tmcomp(register const struct tm *const atmp, in tmcomp() argument 1933 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1934 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1935 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1936 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1937 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1938 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1939 result = atmp->tm_sec - btmp->tm_sec; in tmcomp()
|
/third_party/freetype/ |
D | vms_make.com | 146 $ close/nolog atmp 1270 $ write atmp xline 1277 $ close atmp
|
/third_party/skia/third_party/externals/freetype/ |
D | vms_make.com | 146 $ close/nolog atmp 1270 $ write atmp xline 1277 $ close atmp
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | vms_make.com | 146 $ close/nolog atmp 1270 $ write atmp xline 1277 $ close atmp
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 2187 const uint16_t *ptmp, *atmp; in tls12_shared_sigalgs() local 2196 for (j = 0, atmp = allow; j < allowlen; j++, atmp++) { in tls12_shared_sigalgs() 2197 if (*ptmp == *atmp) { in tls12_shared_sigalgs()
|