Searched defs:PRId64 (Results 1 - 11 of 11) sorted by relevance

/external/chromium/base/
H A Dformat_macros.h13 // printf("xyz:%" PRId64, value);
29 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
42 #define WidePRId64 PRId64
52 #if !defined(PRId64)
53 #define PRId64 "I64d" macro
/external/tcpdump/missing/
H A Dbittypes.h87 #ifndef PRId64
89 #define PRId64 "I64d" macro
91 #define PRId64 "lld" macro
93 #endif /* PRId64 */
/external/libvpx/vpx/
H A Dvpx_integer.h30 #define PRId64 "I64d" macro
/external/qemu/android/utils/
H A Dsystem.h17 #include <inttypes.h> /* for PRId64 et al. */
170 #ifndef PRId64
171 # define PRId64 "lld" macro
/external/libvpx/vpx_ports/
H A Dvpxtypes.h80 # define VPX64 PRId64
83 # undef PRId64 macro
84 # define PRId64 "lld" macro
85 # define VPX64 PRId64
88 # undef PRId64 macro
89 # define PRId64 "I64d" macro
90 # define VPX64 PRId64
95 # undef PRId64 macro
96 # define PRId64 "lld" macro
97 # define VPX64 PRId64
100 # undef PRId64 macro
101 # define PRId64 macro
[all...]
/external/tcpdump/
H A Dacconfig.h110 #undef PRId64 macro
/external/e2fsprogs/intl/
H A Dloadmsgcat.c171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64 macro
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld") macro
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64;
/external/qemu/
H A Dqemu-common.h114 #define PRId64 "I64d" macro
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc.
139 #ifndef PRId64
140 # define PRId64 "lld" macro
364 snprintf(intbuf, sizeof(intbuf), "%"PRId64, VALUE_AS(int64));
/external/mesa3d/include/c99/
H A Dinttypes.h78 #define PRId64 "I64d" macro
/external/webkit/Source/JavaScriptCore/os-win32/
H A Dinttypes.h73 #define PRId64 "I64d" macro

Completed in 287 milliseconds