OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ossl_likely
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
common.h
22
#define
ossl_likely
(x) __builtin_expect(!!(x), 1)
macro
25
#define
ossl_likely
(x) (x)
macro
45
#define ossl_assert(x)
ossl_likely
((x) != 0)
common.h
22
#define
ossl_likely
(x) __builtin_expect(!!(x), 1)
macro
25
#define
ossl_likely
(x) (x)
macro
45
#define ossl_assert(x)
ossl_likely
((x) != 0)
Completed in 44 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026