Searched refs:F_PY_TO_U (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
H A Dtestcapi_long.h7 F_PY_TO_U convert pylong to unsigned; PyObject* -> unsigned TYPENAME
49 uout = F_PY_TO_U(pyresult);
95 uout = F_PY_TO_U(x);
118 uout = F_PY_TO_U(x);
194 uout = F_PY_TO_U(Py_None);
H A D_testcapimodule.c411 #define F_PY_TO_U PyLong_AsUnsignedLong macro
426 #undef F_PY_TO_U macro
439 #define F_PY_TO_U PyLong_AsUnsignedLongLong macro
454 #undef F_PY_TO_U macro
/external/python/cpython2/Modules/
H A Dtestcapi_long.h7 F_PY_TO_U convert pylong to unsigned; PyObject* -> unsigned TYPENAME
50 uout = F_PY_TO_U(pyresult);
96 uout = F_PY_TO_U(x);
119 uout = F_PY_TO_U(x);
H A D_testcapimodule.c508 #define F_PY_TO_U PyLong_AsUnsignedLong macro
523 #undef F_PY_TO_U macro
538 #define F_PY_TO_U PyLong_AsUnsignedLongLong macro
553 #undef F_PY_TO_U macro

Completed in 149 milliseconds