Home
last modified time | relevance | path

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

/system/logging/liblog/include_vndk/log/
Dlog_system.h38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_radio.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/system/logging/liblog/include/log/
Dlog_system.h38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_radio.h40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
Dlog_main.h79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
/system/logging/logd/
DChattyLogBuffer.cpp40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro