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

  /src/sys/arch/mips/include/
int_mwgwtypes.h 71 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
74 typedef long int int_fast64_t; typedef in typeref:typename:long int
78 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/powerpc/include/
int_mwgwtypes.h 71 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
74 typedef long int int_fast64_t; typedef in typeref:typename:long int
78 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/alpha/include/
int_mwgwtypes.h 66 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
70 typedef long int int_fast64_t; typedef in typeref:typename:long int
  /src/sys/arch/hppa/include/
int_mwgwtypes.h 66 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
70 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/i386/include/
int_mwgwtypes.h 70 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
74 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/ia64/include/
int_mwgwtypes.h 66 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
70 typedef long int int_fast64_t; typedef in typeref:typename:long int
  /src/sys/arch/m68k/include/
int_mwgwtypes.h 69 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
73 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/sh3/include/
int_mwgwtypes.h 68 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
72 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/vax/include/
int_mwgwtypes.h 69 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
73 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/sparc/include/
int_mwgwtypes.h 89 typedef __COMPILER_INT64__ int_fast64_t; typedef in typeref:typename:__COMPILER_INT64__
93 typedef long int int_fast64_t; typedef in typeref:typename:long int
97 typedef long long int int_fast64_t; typedef in typeref:typename:long long int
  /src/sys/arch/amd64/include/
int_mwgwtypes.h 63 typedef long int int_fast64_t; typedef in typeref:typename:long int
  /src/sys/sys/
common_int_mwgwtypes.h 61 typedef __INT_FAST64_TYPE__ int_fast64_t; typedef in typeref:typename:__INT_FAST64_TYPE__
  /src/sys/arch/arm/include/
int_mwgwtypes.h 111 typedef __INT_FAST64_TYPE__ int_fast64_t; typedef in typeref:typename:__INT_FAST64_TYPE__
  /src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc 96 ATest<int_fast64_t>();
  /src/lib/libc/time/
localtime.c 199 typedef int_fast64_t __time_t;
405 static int_fast64_t
408 register int_fast64_t result;
410 int_fast64_t one = 1;
411 int_fast64_t halfmaxval = one << (64 - 2);
412 int_fast64_t maxval = halfmaxval - 1 + halfmaxval;
413 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval;
422 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0;
693 int_fast64_t prevtr = -1
    [all...]
private.h 377 typedef long int_fast64_t; typedef in typeref:typename:long
382 typedef long long int_fast64_t; typedef in typeref:typename:long long
1064 #define SECSPERREPEAT ((int_fast64_t) DAYSPERREPEAT * SECSPERDAY)
zic.c 35 typedef int_fast64_t zic_t;
  /src/tests/include/
t_inttypes.c 51 int_fast64_t if64 = 0;

Completed in 20 milliseconds