HomeSort by relevance Sort by last modified time
    Searched full:sno (Results 1 - 25 of 33) sorted by null

1 2

  /external/valgrind/main/coregrind/
m_transtab.c 440 static inline TTEntry* index_tte ( UInt sNo, UInt tteNo )
442 vg_assert(sNo < N_SECTORS);
444 Sector* s = &sectors[sNo];
644 Int sno = sector_search_order[i]; local
645 if (UNLIKELY(sno == -1))
648 Sector* sec = &sectors[sno];
677 *from_sNo = sno;
691 Int i, sno; local
693 sno = sector_search_order[i];
694 if (sno == -1
1215 Int sno; local
1606 Int i, j, k, kstart, sno; local
1821 Int sno, ec; local
2244 Int sno, i, r, s; local
    [all...]
  /external/openssl/apps/
x509.c 163 CONF *conf, char *section, ASN1_INTEGER *sno);
178 ASN1_INTEGER *sno = NULL; local
347 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
638 if (sno == NULL)
640 sno = ASN1_INTEGER_new();
641 if (!sno || !rand_serial(NULL, sno))
643 if (!X509_set_serialNumber(x, sno))
645 ASN1_INTEGER_free(sno);
646 sno = NULL
    [all...]
ocsp.c 960 ASN1_INTEGER *sno; local
970 sno = s2i_ASN1_INTEGER(NULL, serial);
971 if(!sno)
976 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
977 ASN1_INTEGER_free(sno);
    [all...]
  /external/openssl/crypto/asn1/
t_x509a.c 85 } else BIO_printf(out, "%*sNo Trusted Uses.\n", indent, "");
98 } else BIO_printf(out, "%*sNo Rejected Uses.\n", indent, "");
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 1323 Word sno; local
1417 Word sno; local
1469 Word sno; local
    [all...]
  /external/openssl/crypto/x509v3/
v3_cpols.c 451 BIO_printf(out, "%*sNo Qualifiers\n", indent + 2, "");
  /ndk/sources/host-tools/make-3.81/po/
make.pot 1332 msgid "%sNo rule to make target `%s'%s"
1337 msgid "%sNo rule to make target `%s', needed by `%s'%s"
es.po     [all...]
be.po 1351 msgid "%sNo rule to make target `%s'%s"
1356 msgid "%sNo rule to make target `%s', needed by `%s'%s"
    [all...]
fi.po     [all...]
he.po     [all...]
id.po     [all...]
ja.po     [all...]
ko.po 1394 msgid "%sNo rule to make target `%s'%s"
1399 msgid "%sNo rule to make target `%s', needed by `%s'%s"
    [all...]
rw.po 1454 msgid "%sNo rule to make target `%s'%s"
1459 msgid "%sNo rule to make target `%s', needed by `%s'%s"
    [all...]
zh_CN.po 1357 msgid "%sNo rule to make target `%s'%s"
1362 msgid "%sNo rule to make target `%s', needed by `%s'%s"
    [all...]
da.po     [all...]
de.po     [all...]
fr.po     [all...]
ga.po     [all...]
gl.po     [all...]
hr.po     [all...]
nl.po     [all...]
pl.po     [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c 352 = _("%sNo rule to make target `%s'%s");
354 = _("%sNo rule to make target `%s', needed by `%s'%s");
    [all...]

Completed in 860 milliseconds

1 2