Home
last modified time | relevance | path

Searched refs:test_overlap (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libc/AOR_v20.02/string/test/
Dmemmove.c79 static void test_overlap(const struct fun *fun, int dalign, int salign, int len) in test_overlap() function
123 test_overlap(funtab+0, 2, 1, 1); in main()
133 test_overlap(funtab+i, d, s, n); in main()
137 test_overlap(funtab+i, d, s, n); in main()
/external/arm-optimized-routines/string/test/
Dmemmove.c90 test_overlap (const struct fun *fun, int dalign, int salign, int len) in test_overlap() function
150 test_overlap (funtab + i, d, s, n); in main()
155 test_overlap (funtab + i, d, s, n); in main()
/external/igt-gpu-tools/tests/i915/
Dgem_softpin.c140 static void test_overlap(int fd) in test_overlap() function
495 test_overlap(fd);
Dgem_userptr_blits.c1532 static void test_overlap(int fd, int expected) in test_overlap() function
1891 test_overlap(fd, 0);
1998 test_overlap(fd, EINVAL);
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py1440 def test_overlap(self, varfont3, wght, overlap): member in InstantiateVariableFontTest
/external/python/cpython3/Lib/test/
Dtest_statistics.py2614 def test_overlap(self): member in TestNormalDist