Home
last modified time | relevance | path

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

/freebsd-src/sys/arm64/include/
H A D_stdint.h51 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-src/sys/arm/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-src/sys/riscv/include/
H A D_stdint.h47 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-src/sys/x86/include/
H A D_stdint.h62 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-src/sys/powerpc/include/
H A D_stdint.h62 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-src/contrib/bc/include/
H A Dstatus.h346 #define UINTMAX_C __UINTMAX_C global() macro
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h938 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_ global() macro