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

  /external/boringssl/src/crypto/x509v3/
v3_utl.c 223 char *btmp; local
224 if(!(btmp = value->value)) goto err;
225 if(!strcmp(btmp, "TRUE") || !strcmp(btmp, "true")
226 || !strcmp(btmp, "Y") || !strcmp(btmp, "y")
227 || !strcmp(btmp, "YES") || !strcmp(btmp, "yes")) {
230 } else if(!strcmp(btmp, "FALSE") || !strcmp(btmp, "false"
    [all...]
  /external/boringssl/src/crypto/x509/
a_strex.c 519 BIO *btmp; local
521 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
522 if(!btmp) return -1;
523 ret = X509_NAME_print(btmp, nm, indent);
524 BIO_free(btmp);
  /external/boringssl/src/crypto/conf/
conf.c 509 char btmp[DECIMAL_SIZE(eline) + 1]; local
700 BIO_snprintf(btmp, sizeof btmp, "%ld", eline);
701 ERR_add_error_data(2, "line ", btmp);
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 173 const struct tm * btmp);
    [all...]
  /bionic/libc/tzcode/
localtime.c     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
arm_neon.h 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
    [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
arm_neon.h 2638 _NEON2SSE_ALIGN_16 int32_t atmp[4], btmp[4], res[4]; variable
3273 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
3324 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
4632 _NEON2SSE_ALIGN_16 int64_t atmp[2], btmp[2]; variable
4678 _NEON2SSE_ALIGN_16 uint64_t atmp[2], btmp[2], res[2]; variable
    [all...]
  /external/libdrm/nouveau/
pushbuf.c 400 struct nouveau_bufctx *bctx, *btmp; local
427 DRMLISTFOREACHENTRYSAFE(bctx, btmp, &nvpb->bctx_list, head) {

Completed in 392 milliseconds