Home
last modified time | relevance | path

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

/netbsd-src/tests/modules/ufetchstore/
H A Dt_ufetchstore.c325 #define test_pattern32 0xb01cafe1 macro
333 #define test_cell_val32 ((unsigned long)test_pattern32 << (index32 * NBBY*4))
343 #define test_cell_val32 ((unsigned long)test_pattern32 << (32-(index32 * NBBY*4)))
348 #define test_cell_val32 ((unsigned long)test_pattern32)
431 ATF_REQUIRE(res == test_pattern32); in ATF_TC_BODY()
754 ATF_REQUIRE_EQ(do_ustore_32(&cell.val32[index32], test_pattern32), 0); in ATF_TC_BODY()
/netbsd-src/tests/modules/
H A Dt_ufetchstore.c325 #define test_pattern32 0xb01cafe1 macro
333 #define test_cell_val32 ((unsigned long)test_pattern32 << (index32 * NBBY*4))
343 #define test_cell_val32 ((unsigned long)test_pattern32 << (32-(index32 * NBBY*4)))
348 #define test_cell_val32 ((unsigned long)test_pattern32)
431 ATF_REQUIRE(res == test_pattern32); in ATF_TC_BODY()
754 ATF_REQUIRE_EQ(do_ustore_32(&cell.val32[index32], test_pattern32), 0); in ATF_TC_BODY()