OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__predict_true
(Results
26 - 29
of
29
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h
283
* compiler feature. Use
__predict_true
() if you expect the expression
291
* document it), and/or
__predict_true
() `no-error' condition
305
#define
__predict_true
(exp) __builtin_expect((exp) != 0, 1)
macro
308
#define
__predict_true
(exp) (exp)
macro
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h
283
* compiler feature. Use
__predict_true
() if you expect the expression
291
* document it), and/or
__predict_true
() `no-error' condition
305
#define
__predict_true
(exp) __builtin_expect((exp) != 0, 1)
macro
308
#define
__predict_true
(exp) (exp)
macro
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h
277
* compiler feature. Use
__predict_true
() if you expect the expression
285
* document it), and/or
__predict_true
() `no-error' condition
299
#define
__predict_true
(exp) __builtin_expect((exp) != 0, 1)
macro
302
#define
__predict_true
(exp) (exp)
macro
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h
277
* compiler feature. Use
__predict_true
() if you expect the expression
285
* document it), and/or
__predict_true
() `no-error' condition
299
#define
__predict_true
(exp) __builtin_expect((exp) != 0, 1)
macro
302
#define
__predict_true
(exp) (exp)
macro
Completed in 1043 milliseconds
1
2