OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIuFAST64
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/include/
inttypes.h
119
#define
PRIuFAST64
__PRI_64_prefix"u" /* uint_fast64_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
106
#define
PRIuFAST64
"lu" /* uint_fast64_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
106
#define
PRIuFAST64
"lu" /* uint_fast64_t */
/external/e2fsprogs/intl/
loadmsgcat.c
375
#if !defined
PRIuFAST64
|| PRI_MACROS_BROKEN
376
# undef
PRIuFAST64
377
# define
PRIuFAST64
PRIu64
707
return
PRIuFAST64
;
[
all
...]
/external/libusb/msvc/
inttypes.h
118
#define
PRIuFAST64
"I64u"
/external/u-boot/include/
inttypes.h
115
# define
PRIuFAST64
__PRI64_PREFIX "u"
Completed in 758 milliseconds