Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/os/
H A Dbase_private.h29 #ifndef os_fastpath
30 #define os_fastpath(x) ((__typeof__(x))OS_EXPECT((long)(x), ~0l)) macro