FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ossl_unlikely
crypto/openssl/include/internal/common.h
23
#define ossl_unlikely(x) __builtin_expect(!!(x), 0)
crypto/openssl/include/internal/common.h
26
#define ossl_unlikely(x) (x)