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
75 typedef unsigned long int uint_fast64_t; typedef
80 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 72 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
75 typedef unsigned long int uint_fast64_t; typedef
80 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 67 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
72 typedef unsigned long int uint_fast64_t; typedef
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 67 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
72 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/i386/include/
int_mwgwtypes.h 71 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
76 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 67 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
72 typedef unsigned long int uint_fast64_t; typedef
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 70 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
75 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 69 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
74 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/vax/include/
int_mwgwtypes.h 70 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
75 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 90 typedef __COMPILER_UINT64__ uint_fast64_t; typedef
94 typedef unsigned long int uint_fast64_t; typedef
99 typedef unsigned long long int uint_fast64_t; typedef
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 64 typedef unsigned long int uint_fast64_t; typedef
  /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
  /src/sys/arch/arm/include/
int_mwgwtypes.h 112 typedef __UINT_FAST64_TYPE__ uint_fast64_t; typedef
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 97 ATest<uint_fast64_t>();
  /src/lib/libc/time/
private.h 481 typedef unsigned long uint_fast64_t; typedef
485 typedef unsigned long long uint_fast64_t; typedef
zic.c 1490 /* Return a random uint_fast64_t. */
1491 static uint_fast64_t
1495 static uint_fast64_t entropy_buffer[max(1, 256 / sizeof(uint_fast64_t))];
1524 uint_fast64_t rand_max = RAND_MAX,
1530 uint_fast64_t rmax1 = rmax;
1533 where uint_fast64_t promotes to int. */
1566 uint_fast64_t r;
1567 uint_fast64_t base = alphabetlen;
1570 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 40 milliseconds