Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 25 of 31) sorted by relevance

12

/external/bc/include/
Dbc.h80 #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 …]
Dparse.h48 #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)
Dvm.h107 #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)
Dbcl.h127 #ifndef UINTMAX_C
128 #define UINTMAX_C __UINTMAX_C macro
Dvector.h46 #define BC_VEC_START_CAP (UINTMAX_C(1)<<5)
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py96 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/
Dstdint_h.std_types_t.compile.pass.cpp261 #ifndef UINTMAX_C
262 #error UINTMAX_C not defined
Dstdint_h.xopen_source.compile.pass.cpp258 #ifndef UINTMAX_C
259 #error UINTMAX_C not defined
/external/llvm-project/clang/test/Headers/
Dstdint-typeof-MINMAX.cpp32 static_assert(__is_same(__typeof__(UINTMAX_C(5)), uintmax_t));
/external/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp288 #ifndef UINTMAX_C in main()
289 #error UINTMAX_C not defined in main()
Dinttypes_h.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp289 #ifndef UINTMAX_C in main()
290 #error UINTMAX_C not defined in main()
Dinttypes_h.pass.cpp256 #ifndef UINTMAX_C
257 #error UINTMAX_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp289 #ifndef UINTMAX_C in main()
290 #error UINTMAX_C not defined in main()
/external/llvm-project/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp290 #ifndef UINTMAX_C in main()
291 #error UINTMAX_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1495 UINTMAX_C_(0) UINTMAX_C(0)
/external/llvm-project/clang/test/Preprocessor/
Dstdint.c1607 UINTMAX_C_(0) UINTMAX_C(0)
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h88 #define UINTMAX_C(x) x ## ULL macro
/external/capstone/include/windowsce/
Dstdint.h131 #define UINTMAX_C(x) UINT64_C(x) macro
/external/llvm-project/libcxx/include/
Dcstdint97 UINTMAX_C(value)
/external/libcxx/include/
Dcstdint98 UINTMAX_C(value)
/external/python/cpython2/Lib/plat-linux2/
DIN.py167 def UINTMAX_C(c): return c ## UL function
171 def UINTMAX_C(c): return c ## ULL function
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_conversions_impl.h164 return DstLimits::max() - static_cast<Dst>((UINTMAX_C(1) << shift) - 1);
/external/llvm-project/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp256 #ifndef UINTMAX_C
257 #error UINTMAX_C not defined

12