Searched defs:slowpath (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DUtilities.h28 #define slowpath(x) ((typeof(x))__builtin_expect((long)(x), 0l)) macro
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Dinternal.h299 #define slowpath(x) ((typeof(x))__builtin_expect((long)(x), 0l)) macro
302 #define slowpath(x) (x) macro

Completed in 93 milliseconds