Searched refs:UINTMAX_C (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/bc/include/
H A Dbc.h151 #define BC_PARSE_FLAG_BRACE (UINTMAX_C(1) << 0)
156 #define BC_PARSE_FLAG_FUNC_INNER (UINTMAX_C(1) << 1)
162 #define BC_PARSE_FLAG_FUNC (UINTMAX_C(1) << 2)
167 #define BC_PARSE_FLAG_BODY (UINTMAX_C(1) << 3)
172 #define BC_PARSE_FLAG_LOOP (UINTMAX_C(1) << 4)
178 #define BC_PARSE_FLAG_LOOP_INNER (UINTMAX_C(1) << 5)
182 #define BC_PARSE_FLAG_IF (UINTMAX_C(1) << 6)
187 #define BC_PARSE_FLAG_ELSE (UINTMAX_C(1) << 7)
193 #define BC_PARSE_FLAG_IF_END (UINTMAX_C(1) << 8)
269 ((UINTMAX_C(e
[all...]
H A Dparse.h56 #define BC_PARSE_REL (UINTMAX_C(1) << 0)
59 #define BC_PARSE_PRINT (UINTMAX_C(1) << 1)
62 #define BC_PARSE_NOCALL (UINTMAX_C(1) << 2)
66 #define BC_PARSE_NOREAD (UINTMAX_C(1) << 3)
70 #define BC_PARSE_ARRAY (UINTMAX_C(1) << 4)
73 #define BC_PARSE_NEEDVAL (UINTMAX_C(1) << 5)
H A Dvm.h131 #define DC_FLAG_X (UINTMAX_C(1) << 0)
138 #define BC_FLAG_W (UINTMAX_C(1) << 1)
141 #define BC_FLAG_S (UINTMAX_C(1) << 2)
144 #define BC_FLAG_L (UINTMAX_C(1) << 3)
147 #define BC_FLAG_G (UINTMAX_C(1) << 4)
152 #define BC_FLAG_Q (UINTMAX_C(1) << 5)
155 #define BC_FLAG_I (UINTMAX_C(1) << 6)
158 #define BC_FLAG_P (UINTMAX_C(1) << 7)
161 #define BC_FLAG_R (UINTMAX_C(1) << 8)
164 #define BC_FLAG_Z (UINTMAX_C(
[all...]
H A Dvector.h50 #define BC_VEC_START_CAP (UINTMAX_C(1) << 5)
H A Dstatus.h345 #ifndef UINTMAX_C
346 #define UINTMAX_C __UINTMAX_C macro
347 #endif // UINTMAX_C
/freebsd-current/sys/arm/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-current/sys/arm64/include/
H A D_stdint.h51 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-current/sys/riscv/include/
H A D_stdint.h47 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-current/sys/powerpc/include/
H A D_stdint.h62 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-current/sys/x86/include/
H A D_stdint.h62 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h938 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro

Completed in 204 milliseconds