Searched refs:SIMPLE_MEMCMP (Results 1 – 1 of 1) sorted by relevance
35 # define SIMPLE_MEMCMP simple_wmemcmp macro43 SIMPLE_MEMCMP (const wchar_t *s1, const wchar_t *s2, size_t n) in SIMPLE_MEMCMP() function57 # define SIMPLE_MEMCMP simple_memcmpeq macro60 # define SIMPLE_MEMCMP simple_memcmp macro71 SIMPLE_MEMCMP (const char *s1, const char *s2, size_t n) in SIMPLE_MEMCMP() function88 IMPL (SIMPLE_MEMCMP, 0)454 exp_result = SIMPLE_MEMCMP (s1 + i, s2 + i, len); in check1()476 const int exp_result = SIMPLE_MEMCMP (s1, s2, length); in check2()
Completed in 4 milliseconds