Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/datamatrix/
DBC_ErrorCorrection.h26 static int32_t ALOG[256]; variable
DBC_ErrorCorrection.cpp104 int32_t CBC_ErrorCorrection::ALOG[256] = {0}; member in CBC_ErrorCorrection
/external/libese/libese/include/ese/
Dlog.h72 #define ALOG(priority, tag, format, ...) \ macro
80 #define ALOG(...) {} macro
/external/conscrypt/common/src/jni/main/include/
Dmacros.h154 #define ALOG(priority, tag, ...) __android_log_print(ANDROID_##priority, tag, __VA_ARGS__) macro
183 #define ALOG(...) VA_ARGS_UNUSED(__VA_ARGS__) macro