Searched defs:INFO (Results 1 – 2 of 2) sorted by relevance
68 public static final int INFO = 4; field in Log
60 #define INFO(vlc) (((vlc) >> 4) & 0xF) /* 4 MSB bits contain information */ macro