Home
last modified time | relevance | path

Searched refs:test_val (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c683 int test_val; in test_periodic_counter() local
691 for (test_val = 0; test_val <= test_load; test_val++) { in test_periodic_counter()
693 g_assert_cmpint(timer_counter(), ==, test_val); in test_periodic_counter()
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c992 uint32_t test_val, orig_val; in xtensa_operand_encode() local
1050 (test_val = *valp, (*intop->decode)(&test_val)) || in xtensa_operand_encode()
1051 test_val != orig_val) { in xtensa_operand_encode()
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp1135 uint16_t test_val; in TEST() local
1191 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, test_val), 0); in TEST()
1192 EXPECT_EQ(0x8877, test_val); in TEST()