Searched refs:UINTMAX_C (Results 1 – 2 of 2) sorted by relevance
111 #define UINTMAX_C(c) __CONCAT__(c,ul) macro117 #define UINTMAX_C(c) __CONCAT__(c,ull)120 #define UINTMAX_C(c) (c)
62 #define UINTMAX_C(c) UINT64_C(c) macro