Home
last modified time | relevance | path

Searched refs:uint_fast64_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dint_types.h150 typedef unsigned long uint_fast64_t; typedef
153 typedef unsigned long long uint_fast64_t; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dstdint.h56 typedef __uint_fast64_t uint_fast64_t; typedef
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c1248 static uint_fast64_t
1252 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()
H A Dprivate.h439 typedef unsigned long uint_fast64_t; typedef
443 typedef unsigned long long uint_fast64_t; typedef