Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h319 #define UINT48_C(v) __uint_c(v, __INT48_C_SUFFIX__) macro
325 #define UINT48_C(v) v##U macro
541 #define UINT48_MAX UINT48_C(281474976710655)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h338 #define UINT48_C(v) __UINT48_C(v) macro
499 # define UINT48_MAX UINT48_C(281474976710655)