/external/libchrome/base/ |
atomicops_unittest.cc | 141 AtomicType test_val = (static_cast<uint64_t>(1) << local 143 AtomicType value = -1 ^ test_val; 145 EXPECT_EQ(test_val, value); 149 EXPECT_EQ(-1 ^ test_val, value); 152 test_val = static_cast<uint64_t>(1) << (NUM_BITS(AtomicType) / 2); 153 value = test_val - 1; 155 EXPECT_EQ(test_val, value); 159 EXPECT_EQ(test_val - 1, value);
|
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
test-cmpxchg-nolock.c | 42 int test_val; variable 83 ret = sync_cmpxchg(&test_val, 0, 0); 85 ret = cmpxchg(&test_val, 0, 0); 113 ret = cmpxchg_local(&test_val, 0, 0);
|
/art/runtime/interpreter/ |
interpreter_common.h | 414 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); local 426 int32_t index = test_val - first_key; 442 int32_t test_val = shadow_frame.GetVReg(inst->VRegA_31t(inst_data)); local 458 if (test_val < foundVal) { 460 } else if (test_val > foundVal) {
|
/external/valgrind/none/tests/ppc32/ |
test_dfp4.c | 487 dfp_val_t test_val, dummy; local 500 test_val.u64_val = dfp64_vals[i]; 502 test_val.u128.valu = dfp128_vals[i * 2]; 503 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; 518 (*func)(BF, data_class_OR_group, &test_val, &dummy); 525 printf("%016llx %016llx", test_val.u128.valu, test_val.u128.vall); 527 printf("%016llx", test_val.u64_val);
|
test_dfp5.c | 411 dfp_val_t test_val; local 423 test_val.u64_val = dfp64_vals[i]; 425 test_val.u128.valu = dfp128_vals[i * 2]; 426 test_val.u128.vall = dfp128_vals[(i * 2) + 1]; 437 result = (*func)(SP, &test_val); 440 printf("%016llx ==> %016llx\n", test_val.u64_val, result.u64_val); 443 test_val.u128.valu, test_val.u128.vall, 463 dfp_val_t test_val; local 493 test_val.u64_val = bcd64_vals[i] [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 3612 ir_rvalue *const test_val = local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
xtensa-isa.c | 1033 uint32 test_val, orig_val; 1089 || (test_val = *valp, (*intop->decode) (&test_val)) 1090 || test_val != orig_val) 1028 uint32 test_val, orig_val; local [all...] |