Searched refs:test_overlap (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/libc/AOR_v20.02/string/test/ |
D | memmove.c | 79 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/ |
D | memmove.c | 90 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/ |
D | gem_softpin.c | 140 static void test_overlap(int fd) in test_overlap() function 495 test_overlap(fd);
|
D | gem_userptr_blits.c | 1532 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/ |
D | instancer_test.py | 1440 def test_overlap(self, varfont3, wght, overlap): member in InstantiateVariableFontTest
|
/external/python/cpython3/Lib/test/ |
D | test_statistics.py | 2614 def test_overlap(self): member in TestNormalDist
|