Searched refs:UINTMAX_C (Results 1 – 12 of 12) sorted by relevance
150 #define BC_PARSE_FLAG_BRACE (UINTMAX_C(1) << 0)155 #define BC_PARSE_FLAG_FUNC_INNER (UINTMAX_C(1) << 1)161 #define BC_PARSE_FLAG_FUNC (UINTMAX_C(1) << 2)166 #define BC_PARSE_FLAG_BODY (UINTMAX_C(1) << 3)171 #define BC_PARSE_FLAG_LOOP (UINTMAX_C(1) << 4)177 #define BC_PARSE_FLAG_LOOP_INNER (UINTMAX_C(1) << 5)181 #define BC_PARSE_FLAG_IF (UINTMAX_C(1) << 6)186 #define BC_PARSE_FLAG_ELSE (UINTMAX_C(1) << 7)192 #define BC_PARSE_FLAG_IF_END (UINTMAX_C(1) << 8)268 ((UINTMAX_C(e1) << 7) | (UINTMAX_C(e2) << 6) | (UINTMAX_C(e3) << 5) | \[all …]
131 #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(1) << 9)[all …]
56 #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)
324 #ifndef UINTMAX_C325 #define UINTMAX_C __UINTMAX_C macro
50 #define BC_VEC_START_CAP (UINTMAX_C(1) << 5)
49 #define UINTMAX_C(c) UINT64_C(c) macro
47 #define UINTMAX_C(c) UINT64_C(c) macro
51 #define UINTMAX_C(c) UINT64_C(c) macro
62 #define UINTMAX_C(c) UINT64_C(c) macro
97 UINTMAX_C(value)
942 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro