Home
last modified time | relevance | path

Searched defs:__predict_false (Results 1 – 6 of 6) sorted by relevance

/system/core/liblog/include/log/
Dlog_system.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_radio.h42 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_main.h56 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/system/core/liblog/include_vndk/log/
Dlog_radio.h42 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_main.h56 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/system/core/logd/
DLogBuffer.cpp40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro