Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c34 int test_memcmp(const void *s1, const void *s2, size_t n);
48 x = test_memcmp(s1+offset, s2+offset, size); in test_one()
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp() function
276 test_memcmp(mem0, ci0, width, offset, test_name); in do_test()
286 r |= test_memcmp(mem1, ci1, width, offset, test_name); in do_test()