Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h335 #define UINT40_C(v) __uint_c(v, __INT40_C_SUFFIX__) macro
341 #define UINT40_C(v) v##U macro
587 #define UINT40_MAX UINT40_C(1099511627775)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h344 #define UINT40_C(v) __UINT40_C(v) macro
546 # define UINT40_MAX UINT40_C(1099511627775)