Home
last modified time | relevance | path

Searched refs:atmp (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dasn1_gen.c650 ASN1_TYPE *atmp = NULL; in asn1_str2type() local
659 if (!(atmp = ASN1_TYPE_new())) { in asn1_str2type()
684 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
696 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str))) { in asn1_str2type()
707 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) { in asn1_str2type()
719 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()
723 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
727 atmp->value.asn1_string->type = utype; in asn1_str2type()
728 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
754 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
[all …]
/external/boringssl/src/crypto/x509/
Dasn1_gen.c650 ASN1_TYPE *atmp = NULL; in asn1_str2type() local
659 if (!(atmp = ASN1_TYPE_new())) { in asn1_str2type()
684 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean)) { in asn1_str2type()
696 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str))) { in asn1_str2type()
707 if (!(atmp->value.object = OBJ_txt2obj(str, 0))) { in asn1_str2type()
719 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()
723 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
727 atmp->value.asn1_string->type = utype; in asn1_str2type()
728 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
754 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
[all …]
/external/neon_2_sse/
DNEON_2_SSE.h2677 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; in _NEON2SSE_PERFORMANCE_WARNING() local
2680 _mm_store_si128((__m128i*)atmp, a); in _NEON2SSE_PERFORMANCE_WARNING()
2683 res64 = atmp[i] * btmp[i]; in _NEON2SSE_PERFORMANCE_WARNING()
3313 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; in _NEON2SSE_PERFORMANCE_WARNING() local
3314 _mm_store_si128((__m128i*)atmp, a); in _NEON2SSE_PERFORMANCE_WARNING()
3316 res[0] = atmp[0] + btmp[0]; in _NEON2SSE_PERFORMANCE_WARNING()
3317 res[1] = atmp[1] + btmp[1]; in _NEON2SSE_PERFORMANCE_WARNING()
3319 atmp[0] = (atmp[0] >> 63) + (~_SIGNBIT64); in _NEON2SSE_PERFORMANCE_WARNING()
3320 atmp[1] = (atmp[1] >> 63) + (~_SIGNBIT64); in _NEON2SSE_PERFORMANCE_WARNING()
3322 if ((int64_t)((btmp[0] ^ atmp[0]) | ~(res[0] ^ btmp[0]))>=0) { in _NEON2SSE_PERFORMANCE_WARNING()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c172 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()
/external/freetype/
Dvms_make.com146 $ close/nolog atmp
1270 $ write atmp xline
1277 $ close atmp