Home
last modified time | relevance | path

Searched refs:PyLong_FromUnsignedLongLong (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/boost/python/converter/
Dbuiltin_converters.hpp143 ? ::PyLong_FromUnsignedLongLong(x)
150 BOOST_PYTHON_TO_PYTHON_BY_VALUE(unsigned BOOST_PYTHON_LONG_LONG, ::PyLong_FromUnsignedLongLong(x), …
/third_party/PyYAML/yaml/
D_yaml.h10 #define PyLong_FromUnsignedLongLong(z) PyInt_FromLong(i) macro
/third_party/python/Include/
Dlongobject.h97 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLongLong(unsigned long long);
/third_party/python/Python/
Dstructmember.c85 v = PyLong_FromUnsignedLongLong(*(unsigned long long *)addr); in PyMember_GetOne()
Dmodsupport.c342 return PyLong_FromUnsignedLongLong((long long)va_arg(*p_va, unsigned long long)); in do_mkvalue()
/third_party/protobuf/python/google/protobuf/pyext/
Dmap_container.cc185 return PyLong_FromUnsignedLongLong(key.GetUInt64Value()); in MapKeyToPython()
211 return PyLong_FromUnsignedLongLong(value.GetUInt64Value()); in MapValueRefToPython()
Drepeated_scalar_container.cc233 result = PyLong_FromUnsignedLongLong(value); in Item()
Ddescriptor.cc823 result = PyLong_FromUnsignedLongLong(value); in GetDefaultValue()
/third_party/python/PC/
Dwinreg.c743 obData = PyLong_FromUnsignedLongLong(0); in Reg2Py()
745 obData = PyLong_FromUnsignedLongLong(*(DWORD64 *)retDataBuf); in Reg2Py()
Dpython3dll.c339 EXPORT_FUNC(PyLong_FromUnsignedLongLong)
/third_party/python/Modules/
Dmathmodule.c1776 return PyLong_FromUnsignedLongLong((unsigned long long)u); in math_isqrt()
1800 a = PyLong_FromUnsignedLongLong((unsigned long long)u); in math_isqrt()
3433 temp = PyLong_FromUnsignedLongLong((unsigned long long)i + 1); in math_comb_impl()
D_struct.c496 return PyLong_FromUnsignedLongLong(x); in nu_ulonglong()
857 return PyLong_FromUnsignedLongLong(x); in bu_ulonglong()
1078 return PyLong_FromUnsignedLongLong(x); in lu_ulonglong()
D_abc.c903 return PyLong_FromUnsignedLongLong(state->abc_invalidation_counter); in _abc_get_cache_token_impl()
D_lzmamodule.c438 value_object = PyLong_FromUnsignedLongLong(value); in spec_add_field()
D_testcapimodule.c525 #define F_U_TO_PY PyLong_FromUnsignedLongLong
1335 return PyLong_FromUnsignedLongLong(value); in getargs_K()
4968 return PyLong_FromUnsignedLongLong((unsigned long long)version); in dict_get_version()
7259 PyModule_AddObject(m, "ULLONG_MAX", PyLong_FromUnsignedLongLong(ULLONG_MAX)); in PyInit__testcapi()
D_winapi.c55 PyLong_FromUnsignedLongLong((unsigned long long) handle)
Dposixmodule.c2402 PyStructSequence_SET_ITEM(v, 1, PyLong_FromUnsignedLongLong(st->st_ino)); in _pystat_fromstructstat()
13083 return PyLong_FromUnsignedLongLong(value); in os_eventfd_read_impl()
13736 return PyLong_FromUnsignedLongLong(self->win32_file_index); in os_DirEntry_inode_impl()
13739 return PyLong_FromUnsignedLongLong(self->d_ino); in os_DirEntry_inode_impl()
Darraymodule.c461 return PyLong_FromUnsignedLongLong( in QQ_getitem()
/third_party/python/Modules/_ctypes/
Dcfield.c937 return PyLong_FromUnsignedLongLong(val); in Q_get()
947 return PyLong_FromUnsignedLongLong(val); in Q_get_sw()
/third_party/python/Doc/c-api/
Dlong.rst72 .. c:function:: PyObject* PyLong_FromUnsignedLongLong(unsigned long long v)
/third_party/python/Doc/data/
Dstable_abi.dat356 function,PyLong_FromUnsignedLongLong,3.2,
Drefcounts.dat1202 PyLong_FromUnsignedLongLong:PyObject*::+1:
1203 PyLong_FromUnsignedLongLong:unsigned long long:v::
/third_party/python/Misc/
Dstable_abi.txt864 function PyLong_FromUnsignedLongLong
/third_party/python/Objects/
Dlongobject.c277 PyLong_FromUnsignedLongLong(unsigned long long ival) in PyLong_FromUnsignedLongLong() function
983 return PyLong_FromUnsignedLongLong((unsigned long long)(uintptr_t)p); in PyLong_FromVoidPtr()
Dmemoryobject.c1749 return PyLong_FromUnsignedLongLong(llu); in unpack_single()

12