Home
last modified time | relevance | path

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

/xnu-8019.80.24/EXTERNAL_HEADERS/
H A Dstdint.h95 #define UINTMAX_C(v) (v ## UL) macro
98 #define UINTMAX_C(v) (v ## ULL) macro
182 #define UINTMAX_MAX UINTMAX_C(18446744073709551615)