__glibc_unlikely
# define __glibc_unlikely(cond) __builtin_expect ((cond), 0)
# define __glibc_unlikely(cond) (cond)