Searched defs:UINT64_MAX (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_limits.h40 #define UINT64_MAX ULLONG_MAX macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DDataTypes.h83 # define UINT64_MAX 0xffffffffffffffffULL macro
/freebsd-11-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h162 # define UINT64_MAX (UINT64_C(18446744073709551615)) macro
/freebsd-11-stable/contrib/xz/src/common/
H A Dsysdefs.h101 # define UINT64_MAX UINT64_C(18446744073709551615) macro
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dtime.c44 #define UINT64_MAX _UI64_MAX macro
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_platform.h106 # undef UINT64_MAX macro
140 #define UINT64_MAX (~(uint64_t)0) macro
/freebsd-11-stable/sys/arm/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffULL macro
/freebsd-11-stable/sys/arm64/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
/freebsd-11-stable/sys/powerpc/include/
H A D_stdint.h98 #define UINT64_MAX __UINT64_C(0xffffffffffffffff) macro
/freebsd-11-stable/sys/riscv/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
/freebsd-11-stable/sys/sparc64/include/
H A D_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
/freebsd-11-stable/sys/mips/include/
H A D_stdint.h99 #define UINT64_MAX __UINT64_C(0xffffffffffffffff) macro
/freebsd-11-stable/sys/x86/include/
H A D_stdint.h89 #define UINT64_MAX 0xffffffffffffffff macro
93 #define UINT64_MAX 0xffffffffffffffffULL macro
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h35 #define UINT64_MAX 18446744073709551615ULL macro
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h365 #undef UINT64_MAX macro
366 #define UINT64_MAX (__UINT64_C(18446744073709551615)) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h463 # define UINT64_MAX UINT64_C(18446744073709551615) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1581 uint64_t getLimitedValue(uint64_t Limit = UINT64_MAX) { argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2813 ASSERT3U(DTRACE_RECORD_LOAD_TIMESTAMP(dtrh), ==, UINT64_MAX); local

Completed in 156 milliseconds