Searched defs:ULONG_DIG (Results 1 – 9 of 9) sorted by relevance
174 #define ULONG_DIG 19 macro
153 #define ULONG_DIG 19 macro
174 #define ULONG_DIG 9 macro
153 #define ULONG_DIG 9 macro
1315 #define ULONG_DIG (((sizeof (ulong_t) * NBBY) * 3 / 10) + 1) macro