Searched refs:test_val (Results 1 – 3 of 3) sorted by relevance
683 int test_val; in test_periodic_counter() local691 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()
992 uint32_t test_val, orig_val; in xtensa_operand_encode() local1050 (test_val = *valp, (*intop->decode)(&test_val)) || in xtensa_operand_encode()1051 test_val != orig_val) { in xtensa_operand_encode()
1135 uint16_t test_val; in TEST() local1191 EXPECT_EQ(pldm_msgbuf_extract_uint16(ctxExtract, test_val), 0); in TEST()1192 EXPECT_EQ(0x8877, test_val); in TEST()