Searched refs:test_val (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functional/ |
H A D | dlopen_init.c | 17 static int test_val; variable 22 test_val++; in Init() 27 return test_val; in getVal() 33 test_val--; in DeInit()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | builder_tests.cpp | 63 nir_ssa_def *test_val(unsigned idx) in test_val() function in __anon7312::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/ |
H A D | googletest-env-var-test.py | 71 def TestFlag(flag, test_val, default_val): 75 SetEnvVar(env_var, test_val) 76 AssertEq(test_val, GetFlag(flag))
|
/third_party/python/Lib/test/ |
H A D | test_winreg.py | 367 test_val = 0x80000000 368 SetValueEx(ck, "test_name", None, REG_DWORD, test_val) 371 self.assertEqual(ret_val, test_val) 380 test_val = None 381 SetValueEx(ck, "test_name", 0, REG_BINARY, test_val) 384 self.assertEqual(ret_val, test_val) 393 test_val = "A string\x00 with a null" 394 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/ |
H A 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/ |
H A 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/ |
H A D | ast.h | 1175 ir_rvalue *test_val; member in ast_switch_statement
|
H A 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()
|
H A D | glsl_parser_extras.cpp | 1606 this->test_val = NULL;
|
Completed in 18 milliseconds