Searched refs:UINTPTR_MAX (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/sys/sys/
H A Dstdint.h59 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)
/freebsd-current/sys/powerpc/include/
H A D_stdint.h151 #define UINTPTR_MAX UINT64_MAX macro
155 #define UINTPTR_MAX UINT32_MAX macro
/freebsd-current/sys/x86/include/
H A D_stdint.h145 #define UINTPTR_MAX UINT64_MAX macro
149 #define UINTPTR_MAX UINT32_MAX macro
/freebsd-current/sys/arm/include/
H A D_stdint.h127 #define UINTPTR_MAX UINT32_MAX macro
/freebsd-current/sys/arm64/include/
H A D_stdint.h129 #define UINTPTR_MAX UINT64_MAX macro
/freebsd-current/sys/riscv/include/
H A D_stdint.h125 #define UINTPTR_MAX UINT64_MAX macro
/freebsd-current/sys/kern/
H A Dkern_mtxpool.c83 #if UINTPTR_MAX == UINT64_MAX /* 64 bits */
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h389 #undef UINTPTR_MAX macro
391 # define UINTPTR_MAX (18446744073709551615UL) macro
393 # define UINTPTR_MAX (4294967295U) macro
/freebsd-current/lib/libomp/
H A Domp.h409 KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX
425 KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX
469 typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t;
/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/powerpc/
H A Ddt_isadep.c111 temp |= (UINTPTR_MAX - 0x03ffffff);
/freebsd-current/sys/arm/arm/
H A Dunwind.c123 * A cleared-out entry on the list has module start=UINTPTR_MAX and end=0, so
162 info->module_start = UINTPTR_MAX;
202 * module_start being set to UINTPTR_MAX in the entry.
211 (addr == 0 && info->module_start == UINTPTR_MAX))
/freebsd-current/contrib/ntp/sntp/unity/
H A Dunity_internals.h35 #ifndef UINTPTR_MAX
84 #ifdef UINTPTR_MAX
85 #if (UINTPTR_MAX+0 <= 0xFFFF)
87 #elif (UINTPTR_MAX+0 <= 0xFFFFFFFF)
89 #elif (UINTPTR_MAX+0 <= 0xFFFFFFFFFFFFFFFF)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_globals.cpp143 if (g->odr_indicator == UINTPTR_MAX)
257 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) {
/freebsd-current/contrib/lua/src/
H A Dllimits.h82 #if defined(UINTPTR_MAX) /* even in C99 this type is optional */
/freebsd-current/usr.bin/ktrdump/
H A Dktrdump.c262 tlast = UINTPTR_MAX;
329 if (tlast == UINTPTR_MAX)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h211 uptr LowestPrecedence = UINTPTR_MAX;
H A Dsecondary.h289 uptr MinDiff = UINTPTR_MAX;
H A Dcombined.h353 static_assert(MaxAllowedMallocSize < UINTPTR_MAX - MaxAlignment, "");
/freebsd-current/lib/libefivar/
H A Duefi-dplib.h488 #define MAX_UINTN UINTPTR_MAX
/freebsd-current/contrib/ldns/compat/
H A Dsnprintf.c431 #if defined(UINTPTR_MAX) && defined(UINT32_MAX) && (UINTPTR_MAX == UINT32_MAX)
/freebsd-current/contrib/ofed/libibverbs/
H A Dmemory.c171 mm_root->end = UINTPTR_MAX;
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_btxt.c756 BHND_NV_ASSERT(io_offset < UINTPTR_MAX,
757 ("io_offset %#zx exceeds UINTPTR_MAX", io_offset));
H A Dbhnd_nvram_data_tlv.c848 BHND_NV_ASSERT(io_offset < UINTPTR_MAX,
849 ("io_offset %#zx exceeds UINTPTR_MAX", io_offset));
/freebsd-current/contrib/ntp/libntp/
H A Dwork_thread.c51 # if defined(UINTPTR_MAX)
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h882 #define UINTPTR_MAX __UINTPTR_MAX__ macro

Completed in 486 milliseconds

12