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