HomeSort by relevance Sort by last modified time
    Searched refs:uout (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Modules/
testcapi_long.h 33 unsigned TYPENAME uin, uout; local
49 uout = F_PY_TO_U(pyresult);
50 if (uout == (unsigned TYPENAME)-1 && PyErr_Occurred())
53 if (uout != uin)
82 unsigned TYPENAME uout;
95 uout = F_PY_TO_U(x);
96 if (uout != (unsigned TYPENAME)-1 || !PyErr_Occurred())
118 uout = F_PY_TO_U(x);
119 if (uout != (unsigned TYPENAME)-1 || !PyErr_Occurred())
182 unsigned TYPENAME uout;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
testcapi_long.h 33 unsigned TYPENAME uin, uout; local
50 uout = F_PY_TO_U(pyresult);
51 if (uout == (unsigned TYPENAME)-1 && PyErr_Occurred())
54 if (uout != uin)
83 unsigned TYPENAME uout;
96 uout = F_PY_TO_U(x);
97 if (uout != (unsigned TYPENAME)-1 || !PyErr_Occurred())
119 uout = F_PY_TO_U(x);
120 if (uout != (unsigned TYPENAME)-1 || !PyErr_Occurred())
  /external/python/cpython2/Modules/
testcapi_long.h 33 unsigned TYPENAME uin, uout; local
50 uout = F_PY_TO_U(pyresult);
51 if (uout == (unsigned TYPENAME)-1 && PyErr_Occurred())
54 if (uout != uin)
83 unsigned TYPENAME uout;
96 uout = F_PY_TO_U(x);
97 if (uout != (unsigned TYPENAME)-1 || !PyErr_Occurred())
119 uout = F_PY_TO_U(x);
120 if (uout != (unsigned TYPENAME)-1 || !PyErr_Occurred())

Completed in 3287 milliseconds