Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/os/
H A Dobject.h199 #define fastpath(x) ((typeof(x))__builtin_expect((long)(x), ~0l)) macro
H A Dlog.c628 if (fastpath(ft)) { in _firehose_trace()