OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIdLEAST64
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/include/
inttypes.h
59
#define
PRIdLEAST64
__PRI_64_prefix"d" /* int_least64_t */
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_fmtio.h
55
#define
PRIdLEAST64
"ld" /* int_least64_t */
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_fmtio.h
55
#define
PRIdLEAST64
"ld" /* int_least64_t */
/external/e2fsprogs/intl/
loadmsgcat.c
267
#if !defined
PRIdLEAST64
|| PRI_MACROS_BROKEN
268
# undef
PRIdLEAST64
269
# define
PRIdLEAST64
PRId64
633
return
PRIdLEAST64
;
[
all
...]
/external/libusb/msvc/
inttypes.h
60
#define
PRIdLEAST64
"I64d"
/external/u-boot/include/
inttypes.h
62
# define
PRIdLEAST64
__PRI64_PREFIX "d"
/external/python/cpython2/Lib/plat-sunos5/
TYPES.py
116
PRIdLEAST64
= "ld"
117
PRIdLEAST64
= "lld"
Completed in 187 milliseconds