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