HomeSort by relevance Sort by last modified time
    Searched defs:test_memcmp (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/tests/
vb2_common_tests.c 15 static void test_memcmp(void) function
114 test_memcmp();
  /external/compiler-rt/test/dfsan/
custom.cc 74 void test_memcmp() { function
929 test_memcmp();
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
alignment_handler.c 171 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) function
245 test_memcmp(mem0, ci0, width, offset, test_name);
255 r |= test_memcmp(mem1, ci1, width, offset, test_name);

Completed in 197 milliseconds