Home
last modified time | relevance | path

Searched refs:memcmp_zero_ptr_aligned (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/tests/
H A Dmemcmp_zero.c28 memcmp_zero_ptr_aligned(const void *s, size_t n);
54 int result = memcmp_zero_ptr_aligned(&buffer[i], m);
76 int result = memcmp_zero_ptr_aligned(&right[i], m);
/xnu-8020.101.4/osfmk/libsa/
H A Dstring.h75 extern unsigned long memcmp_zero_ptr_aligned(const void *s __sized_by(n), size_t n) __stateful_pure;
/xnu-8020.101.4/osfmk/arm/
H A Dloose_ends.c521 memcmp_zero_ptr_aligned(const void *s, size_t n) in memcmp_zero_ptr_aligned() function
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c876 memcmp_zero_ptr_aligned(const void *addr, size_t size) in memcmp_zero_ptr_aligned() function
/xnu-8020.101.4/osfmk/kern/
H A Dkalloc.c1207 assert(memcmp_zero_ptr_aligned((void *)kext_mh, end - cur) == 0); in kalloc_type_view_parse()
H A Dzalloc.c3362 if (memcmp_zero_ptr_aligned((void *)elem, size)) { in zalloc_validate_element()
3368 if (memcmp_zero_ptr_aligned((void *)elem, size)) { in zalloc_validate_element()