Home
last modified time | relevance | path

Searched refs:w_val (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Python/
Dhamt.c2434 PyObject *w_val; in _PyHamt_Eq() local
2441 find_res = hamt_find(w, v_key, &w_val); in _PyHamt_Eq()
2450 int cmp = PyObject_RichCompareBool(v_val, w_val, Py_EQ); in _PyHamt_Eq()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp5643 const GLuint w_val = w_vals[w]; in InvalidAlignmentTest() local
5646 … const GLenum res = ((valid_h == h_val) && (valid_w == w_val) && (0 == x_val) && (0 == y_val)) ? in InvalidAlignmentTest()
5650 testCase dst_test_case = { h_val, w_val, 0, 0, x_val, y_val, res }; in InvalidAlignmentTest()
5652 testCase src_test_case = { h_val, w_val, x_val, y_val, 0, 0, res }; in InvalidAlignmentTest()