Home
last modified time | relevance | path

Searched refs:PyLong_AsUnsignedLongLong (Results 1 – 21 of 21) sorted by relevance

/third_party/python/Include/
Dlongobject.h99 PyAPI_FUNC(unsigned long long) PyLong_AsUnsignedLongLong(PyObject *);
/third_party/python/Python/
Dstructmember.c283 *(unsigned long long*)addr = value = PyLong_AsUnsignedLongLong(v); in PyMember_SetOne()
/third_party/python/Modules/
D_lzmamodule.c207 val = PyLong_AsUnsignedLongLong(obj); \
357 f->id = PyLong_AsUnsignedLongLong(id_obj); in lzma_filter_converter()
1208 memlimit_ = PyLong_AsUnsignedLongLong(memlimit); in _lzma_LZMADecompressor___init___impl()
Dmathmodule.c1769 m = (uint64_t)PyLong_AsUnsignedLongLong(n); in math_isqrt()
1794 m = (uint64_t)PyLong_AsUnsignedLongLong(b); in math_isqrt()
D_winapi.c56 #define PYNUM_TO_HANDLE(obj) ((HANDLE)PyLong_AsUnsignedLongLong(obj))
D_struct.c233 x = PyLong_AsUnsignedLongLong(v); in get_ulonglong()
Darraymodule.c478 x = PyLong_AsUnsignedLongLong(v); in QQ_setitem()
Dposixmodule.c904 *((dev_t *)p) = PyLong_AsUnsignedLongLong(obj); in _Py_Dev_Converter()
14667 unsigned long long status = PyLong_AsUnsignedLongLong(status_obj); in os_waitstatus_to_exitcode_impl()
D_testcapimodule.c526 #define F_PY_TO_U PyLong_AsUnsignedLongLong
/third_party/python/Doc/c-api/
Dlong.rst244 .. c:function:: unsigned long long PyLong_AsUnsignedLongLong(PyObject *pylong)
/third_party/python/Doc/data/
Dstable_abi.dat345 function,PyLong_AsUnsignedLongLong,3.2,
Drefcounts.dat1175 PyLong_AsUnsignedLongLong:unsigned long long:::
1176 PyLong_AsUnsignedLongLong:PyObject*:pylong:0:
/third_party/python/PC/
Dpython3dll.c328 EXPORT_FUNC(PyLong_AsUnsignedLongLong)
Dwinreg.c599 DWORD64 d = PyLong_AsUnsignedLongLong(value); in Py2Reg()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc646 ulong_result = PyLong_AsUnsignedLongLong(arg); in CheckAndGetInteger()
655 ulong_result = PyLong_AsUnsignedLongLong(casted); in CheckAndGetInteger()
/third_party/python/Objects/
Dlongobject.c1013 x = PyLong_AsUnsignedLongLong(vv); in PyLong_AsVoidPtr()
1174 PyLong_AsUnsignedLongLong(PyObject *vv) in PyLong_AsUnsignedLongLong() function
1418 uval = PyLong_AsUnsignedLongLong(obj); in _PyLong_UnsignedLongLong_Converter()
Dmemoryobject.c1639 llu = PyLong_AsUnsignedLongLong(tmp); in pylong_as_llu()
/third_party/python/Doc/whatsnew/
D3.1.rst498 * The :c:func:`PyLong_AsUnsignedLongLong()` function now handles a negative
/third_party/python/Misc/
Dstable_abi.txt842 function PyLong_AsUnsignedLongLong
DHISTORY15938 - Issue #5175: PyLong_AsUnsignedLongLong now raises OverflowError
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3327 unsigned long long v = PyLong_AsUnsignedLongLong(obj); in SWIG_AsVal_unsigned_SS_long_SS_long()