Searched defs:NDIGITS (Results 1 – 3 of 3) sorted by relevance
48 #define NDIGITS 0x100 /* no digits detected */ macro
71 #define NDIGITS 0x80 /* no digits detected */ macro
196 #define NDIGITS(x) (3 * (sizeof(x) * CHAR_BIT) / 10 + 1 + 1 + 1) in to_string() macro