UNLIKELY 588 src/dps8/dps8.h # define UNLIKELY(x) __builtin_expect(!!(x), 0) UNLIKELY 595 src/dps8/dps8.h # define UNLIKELY(x) (x)