OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIXFAST8
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/include/
inttypes.h
134
#define
PRIxFAST8
"x" /* uint_fast8_t */
152
#define
PRIXFAST8
"X" /* uint_fast8_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
118
#define
PRIxFAST8
"x" /* uint_fast8_t */
133
#define
PRIXFAST8
"X" /* uint_fast8_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
118
#define
PRIxFAST8
"x" /* uint_fast8_t */
133
#define
PRIXFAST8
"X" /* uint_fast8_t */
/external/e2fsprogs/intl/
loadmsgcat.c
307
#if !defined
PRIxFAST8
|| PRI_MACROS_BROKEN
308
# undef
PRIxFAST8
309
# define
PRIxFAST8
"x"
311
#if !defined
PRIXFAST8
|| PRI_MACROS_BROKEN
312
# undef
PRIXFAST8
313
# define
PRIXFAST8
"X"
661
return
PRIxFAST8
;
663
return
PRIXFAST8
;
[
all
...]
/external/libusb/msvc/
inttypes.h
132
#define
PRIxFAST8
"x"
149
#define
PRIXFAST8
"X"
/external/u-boot/include/
inttypes.h
128
# define
PRIxFAST8
"x"
144
# define
PRIXFAST8
"X"
Completed in 206 milliseconds