Home
last modified time | relevance | path

Searched refs:PyLong_AsUnsignedLong (Results 1 – 25 of 43) sorted by relevance

12

/external/python/cpython3/Python/
Dstructmember.c187 unsigned long ulong_val = PyLong_AsUnsignedLong(v); in PyMember_SetOne()
211 *(unsigned long*)addr = PyLong_AsUnsignedLong(v); in PyMember_SetOne()
/external/python/cpython2/Python/
Dstructmember.c259 unsigned long ulong_val = PyLong_AsUnsignedLong(v); in PyMember_SetOne()
283 *(unsigned long*)addr = PyLong_AsUnsignedLong(v); in PyMember_SetOne()
/external/python/cpython2/Include/
Dlongobject.h25 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
/external/python/cpython2/Modules/
D_randommodule.c281 chunk = PyLong_AsUnsignedLong(pychunk); in random_seed()
364 element = PyLong_AsUnsignedLong(PyTuple_GET_ITEM(state, i)); in random_setstate()
Darraymodule.c276 x = PyLong_AsUnsignedLong(v); in II_setitem()
331 x = PyLong_AsUnsignedLong(v); in LL_setitem()
Dselectmodule.c362 uval = PyLong_AsUnsignedLong(obj); in ushort_converter()
/external/python/cpython3/Modules/
D_hashopenssl.c782 n = PyLong_AsUnsignedLong(n_obj); in _hashlib_scrypt_impl()
794 r = PyLong_AsUnsignedLong(r_obj); in _hashlib_scrypt_impl()
801 p = PyLong_AsUnsignedLong(p_obj); in _hashlib_scrypt_impl()
D_stat.c253 value = PyLong_AsUnsignedLong(op); in _PyLong_AsMode_t()
D_randommodule.c367 element = PyLong_AsUnsignedLong(PyTuple_GET_ITEM(state, i)); in random_setstate()
D_winapi.c48 #define PYNUM_TO_HANDLE(obj) ((HANDLE)PyLong_AsUnsignedLong(obj))
685 ret = PyLong_AsUnsignedLong(value); in getulong()
Darraymodule.c359 x = PyLong_AsUnsignedLong(v); in II_setitem()
419 x = PyLong_AsUnsignedLong(v); in LL_setitem()
/external/python/cpython3/Include/
Dlongobject.h27 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def235 PyLong_AsUnsignedLong
/external/python/cpython3/Modules/_blake2/
Dblake2b_impl.c157 leaf_size = PyLong_AsUnsignedLong(leaf_size_obj); in py_blake2b_new_impl()
Dblake2s_impl.c157 leaf_size = PyLong_AsUnsignedLong(leaf_size_obj); in py_blake2s_new_impl()
/external/python/cpython3/Modules/_sha3/
Dsha3module.c593 digestlen = PyLong_AsUnsignedLong(digestlen_obj); in _SHAKE_digest()
/external/python/cpython2/Doc/c-api/
Dlong.rst175 .. c:function:: unsigned long PyLong_AsUnsignedLong(PyObject *pylong)
/external/python/cpython3/PC/
Dpython3.def323 PyLong_AsUnsignedLong=python37.PyLong_AsUnsignedLong
Dwinreg.c562 DWORD d = PyLong_AsUnsignedLong(value); in Py2Reg()
/external/tensorflow/tensorflow/python/client/
Dtf_session.i430 pos = PyLong_AsUnsignedLong($input);
/external/python/cpython3/Doc/c-api/
Dlong.rst203 .. c:function:: unsigned long PyLong_AsUnsignedLong(PyObject *pylong)
/external/python/cpython2/PC/os2emx/
Dpython27.def397 "PyLong_AsUnsignedLong"
/external/python/cpython2/Doc/data/
Drefcounts.dat644 PyLong_AsUnsignedLong:unsigned long:::
645 PyLong_AsUnsignedLong:PyObject*:pylong:0:
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c669 pa->value.i = (long)PyLong_AsUnsignedLong(obj); in ConvParam()
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c662 pa->value.i = (long)PyLong_AsUnsignedLong(obj); in ConvParam()

12