Searched refs:test_val (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/nir/tests/ |
D | builder_tests.cpp | 63 nir_ssa_def *test_val(unsigned idx) in test_val() function in __anona231ecb40111::nir_builder_test 111 nir_src val = nir_src_for_ssa(test_val(0)); in TEST_F() 127 nir_src val = nir_src_for_ssa(test_val(0)); in TEST_F() 146 nir_src val = nir_src_for_ssa(test_val(0)); in TEST_F()
|
/third_party/googletest/googletest/test/ |
D | googletest-env-var-test.py | 71 def TestFlag(flag, test_val, default_val): argument 75 SetEnvVar(env_var, test_val) 76 AssertEq(test_val, GetFlag(flag))
|
/third_party/python/Lib/test/ |
D | test_winreg.py | 351 test_val = 0x80000000 352 SetValueEx(ck, "test_name", None, REG_DWORD, test_val) 355 self.assertEqual(ret_val, test_val) 364 test_val = None 365 SetValueEx(ck, "test_name", 0, REG_BINARY, test_val) 368 self.assertEqual(ret_val, test_val) 377 test_val = "A string\x00 with a null" 378 SetValueEx(ck, "test_name", 0, REG_SZ, test_val)
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
D | test-cmpxchg-nolock.c | 42 int test_val; variable 83 ret = sync_cmpxchg(&test_val, 0, 0); in do_test_sync_cmpxchg() 85 ret = cmpxchg(&test_val, 0, 0); in do_test_sync_cmpxchg() 113 ret = cmpxchg_local(&test_val, 0, 0); in do_test_cmpxchg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 378 uint16_t test_val = 0x2345; in getConstantFieldValue() local 380 support::endian::write16le(test_buf.c, test_val); in getConstantFieldValue() 382 support::endian::write16be(test_buf.c, test_val); in getConstantFieldValue() 384 bool endian_match = test_buf.s == test_val; in getConstantFieldValue()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ast.h | 1175 ir_rvalue *test_val; variable
|
D | ast_to_hir.cpp | 6736 if (test_val == NULL) in eval_test_expression() 6737 test_val = this->test_expression->hir(instructions, state); in eval_test_expression() 6753 if (!test_val->type->is_scalar() || in hir() 6754 !test_val->type->is_integer_32()) { in hir() 6869 state->switch_state.test_var = new(ctx) ir_variable(test_val->type, in test_to_hir() 6876 instructions->push_tail(new(ctx) ir_assignment(deref_test_var, test_val)); in test_to_hir()
|
D | glsl_parser_extras.cpp | 1606 this->test_val = NULL; in ast_switch_statement()
|