Searched defs:__STDC_LIMIT_MACROS (Results 1 - 25 of 31) sorted by relevance

12

/external/gptfdisk/
H A Ddiskio.cc15 #define __STDC_LIMIT_MACROS macro
H A Dmbr.cc9 #define __STDC_LIMIT_MACROS macro
H A Dbsd.cc9 #define __STDC_LIMIT_MACROS macro
H A Ddiskio-unix.cc15 #define __STDC_LIMIT_MACROS macro
H A Ddiskio-windows.cc15 #define __STDC_LIMIT_MACROS macro
H A Dguid.cc14 #define __STDC_LIMIT_MACROS macro
H A Dparttypes.cc8 #define __STDC_LIMIT_MACROS macro
H A Dattributes.cc9 #define __STDC_LIMIT_MACROS macro
H A Dgptpart.cc15 #define __STDC_LIMIT_MACROS macro
H A Dmbrpart.cc20 #define __STDC_LIMIT_MACROS macro
H A Dsupport.cc9 #define __STDC_LIMIT_MACROS macro
H A Dbasicmbr.cc9 #define __STDC_LIMIT_MACROS macro
H A Dgpt.cc9 #define __STDC_LIMIT_MACROS macro
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h29 * \def __STDC_LIMIT_MACROS
32 * We need to define __STDC_LIMIT_MACROS before including stdint.h in C++ code
36 #ifndef __STDC_LIMIT_MACROS
37 #define __STDC_LIMIT_MACROS macro
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h58 # if !defined(__STDC_LIMIT_MACROS)
59 # define __STDC_LIMIT_MACROS macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h57 #ifndef __STDC_LIMIT_MACROS
58 #define __STDC_LIMIT_MACROS 1 macro
/external/skia/include/gpu/
H A DGrConfig.h70 #ifndef __STDC_LIMIT_MACROS
71 #define __STDC_LIMIT_MACROS macro
/external/vixl/src/vixl/
H A Dglobals.h35 #ifndef __STDC_LIMIT_MACROS
36 #define __STDC_LIMIT_MACROS macro
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp35 #ifndef __STDC_LIMIT_MACROS
36 #define __STDC_LIMIT_MACROS macro
/external/bison/darwin-lib/
H A Dstdint.h68 # ifndef __STDC_LIMIT_MACROS
69 # define __STDC_LIMIT_MACROS 1 macro
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc60 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
63 #ifndef __STDC_LIMIT_MACROS
64 #define __STDC_LIMIT_MACROS 1 macro
/external/bison/src/
H A Dscan-skel.c79 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
82 #ifndef __STDC_LIMIT_MACROS
83 #define __STDC_LIMIT_MACROS 1 macro
H A Dscan-code.c79 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
82 #ifndef __STDC_LIMIT_MACROS
83 #define __STDC_LIMIT_MACROS 1 macro
/external/clang/lib/Headers/
H A Dstdint.h36 // __STDC_LIMIT_MACROS is defined before <stdint.h> is included.
44 // the symbols __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS (mentioned in
53 # if !defined(__STDC_LIMIT_MACROS)
54 # define __STDC_LIMIT_MACROS macro
66 # undef __STDC_LIMIT_MACROS macro
470 * Note that C++ should not check __STDC_LIMIT_MACROS here, contrary to the
/external/libpcap/
H A Dscanner.c58 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
61 #ifndef __STDC_LIMIT_MACROS
62 #define __STDC_LIMIT_MACROS 1 macro

Completed in 3025 milliseconds

12