Searched refs:test_memcmp (Results 1 – 6 of 6) sorted by relevance
/external/vboot_reference/tests/ |
D | vb2_common_tests.c | 15 static void test_memcmp(void) in test_memcmp() function 114 test_memcmp(); in main()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 29 int test_memcmp(const void *s1, const void *s2, size_t n); 43 x = test_memcmp(s1+offset, s2+offset, size); in test_one()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | mem-builtins.ll | 12 ; ERROR: error: <unknown>:0:0: in function test_memcmp void (i8 addrspace(1)*, i8 addrspace(1)*, i3… 16 define amdgpu_kernel void @test_memcmp(i8 addrspace(1)* %x, i8 addrspace(1)* %y, i32* nocapture %p)…
|
/external/linux-kselftest/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 167 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp() function 241 test_memcmp(mem0, ci0, width, offset, test_name); in do_test() 251 r |= test_memcmp(mem1, ci1, width, offset, test_name); in do_test()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 74 void test_memcmp() { in test_memcmp() function 929 test_memcmp(); in main()
|
/external/llvm-project/compiler-rt/test/dfsan/ |
D | custom.cpp | 77 void test_memcmp() { in test_memcmp() function 1084 test_memcmp(); in main()
|