Searched refs:ALOG (Results 1 – 5 of 5) sorted by relevance
69 int32_t CBC_ErrorCorrection::ALOG[256] = {0}; member in CBC_ErrorCorrection73 ALOG[i] = p; in Initialize()158 ALOG[(LOG[m] + LOG[FACTORS[table][k]]) % 255]); in createECCBlock()164 ecc[0] = (FX_WORD)ALOG[(LOG[m] + LOG[FACTORS[table][0]]) % 255]; in createECCBlock()
25 static int32_t ALOG[256]; variable
2 #define ALOG(priority, tag, ...) \ macro
148 ALOG(LOG_INFO, tag, "%s", msg); in android_log()
120 ((void)ALOG(LOG_INFO, LOG_TAG "-jni", __VA_ARGS__))126 ((void)ALOG(LOG_INFO, LOG_TAG "-jni", __VA_ARGS__));