Searched defs:LG (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h37 // LOG(INFO), VLOG(0), LG
170 // use of the log macros LG, LOG, or VLOG.
189 ANDROID_LOG_INFO, // LOG(INFO), LG, VLOG(0)
302 // LG is a convenient shortcut for LOG(INFO). Its use is in new
308 # define LG LOG_IF(INFO, INFO <= MAX_LOG_LEVEL) macro
313 # define LG MessageLogger((char *)__FILE__, __LINE__, "native", INFO).stream() // NOLINT macro
/external/v8/src/s390/
H A Dconstants-s390.h524 LG = 0xE304, // Load (64) enumerator in enum:v8::internal::Opcode

Completed in 74 milliseconds