unlikely          178 source3/include/debug.h #define unlikely(x) __builtin_expect(!!(x), 0)
unlikely          185 source3/include/debug.h #define unlikely(x) (x)