HelenOS sources

_unlikely         237 common/str.c   #define _unlikely(expr) __builtin_expect((expr), false)
_unlikely         237 kernel/generic/common/str.c #define _unlikely(expr) __builtin_expect((expr), false)
_unlikely         237 uspace/lib/c/common/str.c #define _unlikely(expr) __builtin_expect((expr), false)
HelenOS homepage, sources at GitHub