Searched refs:uint_fast64_t (Results 1 – 4 of 4) sorted by relevance
150 typedef unsigned long uint_fast64_t; typedef153 typedef unsigned long long uint_fast64_t; typedef
56 typedef __uint_fast64_t uint_fast64_t; typedef
1248 static uint_fast64_t1252 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))]; in get_rand_u64()1281 uint_fast64_t rand_max = RAND_MAX, in get_rand_u64()1287 uint_fast64_t rmax1 = rmax; in get_rand_u64()1323 uint_fast64_t r; in random_dirent()1324 uint_fast64_t base = alphabetlen; in random_dirent()1327 uint_fast64_t base__6 = base * base * base * base * base * base; in random_dirent()1334 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6); in random_dirent()2305 convert64(uint_fast64_t val, char *buf) in convert64()
439 typedef unsigned long uint_fast64_t; typedef443 typedef unsigned long long uint_fast64_t; typedef