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

123

/external/libcxx/include/
H A Dstdint.h109 for C++11 unless __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS
112 #if defined(__cplusplus) && !defined(__STDC_LIMIT_MACROS)
113 # define __STDC_LIMIT_MACROS macro
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h47 #if !defined(__STDC_LIMIT_MACROS)
48 #define __STDC_LIMIT_MACROS macro
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h31 * \def __STDC_LIMIT_MACROS
34 * We need to define __STDC_LIMIT_MACROS before including stdint.h in C++ code
38 #ifndef __STDC_LIMIT_MACROS
39 #define __STDC_LIMIT_MACROS macro
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h63 #ifndef __STDC_LIMIT_MACROS
64 #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/skqp/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
/external/vixl/src/
H A Dglobals-vixl.h35 #ifndef __STDC_LIMIT_MACROS
36 #define __STDC_LIMIT_MACROS macro
/external/llvm/include/llvm/Support/
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/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
H A DDataTypes.h.cmake43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 # error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h43 /* Note that this header's correct operation depends on __STDC_LIMIT_MACROS
47 #if !defined(__STDC_LIMIT_MACROS)
48 #error "Must #define __STDC_LIMIT_MACROS before #including Support/DataTypes.h"
/external/syslinux/dos/
H A Dstdint.h57 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
/external/syslinux/com32/include/
H A Dstdint.h29 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
/external/libpcap/
H A Dscanner.h47 /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
50 #ifndef __STDC_LIMIT_MACROS
51 #define __STDC_LIMIT_MACROS 1 macro
/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/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h114 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
206 #endif // __STDC_LIMIT_MACROS ]

Completed in 655 milliseconds

123