Lines Matching refs:uint_fast64_t
1234 /* Return a random uint_fast64_t. */
1235 static uint_fast64_t
1239 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))];
1268 uint_fast64_t rand_max = RAND_MAX,
1274 uint_fast64_t rmax1 = rmax;
1277 where uint_fast64_t promotes to int. */
1310 uint_fast64_t r;
1311 uint_fast64_t base = alphabetlen;
1314 uint_fast64_t base__6 = base * base * base * base * base * base;
1321 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6);
2287 convert64(uint_fast64_t val, char *buf)