Home
last modified time | relevance | path

Searched refs:TEST_NAME (Results 1 – 25 of 110) sorted by relevance

12345

/glibc-2.36/sysdeps/x86/
Dtst-strncmp-rtm.c26 # define TEST_NAME "wcsncmp" macro
32 # define TEST_NAME "strncmp" macro
88 int status = do_test_1 (TEST_NAME, LOOP, prepare, function); in do_test()
91 status = do_test_1 (TEST_NAME, LOOP, prepare, function_overflow); in do_test()
94 status = do_test_1 (TEST_NAME, LOOP, prepare, function_overflow2); in do_test()
Dtst-strcmp-rtm.c27 # define TEST_NAME "wcscmp" macro
34 # define TEST_NAME "strcmp" macro
69 return do_test_1 (TEST_NAME, LOOP, prepare, function); in do_test()
/glibc-2.36/elf/
Dtst-auditmod24b.c25 #define TEST_NAME "tst-audit24b" macro
42 const char *l_name = p == NULL ? TEST_NAME : p + 1; in la_objopen()
45 if (strcmp (l_name, TEST_NAME "mod1.so") == 0) in la_objopen()
47 else if (strcmp (l_name, TEST_NAME "mod2.so") == 0) in la_objopen()
49 else if (strcmp (l_name, TEST_NAME) == 0) in la_objopen()
Dtst-auditmod24a.c29 #ifndef TEST_NAME
30 # define TEST_NAME "tst-audit24a" macro
33 # define TEST_MOD TEST_NAME
49 const char *l_name = p == NULL ? TEST_NAME : p + 1; in la_objopen()
56 else if (strcmp (l_name, TEST_NAME) == 0) in la_objopen()
Dtst-auditmod25.c31 #define TEST_NAME "tst-audit25" macro
45 const char *l_name = p == NULL ? TEST_NAME : p + 1; in la_objopen()
56 else if (strncmp (l_name, TEST_NAME, strlen (TEST_NAME)) == 0) in la_objopen()
/glibc-2.36/string/
Dtest-string.h129 #ifdef TEST_NAME
147 if (strcmp (impl->name, TEST_NAME) == 0) \
188 #ifdef TEST_NAME in test_init()
189 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()
Dtest-memset.c22 # define TEST_NAME "explicit_bzero" macro
24 # define TEST_NAME "bzero" macro
28 # define TEST_NAME "memset" macro
30 # define TEST_NAME "wmemset" macro
Dtest-stpcpy.c22 # define TEST_NAME "stpcpy" macro
24 # define TEST_NAME "wcpcpy" macro
Dtest-strchr.c22 # define TEST_NAME "strchrnul" macro
24 # define TEST_NAME "strchr" macro
28 # define TEST_NAME "wcschrnul" macro
30 # define TEST_NAME "wcschr" macro
/glibc-2.36/sysdeps/aarch64/
Dtst-auditmod26.c26 #define TEST_NAME "tst-audit26" macro
42 if (strncmp (l_name, TEST_NAME, strlen (TEST_NAME)) == 0) in la_objopen()
/glibc-2.36/benchtests/
Dbench-memcmp.c21 # define TEST_NAME "__memcmpeq" macro
24 # define TEST_NAME "wmemcmp" macro
27 # define TEST_NAME "memcmp" macro
141 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-bzero-walk.c21 # define TEST_NAME "memset" macro
23 # define TEST_NAME "bzero" macro
107 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-bzero-large.c21 # define TEST_NAME "memset" macro
23 # define TEST_NAME "bzero" macro
110 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-hash-funcs.c27 #ifndef TEST_NAME
31 # define TEST_NAME STRINGIFY (TEST_FUNC) macro
124 json_attr_object_begin (&json_ctx, TEST_NAME); in do_test()
Dbench-string.h182 # ifdef TEST_NAME
200 if (strcmp (impl->name, TEST_NAME) == 0) \
294 # ifdef TEST_NAME in test_init()
295 func_count = __libc_ifunc_impl_list (TEST_NAME, func_list, in test_init()
Dbench-bzero.c21 # define TEST_NAME "memset" macro
23 # define TEST_NAME "bzero" macro
108 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-strchr.c22 # define TEST_NAME "strchrnul" macro
24 # define TEST_NAME "strchr" macro
28 # define TEST_NAME "wcschrnul" macro
30 # define TEST_NAME "wcschr" macro
300 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-strlen.c21 # define TEST_NAME "strlen" macro
23 # define TEST_NAME "wcslen" macro
119 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-memset.c21 # define TEST_NAME "memset" macro
23 # define TEST_NAME "wmemset" macro
99 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
Dbench-stpcpy.c22 # define TEST_NAME "stpcpy" macro
24 # define TEST_NAME "wcpcpy" macro
Dbench-stpncpy.c22 # define TEST_NAME "stpncpy" macro
24 # define TEST_NAME "wcpncpy" macro
Dbench-strcspn.c23 # define TEST_NAME "strcspn" macro
25 # define TEST_NAME "wcscspn" macro
Dbench-strnlen.c21 # define TEST_NAME "strnlen" macro
23 # define TEST_NAME "wcsnlen" macro
124 json_attr_object_begin (&json_ctx, TEST_NAME); in test_main()
/glibc-2.36/sysdeps/x86_64/x32/
Dtst-size_t-memchr.c20 # define TEST_NAME "memchr" macro
22 # define TEST_NAME "wmemchr" macro
Dtst-size_t-memcmp.c21 # define TEST_NAME "wmemcmp" macro
23 # define TEST_NAME "memcmp" macro

12345