Lines Matching refs:res
219 int res = _PyHamt_Find(vars, (PyObject*)var, &found);220 if (res < 0) {223 if (res == 1) {510 int res = _PyHamt_Eq(512 if (res < 0) {517 res = !res;520 if (res) {810 Py_hash_t res = _Py_HashPointer(addr) ^ name_hash;811 return res == -1 ? -2 : res;