Lines Matching refs:uint_fast64_t
1249 /* Return a random uint_fast64_t. */
1250 static uint_fast64_t
1254 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))];
1283 uint_fast64_t rand_max = RAND_MAX,
1289 uint_fast64_t rmax1 = rmax;
1292 where uint_fast64_t promotes to int. */
1325 uint_fast64_t r;
1326 uint_fast64_t base = alphabetlen;
1329 uint_fast64_t base__6 = base * base * base * base * base * base;
1336 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6);
2332 convert64(uint_fast64_t val, char *buf)