Searched defs:__STDC_FORMAT_MACROS (Results 1 - 19 of 19) sorted by relevance

/external/chromium/base/
H A Dformat_macros.h31 #error "without __STDC_FORMAT_MACROS defined."
34 #if !defined(__STDC_FORMAT_MACROS)
35 #define __STDC_FORMAT_MACROS macro
/external/chromium_org/base/
H A Dformat_macros.h30 #error "without __STDC_FORMAT_MACROS defined."
33 #if !defined(__STDC_FORMAT_MACROS)
34 #define __STDC_FORMAT_MACROS macro
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dgen_matypes.c35 #ifndef __STDC_FORMAT_MACROS
36 #define __STDC_FORMAT_MACROS macro
/external/mesa3d/src/mesa/x86/
H A Dgen_matypes.c35 #ifndef __STDC_FORMAT_MACROS
36 #define __STDC_FORMAT_MACROS macro
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h43 #if defined(__cplusplus) && !defined(__STDC_FORMAT_MACROS)
44 #define __STDC_FORMAT_MACROS macro
/external/qemu/elff/
H A Ddwarf_utils.cc18 #define __STDC_FORMAT_MACROS 1 macro
/external/chromium_org/third_party/WebKit/Source/
H A Dconfig.h166 #ifndef __STDC_FORMAT_MACROS
167 #define __STDC_FORMAT_MACROS 1 macro
/external/qemu/android/utils/
H A Dsystem.h17 #define __STDC_FORMAT_MACROS 1 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dconfig_freebsd.h265 #ifndef __STDC_FORMAT_MACROS
266 # define __STDC_FORMAT_MACROS 1 macro
H A Dconfig_android.h255 #ifndef __STDC_FORMAT_MACROS
256 # define __STDC_FORMAT_MACROS 1 macro
H A Dconfig_linux.h255 #ifndef __STDC_FORMAT_MACROS
256 # define __STDC_FORMAT_MACROS 1 macro
H A Dconfig_win.h284 #ifndef __STDC_FORMAT_MACROS
285 # define __STDC_FORMAT_MACROS 1 macro
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dconfig.h279 #ifndef __STDC_FORMAT_MACROS
280 # define __STDC_FORMAT_MACROS 1 macro
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dconfig.h279 #ifndef __STDC_FORMAT_MACROS
280 # define __STDC_FORMAT_MACROS 1 macro
/external/bison/darwin-lib/
H A Dinttypes.h37 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
38 # define __STDC_FORMAT_MACROS 1 macro
/external/bison/lib/
H A Dinttypes.in.h36 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
37 # define __STDC_FORMAT_MACROS 1 macro
/external/bison/linux-lib/
H A Dinttypes.h37 # if defined __cplusplus && ! defined __STDC_FORMAT_MACROS
38 # define __STDC_FORMAT_MACROS 1 macro
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc92 // This comes first to ensure we define __STDC_FORMAT_MACROS in time.
94 #ifndef __STDC_FORMAT_MACROS
95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc. macro
/external/open-vcdiff/gflags/src/
H A Dgflags.cc92 // This comes first to ensure we define __STDC_FORMAT_MACROS in time.
94 #ifndef __STDC_FORMAT_MACROS
95 # define __STDC_FORMAT_MACROS 1 // gcc requires this to get PRId64, etc. macro

Completed in 625 milliseconds