HomeSort by: relevance | last modified time | path
    Searched refs:uint_fast64_t (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/mips/include/
int_mwgwtypes.h 72 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
75 typedef unsigned long int uint_fast64_t; typedef in typeref:typename:unsigned long int
80 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 72 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
75 typedef unsigned long int uint_fast64_t; typedef in typeref:typename:unsigned long int
80 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 67 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
72 typedef unsigned long int uint_fast64_t; typedef in typeref:typename:unsigned long int
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 67 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
72 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/i386/include/
int_mwgwtypes.h 71 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
76 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 67 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
72 typedef unsigned long int uint_fast64_t; typedef in typeref:typename:unsigned long int
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 70 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
75 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 69 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
74 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/vax/include/
int_mwgwtypes.h 70 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
75 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 90 typedef __COMPILER_UINT64__ uint_fast64_t; typedef in typeref:typename:__COMPILER_UINT64__
94 typedef unsigned long int uint_fast64_t; typedef in typeref:typename:unsigned long int
99 typedef unsigned long long int uint_fast64_t; typedef in typeref:typename:unsigned long long int
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 64 typedef unsigned long int uint_fast64_t; typedef in typeref:typename:unsigned long int
  /src/usr.sbin/syslogd/
sign.h 131 /* structs use uint_fast64_t in different places because the standard
136 uint_fast64_t key;
153 uint_fast64_t last_msg_num;
170 uint_fast64_t rsid;
172 uint_fast64_t gbc;
205 uint_fast64_t sign_assign_msg_num(struct signature_group_t*);
sign.c 930 uint_fast64_t
933 uint_fast64_t old;
syslogd.c 3114 assert(sizeof(int64_t) == sizeof(uint_fast64_t));
  /src/sys/sys/
common_int_mwgwtypes.h 62 typedef __UINT_FAST64_TYPE__ uint_fast64_t; typedef in typeref:typename:__UINT_FAST64_TYPE__
  /src/sys/arch/arm/include/
int_mwgwtypes.h 112 typedef __UINT_FAST64_TYPE__ uint_fast64_t; typedef in typeref:typename:__UINT_FAST64_TYPE__
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 97 ATest<uint_fast64_t>();
  /src/lib/libc/time/
private.h 455 typedef unsigned long uint_fast64_t; typedef in typeref:typename:unsigned long
459 typedef unsigned long long uint_fast64_t; typedef in typeref:typename:unsigned long long
zic.c 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
    [all...]
  /src/tests/include/
t_inttypes.c 65 uint_fast64_t uif64 = 0;

Completed in 22 milliseconds