Home
last modified time | relevance | path

Searched refs:SIMPLE_STRCMP (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/string/
Dtest-strcmp.c39 # define SIMPLE_STRCMP simple_wcscmp macro
77 # define SIMPLE_STRCMP simple_strcmp macro
298 int exp_result = SIMPLE_STRCMP (s1 + i1, s2 + i2); in check()
325 exp_result = SIMPLE_STRCMP (s1, s2); in check()
359 exp_result = SIMPLE_STRCMP (s1p, s2p); in check2()
383 int exp_result = SIMPLE_STRCMP (s1, s2); in check3()
/glibc-2.36/benchtests/
Dbench-strcmp.c29 # define SIMPLE_STRCMP simple_wcscmp macro
57 # define SIMPLE_STRCMP simple_strcmp macro
78 IMPL (SIMPLE_STRCMP, 1)
204 exp_result = SIMPLE_STRCMP (s1p, s2p); in do_test_page_boundary()