Home
last modified time | relevance | path

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

/third_party/python/Python/
Dstructmember.c191 unsigned long ulong_val = PyLong_AsUnsignedLong(v); in PyMember_SetOne()
215 *(unsigned long*)addr = PyLong_AsUnsignedLong(v); in PyMember_SetOne()
Dinitconfig.c1124 unsigned long value = PyLong_AsUnsignedLong(item); in config_dict_get_ulong()
/third_party/python/Include/
Dlongobject.h27 PyAPI_FUNC(unsigned long) PyLong_AsUnsignedLong(PyObject *);
/third_party/python/Modules/
D_stat.c257 value = PyLong_AsUnsignedLong(op); in _PyLong_AsMode_t()
D_hashopenssl.c1345 n = PyLong_AsUnsignedLong(n_obj); in _hashlib_scrypt_impl()
1357 r = PyLong_AsUnsignedLong(r_obj); in _hashlib_scrypt_impl()
1364 p = PyLong_AsUnsignedLong(p_obj); in _hashlib_scrypt_impl()
D_randommodule.c439 element = PyLong_AsUnsignedLong(PyTuple_GET_ITEM(state, i)); in _random_Random_setstate()
D_winapi.c50 #define PYNUM_TO_HANDLE(obj) ((HANDLE)PyLong_AsUnsignedLong(obj))
760 ret = PyLong_AsUnsignedLong(value); in getulong()
Darraymodule.c365 x = PyLong_AsUnsignedLong(v); in II_setitem()
425 x = PyLong_AsUnsignedLong(v); in LL_setitem()
Dsocketmodule.c6122 x = PyLong_AsUnsignedLong(arg);
6185 x = PyLong_AsUnsignedLong(arg);
6824 index = PyLong_AsUnsignedLong(arg);
D_struct.c187 x = PyLong_AsUnsignedLong(v); in get_ulong()
D_sre.c1430 unsigned long value = PyLong_AsUnsignedLong(o); in _sre_compile_impl()
Dposixmodule.c743 uresult = PyLong_AsUnsignedLong(index); in _Py_Uid_Converter()
850 uresult = PyLong_AsUnsignedLong(index); in _Py_Gid_Converter()
D_testcapimodule.c498 #define F_PY_TO_U PyLong_AsUnsignedLong
/third_party/python/Objects/
Dlongobject.c542 PyLong_AsUnsignedLong(PyObject *vv) in PyLong_AsUnsignedLong() function
1002 x = PyLong_AsUnsignedLong(vv); in PyLong_AsVoidPtr()
1357 uval = PyLong_AsUnsignedLong(obj); in _PyLong_UnsignedShort_Converter()
1379 uval = PyLong_AsUnsignedLong(obj); in _PyLong_UnsignedInt_Converter()
1401 uval = PyLong_AsUnsignedLong(obj); in _PyLong_UnsignedLong_Converter()
Dmemoryobject.c1609 lu = PyLong_AsUnsignedLong(tmp); in pylong_as_lu()
/third_party/python/Doc/c-api/
Dlong.rst212 .. c:function:: unsigned long PyLong_AsUnsignedLong(PyObject *pylong)
/third_party/python/Doc/data/
Dstable_abi.dat344 function,PyLong_AsUnsignedLong,3.2,
Drefcounts.dat1172 PyLong_AsUnsignedLong:unsigned long:::
1173 PyLong_AsUnsignedLong:PyObject*:pylong:0:
/third_party/python/PC/
Dpython3dll.c327 EXPORT_FUNC(PyLong_AsUnsignedLong)
Dwinreg.c581 DWORD d = PyLong_AsUnsignedLong(value); in Py2Reg()
/third_party/python/Modules/_ctypes/
Dcallproc.c682 pa->value.i = (long)PyLong_AsUnsignedLong(obj); in ConvParam()
/third_party/python/Misc/
Dstable_abi.txt840 function PyLong_AsUnsignedLong
DHISTORY19836 - PyLong_AsUnsignedLong[Mask] now support int objects as well.
31282 PyLong_AsUnsignedLong().
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3273 unsigned long v = PyLong_AsUnsignedLong(obj); in SWIG_AsVal_unsigned_SS_long()
3285 unsigned long v = PyLong_AsUnsignedLong(obj); in SWIG_AsVal_unsigned_SS_long()