Home
last modified time | relevance | path

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

/external/dtc/
Dconvert-dtsv0-lexer.l54 int obase, width; member
/external/python/cpython3/Objects/clinic/
Dlongobject.c.h15 PyObject *obase = NULL; in long_new() local
/external/boringssl/src/crypto/x509/
Dt_x509.c497 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print()
/external/blktrace/btreplay/
Dbtrecord.c100 static char *obase = "replay"; // Output file base variable
/external/python/cpython3/Objects/
Dlongobject.c4795 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase) in long_new_impl()
4845 long_subtype_new(PyTypeObject *type, PyObject *x, PyObject *obase) in long_subtype_new()