HomeSort by relevance Sort by last modified time
    Searched defs:PRId64 (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/base/
format_macros.h 12 // printf("xyz:%" PRId64, value);
28 #if (defined(_INTTYPES_H) || defined(_INTTYPES_H_)) && !defined(PRId64)
41 #define WidePRId64 PRId64
79 #if !defined(PRId64)
80 #define PRId64 "I64d"
  /external/libpcap/Win32/Include/
bittypes.h 57 #ifndef PRId64
59 #define PRId64 "I64d"
61 #define PRId64 "lld"
63 #endif /* PRId64 */
  /external/libvpx/libvpx/vpx/
vpx_integer.h 52 #define PRId64 "I64d"
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_integer.h 61 #define PRId64 "I64d"
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 36 #include <inttypes.h> // gets us PRId64, etc
45 #include <inttypes.h> // uint16_t might be here; PRId64 too.
97 #ifndef PRId64
98 #define PRId64 "lld"
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 36 #include <inttypes.h> // gets us PRId64, etc
45 #include <inttypes.h> // uint16_t might be here; PRId64 too.
97 #ifndef PRId64
98 #define PRId64 "lld"
  /external/compiler-rt/SDKs/darwin/usr/include/
inttypes.h 29 #define PRId64 __INTTYPE_PRI64__ "d"
  /external/llvm/include/llvm/Support/
DataTypes.h 171 #ifndef PRId64
172 # define PRId64 "I64d"
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 334 #define PRId64 "I64d"
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 331 #define PRId64 "I64d"
  /bionic/libc/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /development/ndk/platforms/android-3/include/
inttypes.h 46 #define PRId64 "lld" /* int64_t */
  /development/ndk/platforms/android-L/include/
inttypes.h 53 #define PRId64 __PRI_64_prefix"d" /* int64_t */
  /external/chromium_org/third_party/libusb/src/msvc/
inttypes.h 55 #define PRId64 "I64d"
  /external/e2fsprogs/intl/
loadmsgcat.c 171 #if !defined PRId64 || PRI_MACROS_BROKEN
172 # undef PRId64
173 # define PRId64 (sizeof (long) == 8 ? "ld" : "lld")
269 # define PRIdLEAST64 PRId64
365 # define PRIdFAST64 PRId64
566 return PRId64;
    [all...]
  /external/bison/darwin-lib/
inttypes.h 503 # if !defined PRId64 || 0
504 # undef PRId64
505 # define PRId64 _PRI64_PREFIX "d"
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
    [all...]
  /external/bison/lib/
inttypes.in.h 191 # if !defined PRId64 || @PRI_MACROS_BROKEN@
192 # undef PRId64
193 # define PRId64 _PRI64_PREFIX "d"
301 # define PRIdLEAST64 PRId64
330 # define PRIdFAST8 PRId64
378 # define PRIdFAST16 PRId64
426 # define PRIdFAST32 PRId64
474 # define PRIdFAST64 PRId64
503 # define PRIdMAX PRId64
  /external/bison/linux-lib/
inttypes.h 503 # if !defined PRId64 || 0
504 # undef PRId64
505 # define PRId64 _PRI64_PREFIX "d"
613 # define PRIdLEAST64 PRId64
642 # define PRIdFAST8 PRId64
690 # define PRIdFAST16 PRId64
738 # define PRIdFAST32 PRId64
786 # define PRIdFAST64 PRId64
815 # define PRIdMAX PRId64
    [all...]
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 78 #define PRId64 "I64d"
  /external/jemalloc/include/msvc_compat/C99/
inttypes.h 86 #define PRId64 __PRI64_PREFIX "d"
  /external/mesa3d/include/c99/
inttypes.h 78 #define PRId64 "I64d"

Completed in 2122 milliseconds