Searched refs:memcmp_zero_ptr_aligned (Results 1 – 5 of 5) sorted by relevance
28 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);
75 extern unsigned long memcmp_zero_ptr_aligned(const void *s __sized_by(n), size_t n) __stateful_pure;
868 memcmp_zero_ptr_aligned(const void *addr, size_t size) in memcmp_zero_ptr_aligned() function
1068 assert(memcmp_zero_ptr_aligned((void *)kext_mh, end - cur) == 0); in kalloc_type_view_parse()
3297 if (memcmp_zero_ptr_aligned((void *)elem, size)) { in zalloc_validate_element()3303 if (memcmp_zero_ptr_aligned((void *)elem, size)) { in zalloc_validate_element()