Searched defs:UINTMAX_C (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Dbcl.h128 #define UINTMAX_C __UINTMAX_C macro
/freebsd-12-stable/sys/powerpc/include/
H A D_stdint.h64 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/sys/riscv/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/sys/sparc64/include/
H A D_stdint.h51 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/sys/mips/include/
H A D_stdint.h65 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/sys/x86/include/
H A D_stdint.h66 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/sys/arm/include/
H A D_stdint.h51 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/sys/arm64/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h690 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro

Completed in 186 milliseconds