Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtestcapi_long.h49 uout = F_PY_TO_U(pyresult); in TESTNAME()
95 uout = F_PY_TO_U(x); in TESTNAME()
118 uout = F_PY_TO_U(x); in TESTNAME()
194 uout = F_PY_TO_U(Py_None); in TESTNAME()
D_testcapimodule.c409 #define F_PY_TO_U PyLong_AsUnsignedLong macro
424 #undef F_PY_TO_U
437 #define F_PY_TO_U PyLong_AsUnsignedLongLong macro
452 #undef F_PY_TO_U
/external/python/cpython2/Modules/
Dtestcapi_long.h50 uout = F_PY_TO_U(pyresult); in TESTNAME()
96 uout = F_PY_TO_U(x); in TESTNAME()
119 uout = F_PY_TO_U(x); in TESTNAME()
D_testcapimodule.c514 #define F_PY_TO_U PyLong_AsUnsignedLong macro
529 #undef F_PY_TO_U
544 #define F_PY_TO_U PyLong_AsUnsignedLongLong macro
559 #undef F_PY_TO_U