Searched refs:i_result (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A Dmips-constraint-regs.c25 int i_result; local
28 : "=l" (i_result)
/external/python/cpython2/Python/
H A Dbltinmodule.c2343 long i_result = PyInt_AS_LONG(result); local
2352 return PyInt_FromLong(i_result);
2356 long x = i_result + b;
2357 if ((x^i_result) >= 0 || (x^b) >= 0) {
2358 i_result = x;
2364 result = PyInt_FromLong(i_result);

Completed in 95 milliseconds