Home
last modified time | relevance | path

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

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