Searched refs:__STDC_LIMIT_MACROS (Results 1 - 25 of 41) sorted by relevance

12

/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/llvm/utils/FileCheck/
H A DAndroid.mk16 LOCAL_CFLAGS += -D __STDC_LIMIT_MACROS -D __STDC_CONSTANT_MACROS
/external/skia/include/gpu/
H A DGrConfig.h70 #ifndef __STDC_LIMIT_MACROS
71 #define __STDC_LIMIT_MACROS macro
/external/gptfdisk/
H A Ddiskio.cc15 #define __STDC_LIMIT_MACROS macro
H A Dattributes.cc9 #define __STDC_LIMIT_MACROS macro
H A Dguid.cc14 #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
/external/vixl/src/vixl/
H A Dglobals.h35 #ifndef __STDC_LIMIT_MACROS
36 #define __STDC_LIMIT_MACROS macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake52 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
56 #if !defined(__STDC_LIMIT_MACROS)
57 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
H A DDataTypes.h.in52 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
56 #if !defined(__STDC_LIMIT_MACROS)
57 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
H A DDataTypes.h44 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
48 #if !defined(__STDC_LIMIT_MACROS)
49 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp35 #ifndef __STDC_LIMIT_MACROS
36 #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/opencv3/3rdparty/include/
H A Dmsc_stdint.h100 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
192 #endif // __STDC_LIMIT_MACROS ]
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h129 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
221 #endif // __STDC_LIMIT_MACROS ]
/external/libvncserver/compat/msvc/
H A Dstdint.h129 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
221 #endif // __STDC_LIMIT_MACROS ]
/external/mesa3d/include/c99/
H A Dstdint.h129 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
221 #endif // __STDC_LIMIT_MACROS ]
/external/bison/darwin-lib/
H A Dstdint.h68 # ifndef __STDC_LIMIT_MACROS
69 # define __STDC_LIMIT_MACROS 1 macro
/external/bison/lib/
H A Dstdint.in.h67 # ifndef __STDC_LIMIT_MACROS
68 # define __STDC_LIMIT_MACROS 1
/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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
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

Completed in 212 milliseconds

12