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
213 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro
295 #define CONDITION(cond) (__builtin_expect((cond)!=0, 0)) macro