Searched refs:BASE_62_DIGITS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c70 # define BASE_62_DIGITS 5 /* 62**5 < UINT32_MAX */ macro
71 # define BASE_62_POWER (62 * 62 * 62 * 62 * 62) /* 2**BASE_62_DIGITS */
81 # define BASE_62_DIGITS 10 /* 62**10 < UINT_FAST64_MAX */ macro
260 BASE_62_DIGITS digits fairly. Otherwise it might be biased. */
285 vdigits = BASE_62_DIGITS;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c77 #define BASE_62_DIGITS 10 /* 62**10 < UINT_FAST64_MAX */ macro
281 BASE_62_DIGITS digits fairly. Otherwise it might be biased. */
309 vdigits = BASE_62_DIGITS;

Completed in 150 milliseconds