Home
last modified time | relevance | path

Searched refs:PyLong_AsNativeBytes (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Include/cpython/
Dlongobject.h42 PyAPI_FUNC(Py_ssize_t) PyLong_AsNativeBytes(PyObject* v, void* buffer,
/external/python/cpython3/Modules/_testcapi/
Dlong.c69 Py_ssize_t res = PyLong_AsNativeBytes(v, buffer.buf, n, (int)flags); in pylong_asnativebytes()
/external/python/cpython3/Doc/c-api/
Dlong.rst121 *flags* are as for :c:func:`PyLong_AsNativeBytes`. Passing ``-1`` will select
135 *flags* are as for :c:func:`PyLong_AsNativeBytes`. Passing ``-1`` will select
370 .. c:function:: Py_ssize_t PyLong_AsNativeBytes(PyObject *pylong, void* buffer, Py_ssize_t n_bytes,…
402 Py_ssize_t bytes = PyLong_AsNativeBytes(pylong, &value, sizeof(value), -1);
429 Py_ssize_t expected = PyLong_AsNativeBytes(pylong, NULL, 0, -1);
441 Py_ssize_t bytes = PyLong_AsNativeBytes(pylong, bignum, expected, -1);
534 :c:func:`PyLong_AsNativeBytes`.
/external/python/cpython3/Misc/NEWS.d/
D3.13.0b4.rst357 :c:func:`PyLong_AsNativeBytes` no longer uses :meth:`~object.__index__`
D3.13.0a6.rst1259 Add additional flags to :c:func:`PyLong_AsNativeBytes` and
D3.13.0a4.rst1357 Adds :c:func:`PyLong_AsNativeBytes`, :c:func:`PyLong_FromNativeBytes` and
/external/python/cpython3/Objects/
Dlongobject.c1108 PyLong_AsNativeBytes(PyObject* vv, void* buffer, Py_ssize_t n, int flags) in PyLong_AsNativeBytes() function
/external/python/cpython3/Doc/whatsnew/
D3.13.rst2112 * Add the :c:func:`PyLong_AsNativeBytes`, :c:func:`PyLong_FromNativeBytes`,
/external/python/cpython3/Doc/data/
Dpython3.13.abi404 …<elf-symbol name='PyLong_AsNativeBytes' type='func-type' binding='global-binding' visibility='defa…
7828PyLong_AsNativeBytes' mangled-name='PyLong_AsNativeBytes' filepath='Objects/longobject.c' line='11…