HomeSort by relevance Sort by last modified time
    Searched refs:atmp (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/x509/
asn1_gen.c 634 ASN1_TYPE *atmp = NULL; local
643 if (!(atmp = ASN1_TYPE_new()))
672 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean))
686 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
699 if (!(atmp->value.object = OBJ_txt2obj(str, 0)))
713 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
718 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
723 atmp->value.asn1_string->type = utype;
724 if (!ASN1_TIME_check(atmp->value.asn1_string))
753 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str
    [all...]
  /external/openssl/crypto/asn1/
asn1_gen.c 631 ASN1_TYPE *atmp = NULL; local
640 if (!(atmp = ASN1_TYPE_new()))
669 if (!X509V3_get_value_bool(&vtmp, &atmp->value.boolean))
683 if (!(atmp->value.integer = s2i_ASN1_INTEGER(NULL, (char *)str)))
696 if (!(atmp->value.object = OBJ_txt2obj(str, 0)))
710 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
720 atmp->value.asn1_string->type = utype;
721 if (!ASN1_TIME_check(atmp->value.asn1_string))
750 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str
    [all...]
  /external/openssl/apps/
asn1pars.c 311 ASN1_TYPE *atmp; local
321 atmp = at;
324 ASN1_TYPE_free(atmp);
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 1818 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
2104 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
2155 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
2587 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
2633 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3343 _NEON2SSE_ALIGN_16 int32_t atmp[4]; variable
3367 _NEON2SSE_ALIGN_16 uint16_t atmp[8]; variable
3380 _NEON2SSE_ALIGN_16 uint32_t atmp[4]; variable
3471 _NEON2SSE_ALIGN_16 uint32_t atmp[4], res[4]; variable
4190 _NEON2SSE_ALIGN_16 int64_t atmp[2], res[2]; variable
4247 _NEON2SSE_ALIGN_16 uint64_t atmp[2], res[2]; variable
4309 _NEON2SSE_ALIGN_16 int64_t atmp[2]; variable
    [all...]
  /bionic/libc/tzcode/
localtime.c 188 static int tmcomp(const struct tm * atmp,
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 176 static int tmcomp(const struct tm * atmp,
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 176 static int tmcomp(const struct tm * atmp,
    [all...]
  /external/chromium_org/third_party/boringssl/src/ssl/
t1_lib.c 2581 const unsigned char *ptmp, *atmp; local
    [all...]

Completed in 137 milliseconds