/external/bc/include/ |
D | bc.h | 80 #define BC_PARSE_FLAG_BRACE (UINTMAX_C(1)<<0) 83 #define BC_PARSE_FLAG_FUNC_INNER (UINTMAX_C(1)<<1) 86 #define BC_PARSE_FLAG_FUNC (UINTMAX_C(1)<<2) 89 #define BC_PARSE_FLAG_BODY (UINTMAX_C(1)<<3) 92 #define BC_PARSE_FLAG_LOOP (UINTMAX_C(1)<<4) 95 #define BC_PARSE_FLAG_LOOP_INNER (UINTMAX_C(1)<<5) 98 #define BC_PARSE_FLAG_IF (UINTMAX_C(1)<<6) 101 #define BC_PARSE_FLAG_ELSE (UINTMAX_C(1)<<7) 104 #define BC_PARSE_FLAG_IF_END (UINTMAX_C(1)<<8) 122 ((UINTMAX_C(e1) << 7) | (UINTMAX_C(e2) << 6) | (UINTMAX_C(e3) << 5) | \ [all …]
|
D | parse.h | 48 #define BC_PARSE_REL (UINTMAX_C(1)<<0) 49 #define BC_PARSE_PRINT (UINTMAX_C(1)<<1) 50 #define BC_PARSE_NOCALL (UINTMAX_C(1)<<2) 51 #define BC_PARSE_NOREAD (UINTMAX_C(1)<<3) 52 #define BC_PARSE_ARRAY (UINTMAX_C(1)<<4) 53 #define BC_PARSE_NEEDVAL (UINTMAX_C(1)<<5)
|
D | vm.h | 107 #define DC_FLAG_X (UINTMAX_C(1)<<0) 111 #define BC_FLAG_W (UINTMAX_C(1)<<1) 112 #define BC_FLAG_S (UINTMAX_C(1)<<2) 113 #define BC_FLAG_L (UINTMAX_C(1)<<3) 114 #define BC_FLAG_G (UINTMAX_C(1)<<4) 117 #define BC_FLAG_I (UINTMAX_C(1)<<5) 118 #define BC_FLAG_P (UINTMAX_C(1)<<6) 119 #define BC_FLAG_R (UINTMAX_C(1)<<7) 120 #define BC_FLAG_TTYIN (UINTMAX_C(1)<<8) 121 #define BC_FLAG_TTY (UINTMAX_C(1)<<9)
|
D | bcl.h | 127 #ifndef UINTMAX_C 128 #define UINTMAX_C __UINTMAX_C macro
|
D | vector.h | 46 #define BC_VEC_START_CAP (UINTMAX_C(1)<<5)
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 96 def UINTMAX_C(c): return __CONCAT__(c,ul) function 100 def UINTMAX_C(c): return __CONCAT__(c,ull) function 104 def UINTMAX_C(c): return (c) function
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 261 #ifndef UINTMAX_C 262 #error UINTMAX_C not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 258 #ifndef UINTMAX_C 259 #error UINTMAX_C not defined
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 32 static_assert(__is_same(__typeof__(UINTMAX_C(5)), uintmax_t));
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 288 #ifndef UINTMAX_C in main() 289 #error UINTMAX_C not defined in main()
|
D | inttypes_h.pass.cpp | 255 #ifndef UINTMAX_C 256 #error UINTMAX_C not defined
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 289 #ifndef UINTMAX_C in main() 290 #error UINTMAX_C not defined in main()
|
D | inttypes_h.pass.cpp | 256 #ifndef UINTMAX_C 257 #error UINTMAX_C not defined
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 289 #ifndef UINTMAX_C in main() 290 #error UINTMAX_C not defined in main()
|
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 290 #ifndef UINTMAX_C in main() 291 #error UINTMAX_C not defined in main()
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1495 UINTMAX_C_(0) UINTMAX_C(0)
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1607 UINTMAX_C_(0) UINTMAX_C(0)
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 88 #define UINTMAX_C(x) x ## ULL macro
|
/external/capstone/include/windowsce/ |
D | stdint.h | 131 #define UINTMAX_C(x) UINT64_C(x) macro
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 97 UINTMAX_C(value)
|
/external/libcxx/include/ |
D | cstdint | 98 UINTMAX_C(value)
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 167 def UINTMAX_C(c): return c ## UL function 171 def UINTMAX_C(c): return c ## ULL function
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 242 #define UINTMAX_C UINT64_C macro
|
/external/angle/src/common/third_party/base/anglebase/numerics/ |
D | safe_conversions_impl.h | 164 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 256 #ifndef UINTMAX_C 257 #error UINTMAX_C not defined
|