Home
last modified time | relevance | path

Searched refs:memcmp_impl (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/machine/
H A Dstring.h43 extern int memcmp_impl(const void *, const void *, size_t) asm("_memcmp");
/xnu-11215.61.5/tests/
H A Dtest_strings.c223 T_ASSERT_EQ(memcmp_impl(dst, (char[32]){"hello"}, sizeof(dst)), 0, "check result is 'hello'");
229 T_ASSERT_EQ(memcmp_impl(aaa, dst, 31), 0, "check result is 'aaaaaa...'");
/xnu-11215.61.5/osfmk/device/
H A Dsubrs.c209 memcmp_impl(const void *s1, const void *s2, size_t n) in memcmp_impl() function