Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c542 uint8_t expected_byte; in check_memory_contents() local
545 expected_byte = ~((uint8_t)(i % ((uint8_t)-1))); in check_memory_contents()
548 if (v != expected_byte) in check_memory_contents()