OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIo64
(Results
1 - 12
of
12
) sorted by null
/external/tcpdump/missing/
bittypes.h
95
#ifndef
PRIo64
97
#define
PRIo64
"I64o"
99
#define
PRIo64
"llo"
101
#endif /*
PRIo64
*/
/external/tcpdump/
acconfig.h
111
#undef
PRIo64
/external/qemu/
qemu-common.h
69
#define
PRIo64
"I64o"
/bionic/libc/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/development/ndk/platforms/android-3/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/external/e2fsprogs/intl/
loadmsgcat.c
179
#if !defined
PRIo64
|| PRI_MACROS_BROKEN
180
# undef
PRIo64
181
# define
PRIo64
(sizeof (long) == 8 ? "lo" : "llo")
277
# define PRIoLEAST64
PRIo64
373
# define PRIoFAST64
PRIo64
570
return
PRIo64
;
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
inttypes.h
83
#define
PRIo64
"llo" /* int64_t */
Completed in 4706 milliseconds