Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-mul64.c18 static const Test test_u_data[] = { variable
42 for (i = 0; i < ARRAY_SIZE(test_u_data); ++i) { in test_u()
44 mulu64(&rl, &rh, test_u_data[i].a, test_u_data[i].b); in test_u()
45 g_assert_cmpuint(rl, ==, test_u_data[i].rl); in test_u()
46 g_assert_cmpuint(rh, ==, test_u_data[i].rh); in test_u()