/freebsd/sys/sys/ |
H A D | stdint.h | 59 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)
|
/freebsd/sys/x86/include/ |
H A D | _stdint.h | 145 #define UINTPTR_MAX UINT64_MAX macro 149 #define UINTPTR_MAX UINT32_MAX macro
|
/freebsd/sys/powerpc/include/ |
H A D | _stdint.h | 151 #define UINTPTR_MAX UINT64_MAX macro 155 #define UINTPTR_MAX UINT32_MAX macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 393 #undef UINTPTR_MAX 395 # define UINTPTR_MAX (18446744073709551615UL) macro 397 # define UINTPTR_MAX (4294967295U) macro
|
/freebsd/lib/libomp/ |
H A D | omp.h | 411 KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX 427 KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX 471 typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t;
|
/freebsd/usr.bin/ktrdump/ |
H A D | ktrdump.c | 262 tlast = UINTPTR_MAX; in main() 329 if (tlast == UINTPTR_MAX) in main()
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 127 #define UINTPTR_MAX UINT32_MAX macro
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 125 #define UINTPTR_MAX UINT64_MAX macro
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 129 #define UINTPTR_MAX UINT64_MAX macro
|
/freebsd/sys/arm/arm/ |
H A D | unwind.c | 162 info->module_start = UINTPTR_MAX; in clear_module_info() 211 (addr == 0 && info->module_start == UINTPTR_MAX)) in find_module_info()
|
/freebsd/sys/kern/ |
H A D | kern_mtxpool.c | 83 #if UINTPTR_MAX == UINT64_MAX /* 64 bits */
|
/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity_internals.h | 35 #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/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | LazyAtomicPointer.h | 36 static constexpr uintptr_t getBusy() { return UINTPTR_MAX; } in getBusy()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/powerpc/ |
H A D | dt_isadep.c | 111 temp |= (UINTPTR_MAX - 0x03ffffff); in dt_pid_create_return_probe()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_globals.cpp | 143 if (g->odr_indicator == UINTPTR_MAX) in CheckODRViolationViaIndicator() 257 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdint | 65 UINTPTR_MAX
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp.h.var | 411 KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX 427 KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX 471 typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t;
|
/freebsd/contrib/lua/src/ |
H A D | llimits.h | 82 #if defined(UINTPTR_MAX) /* even in C99 this type is optional */
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_shared.h | 228 uptr LowestPrecedence = UINTPTR_MAX; in getTSDAndLockSlow()
|
/freebsd/lib/libefivar/ |
H A D | uefi-dplib.h | 488 #define MAX_UINTN UINTPTR_MAX
|
/freebsd/contrib/ldns/compat/ |
H A D | snprintf.c | 431 #if defined(UINTPTR_MAX) && defined(UINT32_MAX) && (UINTPTR_MAX == UINT32_MAX) in print_num_llp()
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_tlv.c | 848 BHND_NV_ASSERT(io_offset < UINTPTR_MAX, in bhnd_nvram_tlv_to_cookie()
|
H A D | bhnd_nvram_data_btxt.c | 756 BHND_NV_ASSERT(io_offset < UINTPTR_MAX, in bhnd_nvram_btxt_offset_to_cookiep()
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | memory.c | 171 mm_root->end = UINTPTR_MAX; in ibv_fork_init()
|
/freebsd/contrib/ntp/libntp/ |
H A D | work_thread.c | 51 # if defined(UINTPTR_MAX)
|