Home
last modified time | relevance | path

Searched defs:LIKELY (Results 1 - 7 of 7) sorted by relevance

/third_party/gn/src/base/
H A Dcompiler_specific.h52 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
54 #define LIKELY(x) (x) macro
/third_party/python/Modules/_blake2/impl/
H A Dblake2b-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro
H A Dblake2s-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro
/third_party/musl/porting/linux/user/src/trace/
H A Dtrace_marker.c42 #define LIKELY(exp) (__builtin_expect(!!(exp), 1)) macro
/third_party/musl/src/trace/linux/
H A Dtrace_marker.c43 #define LIKELY(exp) (__builtin_expect(!!(exp), 1)) macro
/third_party/node/src/
H A Dutil.h141 #define LIKELY(expr) __builtin_expect(!!(expr), 1) macro
145 #define LIKELY(expr) expr macro
/third_party/python/Objects/
H A Dobmalloc.c749 # define LIKELY(value) __builtin_expect((value), 1) macro
752 # define LIKELY(value) (value) macro

Completed in 8 milliseconds