Home
last modified time | relevance | path

Searched refs:__predict_false (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_system.h37 #ifndef __predict_false
38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
65 ((__predict_false(cond)) \
83 ((__predict_false(cond)) \
100 ((__predict_false(cond)) \
117 ((__predict_false(cond)) \
134 ((__predict_false(cond)) \
Dlog_radio.h39 #ifndef __predict_false
40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
67 ((__predict_false(cond)) \
85 ((__predict_false(cond)) \
102 ((__predict_false(cond)) \
119 ((__predict_false(cond)) \
136 ((__predict_false(cond)) \
Dlog_main.h78 #ifndef __predict_false
79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
135 ((__predict_false(cond)) ? (__FAKE_USE_VA_ARGS(__VA_ARGS__), \
217 ((__predict_false(cond)) \
232 ((__predict_false(cond)) \
246 ((__predict_false(cond)) \
260 ((__predict_false(cond)) \
274 ((__predict_false(cond)) \