Searched refs:slowpath (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/libkern/os/ | ||
| H A D | object.h | 200 #define slowpath(x) ((typeof(x))__builtin_expect((long)(x), 0l)) macro |
| H A D | log_encode.c | 483 if (slowpath(err)) { in log_encode_fmt() |