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

  /src/tests/modules/
t_ufetchstore.c 325 #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);
754 ATF_REQUIRE_EQ(do_ustore_32(&cell.val32[index32], test_pattern32), 0);
  /src/tests/modules/ufetchstore/
t_ufetchstore.c 325 #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);
754 ATF_REQUIRE_EQ(do_ustore_32(&cell.val32[index32], test_pattern32), 0);

Completed in 12 milliseconds