Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c199 char *s1c, *s2c; in test_memcmp() local
201 s1c = s1; in test_memcmp()
202 s1c += offset; in test_memcmp()
206 if (memcmp(s1c, s2c, n)) { in test_memcmp()
210 dumpdata(s1c, s2c, n, test_name); in test_memcmp()