test_memcmp
test_memcmp(mem0, ci0, width, offset, test_name);
r |= test_memcmp(mem1, ci1, width, offset, test_name);
int test_memcmp(const void *s1, const void *s2, size_t n);
x = test_memcmp(s1+offset, s2+offset, size);