Searched defs:ALOG (Results 1 – 4 of 4) sorted by relevance
26 static int32_t ALOG[256]; variable
104 int32_t CBC_ErrorCorrection::ALOG[256] = {0}; member in CBC_ErrorCorrection
72 #define ALOG(priority, tag, format, ...) \ macro80 #define ALOG(...) {} macro
154 #define ALOG(priority, tag, ...) __android_log_print(ANDROID_##priority, tag, __VA_ARGS__) macro183 #define ALOG(...) VA_ARGS_UNUSED(__VA_ARGS__) macro