OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIXFAST16
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/include/
inttypes.h
135
#define
PRIxFAST16
__PRI_FAST_prefix"x" /* uint_fast16_t */
153
#define
PRIXFAST16
__PRI_FAST_prefix"X" /* uint_fast16_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
119
#define
PRIxFAST16
"x" /* uint_fast16_t */
134
#define
PRIXFAST16
"X" /* uint_fast16_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
119
#define
PRIxFAST16
"x" /* uint_fast16_t */
134
#define
PRIXFAST16
"X" /* uint_fast16_t */
/external/e2fsprogs/intl/
loadmsgcat.c
331
#if !defined
PRIxFAST16
|| PRI_MACROS_BROKEN
332
# undef
PRIxFAST16
333
# define
PRIxFAST16
"x"
335
#if !defined
PRIXFAST16
|| PRI_MACROS_BROKEN
336
# undef
PRIXFAST16
337
# define
PRIXFAST16
"X"
677
return
PRIxFAST16
;
679
return
PRIXFAST16
;
[
all
...]
/external/libusb/msvc/
inttypes.h
133
#define
PRIxFAST16
"x"
150
#define
PRIXFAST16
"X"
/external/u-boot/include/
inttypes.h
129
# define
PRIxFAST16
__PRIPTR_PREFIX "x"
145
# define
PRIXFAST16
__PRIPTR_PREFIX "X"
Completed in 113 milliseconds