Home
last modified time | relevance | path

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

/xnu-10002.41.9/EXTERNAL_HEADERS/
H A Dstdint.h104 #define UINTMAX_C(v) (v ## UL) macro
107 #define UINTMAX_C(v) (v ## ULL) macro
191 #define UINTMAX_MAX UINTMAX_C(18446744073709551615)