Searched refs:obase (Results 1 – 10 of 10) sorted by relevance
/third_party/toybox/tests/files/bc/ |
D | print.txt | 1 obase = 2 24 obase = 3 67 obase = 4 138 obase = 5 245 obase = 6 396 obase = 7 599 obase = 8 862 obase = 9 1193 obase = 11 1684 obase = 12 [all …]
|
D | misc1.txt | 17 obase 36 (obase) 62 ++obase 63 --obase
|
D | misc.txt | 7 obase = 9
|
/third_party/python/Objects/clinic/ |
D | longobject.c.h | 6 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase); 19 PyObject *obase = NULL; in long_new() local 34 obase = fastargs[1]; in long_new() 36 return_value = long_new_impl(type, x, obase); in long_new()
|
/third_party/openssl/doc/man3/ |
D | X509_NAME_print_ex.pod | 17 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase); 35 X509_NAME_print() prints out I<name> to I<bp> indenting each line by I<obase>
|
/third_party/e2fsprogs/ |
D | 1001-image-make.patch | 61 + _NEW_FILEMODE_=$(echo "obase=16;$((0x$MODE & (~07777) | 0${CONFIG_ARRAY[$i+${FILEMODE_IDX}]}))"…
|
/third_party/python/Objects/ |
D | longobject.c | 4947 long_subtype_new(PyTypeObject *type, PyObject *x, PyObject *obase); 4958 long_new_impl(PyTypeObject *type, PyObject *x, PyObject *obase) in long_new_impl() argument 4964 return long_subtype_new(type, x, obase); /* Wimp out */ in long_new_impl() 4966 if (obase != NULL) { in long_new_impl() 4974 if (obase == NULL) in long_new_impl() 4977 base = PyNumber_AsSsize_t(obase, NULL); in long_new_impl() 5009 long_subtype_new(PyTypeObject *type, PyObject *x, PyObject *obase) in long_subtype_new() argument 5015 tmp = (PyLongObject *)long_new_impl(&PyLong_Type, x, obase); in long_subtype_new()
|
/third_party/openssl/crypto/x509/ |
D | x_name.c | 499 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase) in X509_NAME_print() argument
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 791 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 814 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);
|