Searched refs:test_cell_val32 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/tests/modules/
H A Dt_ufetchstore.c333 #define test_cell_val32 ((unsigned long)test_pattern32 << (index32 * NBBY*4)) macro
343 #define test_cell_val32 ((unsigned long)test_pattern32 << (32-(index32 * NBBY*4))) macro
348 #define test_cell_val32 ((unsigned long)test_pattern32) macro
428 write_test_cell(&cell, test_cell_val32);
756 ATF_REQUIRE(read_test_cell(&cell) == test_cell_val32);
/netbsd-current/tests/modules/ufetchstore/
H A Dt_ufetchstore.c333 #define test_cell_val32 ((unsigned long)test_pattern32 << (index32 * NBBY*4)) macro
343 #define test_cell_val32 ((unsigned long)test_pattern32 << (32-(index32 * NBBY*4))) macro
348 #define test_cell_val32 ((unsigned long)test_pattern32) macro
428 write_test_cell(&cell, test_cell_val32);
756 ATF_REQUIRE(read_test_cell(&cell) == test_cell_val32);

Completed in 87 milliseconds