UNLIKELY 622 src/dps8/dps8.h # define UNLIKELY(x) __builtin_expect(!!(x), 0) UNLIKELY 629 src/dps8/dps8.h # define UNLIKELY(x) (x)