OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIx32
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/mips/mips/
trap.c
311
panic("%ctlbmod: %#"PRIxVADDR": invalid pte %#"
PRIx32
339
KASSERTMSG(pte_valid_p(pte), "%#"
PRIx32
, pte_value(pte));
/src/sys/arch/alpha/include/
int_fmtio.h
108
#define
PRIx32
"x" /* uint32_t */
123
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/amd64/include/
int_fmtio.h
111
#define
PRIx32
"x" /* uint32_t */
126
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/arm/include/
int_fmtio.h
159
#define
PRIx32
"x" /* uint32_t */
187
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/hppa/include/
int_fmtio.h
108
#define
PRIx32
"x" /* uint32_t */
123
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/i386/include/
int_fmtio.h
109
#define
PRIx32
"x" /* uint32_t */
124
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/ia64/include/
int_fmtio.h
108
#define
PRIx32
"x" /* uint32_t */
123
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/m68k/include/
int_fmtio.h
108
#define
PRIx32
"x" /* uint32_t */
123
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/mips/include/
int_fmtio.h
179
#define
PRIx32
"x" /* uint32_t */
211
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/or1k/include/
int_fmtio.h
107
#define
PRIx32
"x" /* uint32_t */
122
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/powerpc/include/
int_fmtio.h
164
#define
PRIx32
"x" /* uint32_t */
193
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/riscv/include/
int_fmtio.h
167
#define
PRIx32
"x" /* uint32_t */
197
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/sh3/include/
int_fmtio.h
108
#define
PRIx32
"x" /* uint32_t */
123
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/sparc/include/
int_fmtio.h
178
#define
PRIx32
"x" /* uint32_t */
209
#define
PRIX32
"X" /* uint32_t */
/src/sys/arch/vax/include/
int_fmtio.h
108
#define
PRIx32
"x" /* uint32_t */
123
#define
PRIX32
"X" /* uint32_t */
/src/sys/sys/
common_int_fmtio.h
108
#define
PRIx32
__UINT32_FMTx__
123
#define
PRIX32
__UINT32_FMTX__
/src/tools/compat/
compat_defs.h
841
#ifndef
PRIx32
842
#define
PRIx32
"x"
844
#ifndef
PRIX32
845
#define
PRIX32
"X"
879
#ifndef
PRIx32
880
#define
PRIx32
"lx"
882
#ifndef
PRIX32
883
#define
PRIX32
"lX"
905
defined(PRIu32) && defined(
PRIx32
) && defined(
PRIX32
))
[
all
...]
Completed in 39 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026