OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIXFAST64
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/include/
inttypes.h
137
#define
PRIxFAST64
__PRI_64_prefix"x" /* uint_fast64_t */
155
#define
PRIXFAST64
__PRI_64_prefix"X" /* uint_fast64_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
121
#define
PRIxFAST64
"lx" /* uint_fast64_t */
136
#define
PRIXFAST64
"lX" /* uint_fast64_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
121
#define
PRIxFAST64
"lx" /* uint_fast64_t */
136
#define
PRIXFAST64
"lX" /* uint_fast64_t */
/external/e2fsprogs/intl/
loadmsgcat.c
379
#if !defined
PRIxFAST64
|| PRI_MACROS_BROKEN
380
# undef
PRIxFAST64
381
# define
PRIxFAST64
PRIx64
383
#if !defined
PRIXFAST64
|| PRI_MACROS_BROKEN
384
# undef
PRIXFAST64
385
# define
PRIXFAST64
PRIX64
709
return
PRIxFAST64
;
711
return
PRIXFAST64
;
[
all
...]
/external/libusb/msvc/
inttypes.h
135
#define
PRIxFAST64
"I64x"
152
#define
PRIXFAST64
"I64X"
/external/u-boot/include/
inttypes.h
131
# define
PRIxFAST64
__PRI64_PREFIX "x"
147
# define
PRIXFAST64
__PRI64_PREFIX "X"
Completed in 145 milliseconds