Searched refs:sno (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_transtab.c620 Int sno; local
623 for (sno = 0; sno < N_SECTORS; sno++) {
624 sec = &sectors[sno];
747 static void initialiseSector ( Int sno )
752 vg_assert(isValidSector(sno));
757 sec = &sectors[sno];
772 VG_(debugLog)(1,"transtab", "allocate sector %d\n", sno);
802 sector_search_order[i] = sno;
1050 Int i, j, k, kstart, sno; local
1253 Int sno, ec; local
1672 Int sno, i, r, s; local
[all...]
/external/openssl/apps/
H A Dx509.c162 ASN1_INTEGER *sno);
176 ASN1_INTEGER *sno = NULL; local
336 if (!(sno = s2i_ASN1_INTEGER(NULL, *(++argv))))
627 if (sno == NULL)
629 sno = ASN1_INTEGER_new();
630 if (!sno || !rand_serial(NULL, sno))
632 if (!X509_set_serialNumber(x, sno))
634 ASN1_INTEGER_free(sno);
635 sno
1133 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
[all...]
H A Docsp.c960 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);
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1310 Word sno; local
1353 sno = ML_(search_one_symtab) (
1355 if (sno == -1) goto not_found;
1356 *symno = sno;
1406 Word sno; local
1409 search_all_symtabs ( a, &di, &sno, match_anywhere_in_sym, findText );
1414 di->symtab[sno].name, buf, nbuf );
1426 offset = a - di->symtab[sno].addr;
1457 Word sno; local
1459 &si, &sno,
[all...]

Completed in 77 milliseconds