OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIX8
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/arch/alpha/include/
int_fmtio.h
106
#define
PRIx8
"x" /* uint8_t */
121
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/amd64/include/
int_fmtio.h
109
#define
PRIx8
"x" /* uint8_t */
124
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/hppa/include/
int_fmtio.h
106
#define
PRIx8
"x" /* uint8_t */
121
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/i386/include/
int_fmtio.h
107
#define
PRIx8
"x" /* uint8_t */
122
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/ia64/include/
int_fmtio.h
106
#define
PRIx8
"x" /* uint8_t */
121
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/m68k/include/
int_fmtio.h
106
#define
PRIx8
"x" /* uint8_t */
121
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/or1k/include/
int_fmtio.h
105
#define
PRIx8
"x" /* uint8_t */
120
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/sh3/include/
int_fmtio.h
106
#define
PRIx8
"x" /* uint8_t */
121
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/vax/include/
int_fmtio.h
106
#define
PRIx8
"x" /* uint8_t */
121
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/arm/include/
int_fmtio.h
157
#define
PRIx8
"x" /* uint8_t */
185
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/mips/include/
int_fmtio.h
177
#define
PRIx8
"x" /* uint8_t */
209
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/powerpc/include/
int_fmtio.h
162
#define
PRIx8
"x" /* uint8_t */
191
#define
PRIX8
"X" /* uint8_t */
/src/sys/arch/riscv/include/
int_fmtio.h
165
#define
PRIx8
"hhx" /* uint8_t */
195
#define
PRIX8
"hhX" /* uint8_t */
/src/sys/arch/sparc/include/
int_fmtio.h
176
#define
PRIx8
"x" /* uint8_t */
207
#define
PRIX8
"X" /* uint8_t */
/src/lib/libintl/
sysdep.c
58
T_(
PRIX8
),
128
T_(
PRIx8
),
/src/sys/sys/
common_int_fmtio.h
106
#define
PRIx8
__UINT8_FMTx__
121
#define
PRIX8
__UINT8_FMTX__
/src/tests/include/
t_inttypes.c
134
PRINT(
PRIx8
, ui8);
149
PRINT(
PRIX8
, ui8);
/src/tools/compat/
compat_defs.h
747
#ifndef
PRIx8
748
#define
PRIx8
"hhx"
750
#ifndef
PRIX8
751
#define
PRIX8
"hhX"
773
defined(PRIu8) && defined(
PRIx8
) && defined(
PRIX8
))
Completed in 32 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026