Home
last modified time | relevance | path

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

/netbsd-src/tests/modules/ufetchstore/
H A Dt_ufetchstore.c323 #define test_pattern8 0xa5 macro
331 #define test_cell_val8 ((unsigned long)test_pattern8 << (index8 * NBBY))
341 #define test_cell_val8 ((unsigned long)test_pattern8 << (56-(index8 * NBBY)))
346 #define test_cell_val8 ((unsigned long)test_pattern8 << (24-(index8 * NBBY)))
385 ATF_REQUIRE(res == test_pattern8); in ATF_TC_BODY()
712 ATF_REQUIRE_EQ(do_ustore_8(&cell.val8[index8], test_pattern8), 0); in ATF_TC_BODY()
/netbsd-src/tests/modules/
H A Dt_ufetchstore.c323 #define test_pattern8 0xa5 macro
331 #define test_cell_val8 ((unsigned long)test_pattern8 << (index8 * NBBY))
341 #define test_cell_val8 ((unsigned long)test_pattern8 << (56-(index8 * NBBY)))
346 #define test_cell_val8 ((unsigned long)test_pattern8 << (24-(index8 * NBBY)))
385 ATF_REQUIRE(res == test_pattern8); in ATF_TC_BODY()
712 ATF_REQUIRE_EQ(do_ustore_8(&cell.val8[index8], test_pattern8), 0); in ATF_TC_BODY()