Home
last modified time | relevance | path

Searched refs:test_memcmp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c206 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp() function
285 test_memcmp(mem0, ci0, width, offset, test_name); in do_test()
295 r |= test_memcmp(mem1, ci1, width, offset, test_name); in do_test()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds