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

  /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/chromium_org/third_party/openssl/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/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/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 1323 Word sno; local
1417 Word sno; local
1469 Word sno; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 860 for (sno, sname) in suppliers
863 if sno == sp_sno and pno == sp_pno
py3_test_grammar.py 808 for (sno, sname) in suppliers
811 if sno == sp_sno and pno == sp_pno
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_grammar.py 893 for (sno, sname) in suppliers
896 if sno == sp_sno and pno == sp_pno
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py2_test_grammar.py 860 for (sno, sname) in suppliers
863 if sno == sp_sno and pno == sp_pno
py3_test_grammar.py 808 for (sno, sname) in suppliers
811 if sno == sp_sno and pno == sp_pno
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_grammar.py 893 for (sno, sname) in suppliers
896 if sno == sp_sno and pno == sp_pno

Completed in 382 milliseconds