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

/freebsd-11-stable/sys/arm/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/sys/arm64/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h62 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/sys/riscv/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h49 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h63 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h64 #define UINTMAX_C(c) UINT64_C(c) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h690 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro

Completed in 97 milliseconds