HomeSort by relevance Sort by last modified time
    Searched defs:PRId32 (Results 51 - 60 of 60) sorted by null

1 23

  /external/bison/lib/
inttypes.in.h 147 #if !defined PRId32 || @PRI_MACROS_BROKEN@
148 # undef PRId32
150 # define PRId32 "d"
  /external/bison/linux-lib/
inttypes.h 459 #if !defined PRId32 || 0
460 # undef PRId32
462 # define PRId32 "d"
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc 134 // If we have inttypes.h, it will have defined PRId32/etc for us. If
136 #ifndef PRId32
137 # define PRId32 "d"
361 snprintf(intbuf, sizeof(intbuf), "%"PRId32, VALUE_AS(int32));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
inttypes.h 66 #define PRId32 "d"
  /external/chromium_org/third_party/mesa/src/include/c99/
inttypes.h 71 #define PRId32 "I32d"
  /external/mesa3d/include/c99/
inttypes.h 71 #define PRId32 "I32d"
  /external/open-vcdiff/gflags/src/
gflags.cc 135 // If we have inttypes.h, it will have defined PRId32/etc for us. If
137 #ifndef PRId32
138 # define PRId32 "d"
361 snprintf(intbuf, sizeof(intbuf), "%"PRId32, VALUE_AS(int32));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
inttypes.h 62 # define PRId32 "d"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 62 # define PRId32 "d"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
inttypes.h 62 # define PRId32 "d"

Completed in 687 milliseconds

1 23