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

/external/python/cpython2/Modules/
H A Dtestcapi_long.h4 F_S_TO_PY convert signed to pylong; TYPENAME -> PyObject*
60 pyresult = F_S_TO_PY(in);
H A D_testcapimodule.c505 #define F_S_TO_PY PyLong_FromLong macro
520 #undef F_S_TO_PY macro
535 #define F_S_TO_PY PyLong_FromLongLong macro
550 #undef F_S_TO_PY macro
/external/python/cpython3/Modules/
H A Dtestcapi_long.h4 F_S_TO_PY convert signed to pylong; TYPENAME -> PyObject*
59 pyresult = F_S_TO_PY(in);
H A D_testcapimodule.c408 #define F_S_TO_PY PyLong_FromLong macro
423 #undef F_S_TO_PY macro
436 #define F_S_TO_PY PyLong_FromLongLong macro
451 #undef F_S_TO_PY macro

Completed in 329 milliseconds