Home
last modified time | relevance | path

Searched refs:obase (Results 1 – 5 of 5) sorted by relevance

/external/dtc/
Dconvert-dtsv0-lexer.l54 int obase, width; member
110 int obase = 16, width = 0;
122 obase = guess_table[i].obase;
126 obase = 16;
131 obase = cbase;
133 switch (obase) {
/external/blktrace/btreplay/
Dbtrecord.c102 static char *obase = "replay"; // Output file base variable
446 obase = optarg; in handle_args()
691 sprintf(ofile_name, "%s/%s.%s.%d", odir, iip->devnm, obase, iip->cpu); in stream_open()
710 obase, iip->cpu); in stream_open()
/external/boringssl/src/crypto/x509/
Dt_x509.c500 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print() argument
505 l = 80 - 2 - obase; in X509_NAME_print()
/external/python/cpython3/Objects/
Dlongobject.c4798 PyObject *obase = NULL, *x = NULL; in long_new() local
4805 &x, &obase)) in long_new()
4808 if (obase != NULL) { in long_new()
4815 if (obase == NULL) in long_new()
4818 base = PyNumber_AsSsize_t(obase, NULL); in long_new()
/external/boringssl/src/include/openssl/
Dx509.h912 OPENSSL_EXPORT int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);