OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_fast64_t
(Results
1 - 25
of
102
) sorted by relevancy
1
2
3
4
5
/src/sys/arch/mips/include/
int_mwgwtypes.h
71
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
74
typedef long int
int_fast64_t
;
typedef
78
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/powerpc/include/
int_mwgwtypes.h
71
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
74
typedef long int
int_fast64_t
;
typedef
78
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/alpha/include/
int_mwgwtypes.h
66
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
70
typedef long int
int_fast64_t
;
typedef
/src/sys/arch/hppa/include/
int_mwgwtypes.h
66
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
70
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/i386/include/
int_mwgwtypes.h
70
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
74
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/ia64/include/
int_mwgwtypes.h
66
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
70
typedef long int
int_fast64_t
;
typedef
/src/sys/arch/m68k/include/
int_mwgwtypes.h
69
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
73
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/sh3/include/
int_mwgwtypes.h
68
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
72
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/vax/include/
int_mwgwtypes.h
69
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
73
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/sparc/include/
int_mwgwtypes.h
89
typedef __COMPILER_INT64__
int_fast64_t
;
typedef
93
typedef long int
int_fast64_t
;
typedef
97
typedef long long int
int_fast64_t
;
typedef
/src/sys/arch/amd64/include/
int_mwgwtypes.h
63
typedef long int
int_fast64_t
;
typedef
/src/sys/sys/
common_int_mwgwtypes.h
61
typedef __INT_FAST64_TYPE__
int_fast64_t
;
typedef
/src/sys/arch/arm/include/
int_mwgwtypes.h
111
typedef __INT_FAST64_TYPE__
int_fast64_t
;
typedef
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdint.d
88
alias
int_fast64_t
= long; ///
122
alias
int_fast64_t
= int64_t; ///
168
alias
int_fast64_t
= long; ///
202
alias
int_fast64_t
= long; ///
236
alias
int_fast64_t
= int64_t; ///
270
alias
int_fast64_t
= long; ///
304
alias
int_fast64_t
= int64_t; ///
338
alias
int_fast64_t
= cpp_longlong; ///
372
alias
int_fast64_t
= long; ///
452
enum
int_fast64_t
INT_FAST64_MIN = int_fast64_t.min
[
all
...]
/src/tests/lib/libc/sync/
cpp_atomic_ops_linkable.cc
96
ATest<
int_fast64_t
>();
/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
stdint.h
71
using ::
int_fast64_t
;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdint.h
71
using ::
int_fast64_t
;
/src/external/mpl/bind/dist/lib/isc/include/isc/
types.h
78
typedef
int_fast64_t
isc_statscounter_t;
/src/external/mpl/bind/dist/tests/isc/
netmgr_common.h
60
extern
int_fast64_t
esends; /* expected sends */
167
int_fast64_t
__r = WAIT_REPEATS; \
168
int_fast64_t
__o = 0; \
170
int_fast64_t
__l = atomic_load(&v); \
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
types.h
91
typedef
int_fast64_t
isc_statscounter_t;
/src/lib/libc/time/
private.h
407
typedef long
int_fast64_t
;
typedef
412
typedef long long
int_fast64_t
;
typedef
1136
#define SECSPERREPEAT ((
int_fast64_t
) DAYSPERREPEAT * SECSPERDAY)
1209
extern
int_fast64_t
__lcl_get_monotonic_time(void);
1212
void tzset_unlocked(bool, bool,
int_fast64_t
);
localtime.c
55
typedef
int_fast64_t
__time_t;
508
that are not two's complement it is
int_fast64_t
. */
512
typedef
int_fast64_t
int_fast32_2s;
742
static
int_fast64_t
745
register
int_fast64_t
result;
747
int_fast64_t
one = 1;
748
int_fast64_t
halfmaxval = one << (64 - 2);
749
int_fast64_t
maxval = halfmaxval - 1 + halfmaxval;
750
int_fast64_t
minval = -TWOS_COMPLEMENT(
int_fast64_t
) - maxval
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h
106
typedef _Atomic(
int_fast64_t
) atomic_int_fast64_t;
/src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h
107
typedef int64_t
int_fast64_t
;
typedef
/src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h
107
typedef int64_t
int_fast64_t
;
typedef
Completed in 38 milliseconds
1
2
3
4
5
Indexes created Mon Apr 13 00:22:24 UTC 2026