Searched refs:op_table (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/cmd/ |
D | itest.c | 35 static const op_tbl_t op_table [] = { variable 154 for (optp = (op_tbl_t *)&op_table, i = 0; in binary_test() 155 i < ARRAY_SIZE(op_table); in binary_test()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 78 } op_table [TGSI_OPCODE_LAST] = { variable 124 return (op_table[opcode].num_dst > 0); in op_has_dst() 129 return op_table[opcode].num_dst; in op_num_dst() 134 return op_table[opcode].num_src; in op_num_src() 139 return op_table[opcode].commutes; in op_commutes() 175 return op_table[opcode].is_texture; in op_is_texture() 180 unsigned ne = op_table[opcode].neutral_element; in op_neutral_element()
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_skipping.py | 33 op_table = ((unittest.skipUnless, False, True), 35 for deco, do_skip, dont_skip in op_table:
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_skipping.py | 58 op_table = ((unittest.skipUnless, False, True), 60 for deco, do_skip, dont_skip in op_table:
|