Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/os/
H A Dtsd.h177 _os_ptr_munge(uintptr_t ptr) in _os_ptr_munge() function
181 #define _OS_PTR_MUNGE(_ptr) _os_ptr_munge((uintptr_t)(_ptr))
182 #define _OS_PTR_UNMUNGE(_ptr) _os_ptr_munge((uintptr_t)(_ptr))