Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_sha3/clinic/
Dsha3module.c.h132 if (!_PyLong_UnsignedLong_Converter(arg, &length)) { in _sha3_shake_128_digest()
159 if (!_PyLong_UnsignedLong_Converter(arg, &length)) { in _sha3_shake_128_hexdigest()
/external/python/cpython3/Include/
Dlongobject.h71 PyAPI_FUNC(int) _PyLong_UnsignedLong_Converter(PyObject *, void *);
/external/python/cpython3/Modules/_blake2/clinic/
Dblake2s_impl.c.h137 if (!_PyLong_UnsignedLong_Converter(fastargs[7], &leaf_size)) { in py_blake2s_new()
Dblake2b_impl.c.h137 if (!_PyLong_UnsignedLong_Converter(fastargs[7], &leaf_size)) { in py_blake2b_new()
/external/python/cpython3/Lib/test/
Dclinic.test1205 if (!_PyLong_UnsignedLong_Converter(args[0], &a)) {
1211 if (!_PyLong_UnsignedLong_Converter(args[1], &b)) {
/external/python/cpython3/Objects/
Dlongobject.c1507 _PyLong_UnsignedLong_Converter(PyObject *obj, void *ptr) in _PyLong_UnsignedLong_Converter() function