static int |
python._PyLong_AsByteArray(PyLongObject v,
byte[] bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
byte[] bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
ByteBuffer bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
ByteBuffer bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
BytePointer bytes,
long n,
int little_endian,
int is_signed) |
static int |
python._PyLong_AsByteArray(PyLongObject v,
BytePointer bytes,
long n,
int little_endian,
int is_signed) |
static PyObject |
python._PyLong_Copy(PyLongObject src) |
static PyObject |
python._PyLong_Copy(PyLongObject src) |
static double |
python._PyLong_Frexp(PyLongObject a,
SizeTPointer e) |
static double |
python._PyLong_Frexp(PyLongObject a,
SizeTPointer e) |