Home
last modified time | relevance | path

Searched refs:CALL (Results 1 – 25 of 27) sorted by relevance

12

/string/
A Dtest-memmove.c74 CALL (impl, src, dst, len); in do_one_test()
78 res = CALL (impl, dst, src, len); in do_one_test()
186 CALL (impl, (char *) (p2 + align1), (char *) (p2 + align2), len); in do_random_tests()
188 res = (unsigned char *) CALL (impl, in do_random_tests()
289 CALL (impl, (char *) src, (char *) dst, bytes_move); in do_test2()
291 CALL (impl, (char *) dst, (char *) src, bytes_move); in do_test2()
337 CALL (impl, (char *) buf, (char *) dst, bytes_move); in do_test3()
339 CALL (impl, (char *) dst, (char *) buf, bytes_move); in do_test3()
380 CALL (impl, (char *) src, (char *) dst, bytes_move); in do_test4()
382 CALL (impl, (char *) dst, (char *) src, bytes_move); in do_test4()
A Dtest-strnlen.c62 size_t len = CALL (impl, s, maxlen); in do_one_test()
158 && CALL (impl, (CHAR *) (p + align), len - 1) != len - 1) in do_random_tests()
162 CALL (impl, (CHAR *) (p + align), len - 1), len - 1, p); in do_random_tests()
165 if (CALL (impl, (CHAR *) (p + align), len) != len) in do_random_tests()
169 CALL (impl, (CHAR *) (p + align), len), len, p); in do_random_tests()
172 if (CALL (impl, (CHAR *) (p + align), len + 1) != len) in do_random_tests()
176 CALL (impl, (CHAR *) (p + align), len + 1), len, p); in do_random_tests()
A Dtest-rawmemchr.c43 char *res = CALL (impl, s, c); in do_one_test()
124 if (CALL (impl, (char *) (p + align), seek_char) != result) in do_random_tests()
128 CALL (impl, (char *) (p + align), seek_char), in do_random_tests()
A Dtest-strlen.c65 size_t len = CALL (impl, s); in do_one_test()
123 if (CALL (impl, (CHAR *) (p + align)) != len) in do_random_tests()
126 n, impl->name, align, CALL (impl, (CHAR *) (p + align)), in do_random_tests()
A Dtest-memcpy-support.h65 if (CALL (impl, dst, src, len) != MEMCPY_RESULT (dst, len)) in do_one_test()
68 CALL (impl, dst, src, len), MEMCPY_RESULT (dst, len)); in do_one_test()
149 CALL (impl, (char *)dest, (char *)src, size); in do_test1()
A Dtest-memrchr.c42 char *res = CALL (impl, s, c, n); in do_one_test()
128 if (CALL (impl, (char *) (p + align), seek_char, len) != result) in do_random_tests()
132 CALL (impl, (char *) (p + align), seek_char, len), in do_random_tests()
A Dtest-strcpy.c77 if (CALL (impl, dst, src) != STRCPY_RESULT (dst, len)) in do_one_test()
80 CALL (impl, dst, src), STRCPY_RESULT (dst, len)); in do_one_test()
167 res = (UCHAR *) CALL (impl, (CHAR *) (p2 + align2), (CHAR *) (p1 + align1)); in do_random_tests()
A Dtest-strrchr.c65 CHAR *res = CALL (impl, s, c); in do_one_test()
182 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
186 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()
A Dtest-memset.c118 CALL (impl, s, n); in do_one_test()
123 CHAR *res = CALL (impl, s, c, n); in do_one_test()
200 res = (UCHAR *) CALL (impl, (CHAR *) p + align, c, len); in do_random_tests()
A Dtest-strspn.c95 size_t res = CALL (impl, s, acc); in do_one_test()
198 if (CALL (impl, (CHAR *) (p + align), in do_random_tests()
203 CALL (impl, (CHAR *) (p + align), (CHAR *) acc), in do_random_tests()
A Dtest-memccpy.c62 if (CALL (impl, dst, src, c, n) != expect) in do_one_test()
65 CALL (impl, dst, src, c, n), expect); in do_one_test()
184 res = CALL (impl, p2 + align2, p1 + align1, (char) c, size); in do_random_tests()
A Dtest-memchr.c64 CHAR *res = CALL (impl, s, c, n); in do_one_test()
188 if (CALL (impl, (CHAR *) (p + align), seek_char, len) != result) in do_random_tests()
192 CALL (impl, (CHAR *) (p + align), seek_char, len), in do_random_tests()
A Dtest-strcat.c76 if (CALL (impl, dst, src) != dst) in do_one_test()
79 CALL (impl, dst, src), dst); in do_one_test()
186 res = (UCHAR *) CALL (impl, (CHAR *) (p2 + align2), in do_random_tests()
A Dtest-strchr.c104 CHAR *res = CALL (impl, s, c); in check_result()
218 if (CALL (impl, (CHAR *) (p + align), seek_char) != result) in do_random_tests()
223 CALL (impl, (CHAR *) (p + align), seek_char), result, p); in do_random_tests()
A Dtest-strpbrk.c96 RES_TYPE res = CALL (impl, s, rej); in do_one_test()
221 if (CALL (impl, (CHAR *) (p + align), (CHAR *) rej) != result) in do_random_tests()
225 (void *) CALL (impl, (CHAR *) (p + align), (CHAR *) rej), in do_random_tests()
A Dtest-strncpy.c98 if (CALL (impl, dst, src, n) != STRNCPY_RESULT (dst, len, n)) in do_one_test()
101 CALL (impl, dst, src, n), dst); in do_one_test()
267 res = (UCHAR *) CALL (impl, (CHAR *) (p2 + align2), in do_random_tests()
A Dtest-strcasecmp.c66 int result = CALL (impl, s1, s2); in do_one_test()
193 r = CALL (impl, (char *) (p1 + align1), (char *) (p2 + align2)); in do_random_tests()
A Dtest-strncat.c77 if (CALL (impl, dst, src, n) != dst) in do_one_test()
80 CALL (impl, dst, src, n), dst); in do_one_test()
260 res = (UCHAR *) CALL (impl, (CHAR *) (p2 + align2), in do_random_tests()
A Dtest-memmem.c65 res = CALL (impl, haystack, haystack_len, needle, needle_len); in check_result()
A Dtest-strncasecmp.c77 int result = CALL (impl, s1, s2, n); in check_result()
256 r = CALL (impl, (char *) (p1 + align1), (char *) (p2 + align2), in do_random_tests()
A Dtest-string.h126 #define CALL(impl, ...) \ macro
A Dtest-memcpy.c94 res = (unsigned char *)CALL (impl, (char *)(p2 + align2), in do_random_tests()
A Dtest-strcasestr.c65 char *result = CALL (impl, s1, s2); in check_result()
A Dtest-memcmp.c95 int result = CALL (impl, s1, s2, len); in check_result()
199 r = CALL (impl, (CHAR *) p1 + align1, (const CHAR *) p2 + align2, in do_random_tests()
A Dtest-strcmp.c142 int result = CALL (impl, s1, s2); in check_result()
280 int r = CALL (impl, (CHAR *) (p1 + align1), (CHAR *) (p2 + align2)); in do_random_tests()

Completed in 39 milliseconds

12