Home
last modified time | relevance | path

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

/system/core/include/log/
Dlog.h84 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro
214 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro
297 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro