OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT64_C
(Results
1 - 25
of
81
) sorted by relevancy
1
2
3
4
/src/sys/arch/mips/mips/
locore_octeon.S
158
#define
UINT64_C
(x) (x)
/src/sys/arch/alpha/include/
int_const.h
52
#define
UINT64_C
(c) c ## UL
/src/sys/arch/amd64/include/
int_const.h
55
#define
UINT64_C
(c) c ## UL
/src/sys/arch/arm/include/
int_const.h
57
#define
UINT64_C
(c) c ## UL
59
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/hppa/include/
int_const.h
49
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/i386/include/
int_const.h
53
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/ia64/include/
int_const.h
53
#define
UINT64_C
(c) c ## UL
/src/sys/arch/m68k/include/
int_const.h
52
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/mips/include/
int_const.h
57
#define
UINT64_C
(c) c ## UL
59
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/powerpc/include/
int_const.h
57
#define
UINT64_C
(c) c ## UL
59
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/sh3/include/
int_const.h
52
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/sparc/include/
int_const.h
57
#define
UINT64_C
(c) c ## UL
59
#define
UINT64_C
(c) c ## ULL
/src/sys/arch/vax/include/
int_const.h
52
#define
UINT64_C
(c) c ## ULL
/src/sys/sys/
common_int_const.h
55
#define
UINT64_C
(c) __int_join(c, __UINT64_C_SUFFIX__)
/src/external/public-domain/xz/dist/src/liblzma/api/
lzma.h
46
* - stdint.h: uint8_t, uint32_t, uint64_t, UINT32_C(n),
uint64_C
(n),
82
# if !defined(UINT32_C) || !defined(
UINT64_C
) \
143
# ifndef
UINT64_C
145
# define
UINT64_C
(n) n ## UI64
150
# define
UINT64_C
(n) n ## ULL
152
# define
UINT64_C
(n) n ## UL
162
# define UINT64_MAX (
UINT64_C
(18446744073709551615))
/src/crypto/external/apache2/openssl/dist/include/internal/
numbers.h
71
#ifndef
UINT64_C
72
#define
UINT64_C
(c) (c##UL)
83
#ifndef
UINT64_C
84
#define
UINT64_C
(c) (c##ULL)
/src/external/public-domain/xz/dist/src/common/
sysdefs.h
93
# ifndef
UINT64_C
94
# define
UINT64_C
(n) n ## ULL
106
# ifndef
UINT64_C
107
# define
UINT64_C
(n) n ## UL
120
# define UINT64_MAX
UINT64_C
(18446744073709551615)
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_lib.h
36
# undef
UINT64_C
37
# define
UINT64_C
(c) (c ## ULL)
66
#define REP_C
UINT64_C
140
#define Word_LoMask
UINT64_C
(0x00000000ffffffff)
141
#define Word_HiMask
UINT64_C
(0xffffffff00000000)
142
#define Word_FullMask
UINT64_C
(0xffffffffffffffff)
/src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdint.h
238
#define
UINT64_C
(val) val##ui64
242
#define UINTMAX_C
UINT64_C
/src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdint.h
238
#define
UINT64_C
(val) val##ui64
242
#define UINTMAX_C
UINT64_C
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdint_.h
455
#undef
UINT64_C
464
# define
UINT64_C
(x) x##UL
466
# define
UINT64_C
(x) x##ui64
468
# define
UINT64_C
(x) x##ULL
486
# define UINTMAX_C(x)
UINT64_C
(x)
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdint_.h
455
#undef
UINT64_C
464
# define
UINT64_C
(x) x##UL
466
# define
UINT64_C
(x) x##ui64
468
# define
UINT64_C
(x) x##ULL
486
# define UINTMAX_C(x)
UINT64_C
(x)
/src/external/gpl2/xcvs/dist/lib/
stdint_.h
254
#define
UINT64_C
(x) x##UL
257
#define
UINT64_C
(x) x##ULL
260
#define
UINT64_C
(x) x##ui64
/src/external/mit/libuv/dist/include/uv/
stdint-msvc2008.h
238
#define
UINT64_C
(val) val##ui64
242
#define UINTMAX_C
UINT64_C
/src/external/gpl3/gcc/dist/gcc/ginclude/
stdint-gcc.h
253
#undef
UINT64_C
254
#define
UINT64_C
(c) __UINT64_C(c)
Completed in 73 milliseconds
1
2
3
4
Indexes created Sat Apr 18 00:22:28 UTC 2026