Searched refs:IS_NUM_OR_CHAR (Results 1 – 2 of 2) sorted by relevance
367 #define IS_NUM_OR_CHAR(x) (((x) >= 'A' && (x) <= 'Z') || ((x) >= '0' && (x) <= '9')) macro
839 …IS_NUM_OR_CHAR(buf[0]) && IS_NUM_OR_CHAR(buf[1]) && IS_NUM_OR_CHAR(buf[2]) && buf[10] != 0xFF) { /… in gt1x_read_version()