Searched refs:SIMPLE_MEMCMP (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/benchtests/ |
D | bench-memcmp.c | 22 # define SIMPLE_MEMCMP simple_memcmpeq macro 25 # define SIMPLE_MEMCMP simple_wmemcmp macro 28 # define SIMPLE_MEMCMP simple_memcmp macro 34 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() function 48 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() function 61 IMPL (SIMPLE_MEMCMP, 0)
|
/glibc-2.36/string/ |
D | test-memcmp.c | 35 # define SIMPLE_MEMCMP simple_wmemcmp macro 43 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() function 57 # define SIMPLE_MEMCMP simple_memcmpeq macro 60 # define SIMPLE_MEMCMP simple_memcmp macro 71 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() function 453 exp_result = SIMPLE_MEMCMP (s1 + i, s2 + i, len); in check1() 475 const int exp_result = SIMPLE_MEMCMP (s1, s2, length); in check2()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.24 | 7649 [! WIDE](SIMPLE_MEMCMP): New function. 7651 [WIDE](SIMPLE_MEMCMP): New function. 7653 [TEST_MEMCMPEQ](SIMPLE_MEMCMP): New. 7679 [! WIDE](SIMPLE_MEMCMP): Remove. 7682 [! WIDE][! TEST_MEMCMPEQ](SIMPLE_MEMCMP): New. 7684 [! WIDE][TEST_MEMCMPEQ](SIMPLE_MEMCMP): New. 7685 [! WIDE](SIMPLE_MEMCMP): New function. 7687 [WIDE](SIMPLE_MEMCMP): New function.
|