Home
last modified time | relevance | path

Searched refs:_PyLong_UnsignedLongLong_Converter (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dlongobject.h72 PyAPI_FUNC(int) _PyLong_UnsignedLongLong_Converter(PyObject *, void *);
/third_party/python/Modules/_blake2/clinic/
Dblake2s_impl.c.h130 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2s_new()
Dblake2b_impl.c.h130 if (!_PyLong_UnsignedLongLong_Converter(fastargs[8], &node_offset)) { in py_blake2b_new()
/third_party/python/Lib/test/
Dclinic.test1265 if (!_PyLong_UnsignedLongLong_Converter(args[0], &a)) {
1271 if (!_PyLong_UnsignedLongLong_Converter(args[1], &b)) {
/third_party/python/Objects/
Dlongobject.c1410 _PyLong_UnsignedLongLong_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedLongLong_Converter() function
/third_party/python/Modules/clinic/
Dposixmodule.c.h7936 if (!_PyLong_UnsignedLongLong_Converter(args[1], &value)) { in os_eventfd_write()