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
417
typedef long
int_fast64_t
;
typedef
422
typedef long long
int_fast64_t
;
typedef
1158
#define SECSPERREPEAT ((
int_fast64_t
) DAYSPERREPEAT * SECSPERDAY)
1232
extern
int_fast64_t
__lcl_get_monotonic_time(void);
1235
void tzset_unlocked(bool, bool,
int_fast64_t
);
localtime.c
55
typedef
int_fast64_t
__time_t;
522
that are not two's complement it is
int_fast64_t
. */
526
typedef
int_fast64_t
int_fast32_2s;
750
static
int_fast64_t
753
register
int_fast64_t
result;
755
int_fast64_t
one = 1;
756
int_fast64_t
halfmaxval = one << (64 - 2);
757
int_fast64_t
maxval = halfmaxval - 1 + halfmaxval;
758
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/gpl2/xcvs/dist/lib/
stdint_.h
118
typedef int64_t
int_fast64_t
;
typedef
/src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h
107
typedef int64_t
int_fast64_t
;
typedef
Completed in 33 milliseconds
1
2
3
4
5
Indexes created Wed Sep 23 00:26:21 UTC 2026