OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIX64
(Results
1 - 25
of
78
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/config/llvm/Support/
DataTypes.h
103
#define
PRIx64
"I64x"
104
#define
PRIX64
"I64X"
/src/external/public-domain/xz/dist/src/common/
sysdefs.h
82
# ifndef
PRIx64
83
# define
PRIx64
"llx"
85
# ifndef
PRIX64
86
# define
PRIX64
"llX"
95
# ifndef
PRIx64
96
# define
PRIx64
"lx"
98
# ifndef
PRIX64
99
# define
PRIX64
"lX"
/src/external/gpl3/gcc.old/dist/gcc/
hwint.h
94
#undef
PRIx64
95
#define
PRIx64
GCC_PRI64 "x"
96
#undef
PRIX64
97
#define
PRIX64
GCC_PRI64 "X"
113
#define HOST_WIDE_INT_PRINT_HEX "%#"
PRIx64
114
#define HOST_WIDE_INT_PRINT_HEX_PURE "%"
PRIx64
115
#define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%"
PRIx64
"%016"
PRIx64
116
#define HOST_WIDE_INT_PRINT_PADDED_HEX "%016"
PRIx64
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gem.c
604
"va_address 0x%"
PRIX64
" is in reserved area 0x%"
PRIX64
"\n",
612
"va_address 0x%"
PRIX64
" is in VA hole 0x%"
PRIX64
"-0x%"
PRIX64
"\n",
/src/external/gpl3/gcc/dist/gcc/
hwint.h
94
#undef
PRIx64
95
#define
PRIx64
GCC_PRI64 "x"
96
#undef
PRIX64
97
#define
PRIX64
GCC_PRI64 "X"
113
#define HOST_WIDE_INT_PRINT_HEX "%#"
PRIx64
114
#define HOST_WIDE_INT_PRINT_HEX_PURE "%"
PRIx64
115
#define HOST_WIDE_INT_PRINT_DOUBLE_HEX "0x%"
PRIx64
"%016"
PRIx64
116
#define HOST_WIDE_INT_PRINT_PADDED_HEX "%016"
PRIx64
/src/sys/arch/alpha/include/
int_fmtio.h
109
#define
PRIx64
"lx" /* uint64_t */
124
#define
PRIX64
"lX" /* uint64_t */
/src/sys/arch/amd64/include/
int_fmtio.h
112
#define
PRIx64
"lx" /* uint64_t */
127
#define
PRIX64
"lX" /* uint64_t */
/src/sys/arch/arm/include/
int_fmtio.h
161
#define
PRIx64
"llx" /* uint64_t */
163
#define
PRIx64
"lx" /* uint64_t */
189
#define
PRIX64
"llX" /* uint64_t */
191
#define
PRIX64
"lX" /* uint64_t */
/src/sys/arch/hppa/include/
int_fmtio.h
109
#define
PRIx64
"llx" /* uint64_t */
124
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/i386/include/
int_fmtio.h
110
#define
PRIx64
"llx" /* uint64_t */
125
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/ia64/include/
int_fmtio.h
109
#define
PRIx64
"lx" /* uint64_t */
124
#define
PRIX64
"lX" /* uint64_t */
/src/sys/arch/m68k/include/
int_fmtio.h
109
#define
PRIx64
"llx" /* uint64_t */
124
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/mips/include/
int_fmtio.h
181
#define
PRIx64
"lx" /* uint64_t */
183
#define
PRIx64
"llx" /* uint64_t */
213
#define
PRIX64
"lX" /* uint64_t */
215
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/or1k/include/
int_fmtio.h
108
#define
PRIx64
"llx" /* uint64_t */
123
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/powerpc/include/
int_fmtio.h
166
#define
PRIx64
"lx" /* uint64_t */
168
#define
PRIx64
"llx" /* uint64_t */
195
#define
PRIX64
"lX" /* uint64_t */
197
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/riscv/include/
int_fmtio.h
169
#define
PRIx64
"lx" /* uint64_t */
171
#define
PRIx64
"llx" /* uint64_t */
199
#define
PRIX64
"lX" /* uint64_t */
201
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/sh3/include/
int_fmtio.h
109
#define
PRIx64
"llx" /* uint64_t */
124
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/sparc/include/
int_fmtio.h
180
#define
PRIx64
"lx" /* uint64_t */
182
#define
PRIx64
"llx" /* uint64_t */
211
#define
PRIX64
"lX" /* uint64_t */
213
#define
PRIX64
"llX" /* uint64_t */
/src/sys/arch/vax/include/
int_fmtio.h
109
#define
PRIx64
"llx" /* uint64_t */
124
#define
PRIX64
"llX" /* uint64_t */
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
loadmsgcat.c
195
#if !defined
PRIx64
|| PRI_MACROS_BROKEN
196
# undef
PRIx64
197
# define
PRIx64
(sizeof (long) == 8 ? "lx" : "llx")
199
#if !defined
PRIX64
|| PRI_MACROS_BROKEN
200
# undef
PRIX64
201
# define
PRIX64
(sizeof (long) == 8 ? "lX" : "llX")
293
# define PRIxLEAST64
PRIx64
297
# define PRIXLEAST64
PRIX64
389
# define PRIxFAST64
PRIx64
393
# define PRIXFAST64
PRIX64
[
all
...]
/src/external/gpl2/texinfo/dist/intl/
loadmsgcat.c
189
#if !defined
PRIx64
|| PRI_MACROS_BROKEN
190
# undef
PRIx64
191
# define
PRIx64
(sizeof (long) == 8 ? "lx" : "llx")
193
#if !defined
PRIX64
|| PRI_MACROS_BROKEN
194
# undef
PRIX64
195
# define
PRIX64
(sizeof (long) == 8 ? "lX" : "llX")
287
# define PRIxLEAST64
PRIx64
291
# define PRIXLEAST64
PRIX64
383
# define PRIxFAST64
PRIx64
387
# define PRIXFAST64
PRIX64
[
all
...]
/src/external/gpl3/gcc.old/dist/intl/
loadmsgcat.c
187
#if !defined
PRIx64
|| PRI_MACROS_BROKEN
188
# undef
PRIx64
189
# define
PRIx64
(sizeof (long) == 8 ? "lx" : "llx")
191
#if !defined
PRIX64
|| PRI_MACROS_BROKEN
192
# undef
PRIX64
193
# define
PRIX64
(sizeof (long) == 8 ? "lX" : "llX")
285
# define PRIxLEAST64
PRIx64
289
# define PRIXLEAST64
PRIX64
381
# define PRIxFAST64
PRIx64
385
# define PRIXFAST64
PRIX64
[
all
...]
/src/sys/sys/
common_int_fmtio.h
109
#define
PRIx64
__UINT64_FMTx__
124
#define
PRIX64
__UINT64_FMTX__
/src/tools/compat/
compat_defs.h
926
#ifndef
PRIx64
927
#define
PRIx64
"lx"
929
#ifndef
PRIX64
930
#define
PRIX64
"lX"
964
#ifndef
PRIx64
965
#define
PRIx64
"llx"
967
#ifndef
PRIX64
968
#define
PRIX64
"llX"
990
defined(PRIu64) && defined(
PRIx64
) && defined(
PRIX64
))
[
all
...]
/src/external/gpl3/gdb/dist/gnulib/import/
inttypes.in.h
200
# if !defined
PRIx64
201
# define
PRIx64
_PRIu64_PREFIX "x"
203
# if !defined
PRIX64
204
# define
PRIX64
_PRIu64_PREFIX "X"
278
# define PRIxLEAST64
PRIx64
281
# define PRIXLEAST64
PRIX64
315
# define PRIxFAST8
PRIx64
322
# define PRIXFAST8
PRIX64
357
# define PRIxFAST16
PRIx64
364
# define PRIXFAST16
PRIX64
[
all
...]
Completed in 58 milliseconds
1
2
3
4
Indexes created Sun Mar 01 05:31:48 UTC 2026