HomeSort by: relevance | last modified time | path
    Searched refs:test_pattern8 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/modules/
t_ufetchstore.c 323 #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);
712 ATF_REQUIRE_EQ(do_ustore_8(&cell.val8[index8], test_pattern8), 0);
  /src/tests/modules/ufetchstore/
t_ufetchstore.c 323 #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);
712 ATF_REQUIRE_EQ(do_ustore_8(&cell.val8[index8], test_pattern8), 0);

Completed in 16 milliseconds