Searched refs:UINTPTR_MAX (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
H A D | compression.cpp | 114 uintptr_t Uncompressed[2] = {0x00, UINTPTR_MAX}; in TEST() 126 uintptr_t Uncompressed[2] = {UINTPTR_MAX, 0x00}; in TEST() 176 EXPECT_EQ(Uncompressed[1], UINTPTR_MAX - 0x25aa0bd5u); in TEST() 205 uintptr_t Test[] = {0x00, INTPTR_MAX, UINTPTR_MAX, INTPTR_MAX, 0x00}; in TEST() 210 uintptr_t Test[] = {UINTPTR_MAX, UINTPTR_MAX - 10}; in TEST() 213 uintptr_t Test2[] = {UINTPTR_MAX - 10, UINTPTR_MAX}; in TEST()
|
/openbsd/sys/sys/ |
H A D | stdint.h | 161 #define UINTPTR_MAX 0xffffffffffffffffUL macro 165 #define UINTPTR_MAX 0xffffffffUL macro 191 #define SIZE_MAX UINTPTR_MAX
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_internal_defs.h | 379 #undef UINTPTR_MAX 381 # define UINTPTR_MAX (18446744073709551615UL) macro 383 # define UINTPTR_MAX (4294967295U) macro
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_globals.cpp | 139 if (g->odr_indicator == UINTPTR_MAX) in CheckODRViolationViaIndicator() 253 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstdint | 65 UINTPTR_MAX
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | tsd_shared.h | 175 uptr LowestPrecedence = UINTPTR_MAX; in getTSDAndLockSlow()
|
H A D | combined.h | 349 static_assert(MaxAllowedMallocSize < UINTPTR_MAX - MaxAlignment, "");
|
/openbsd/lib/libcrypto/asn1/ |
H A D | a_int.c | 645 if ((uintptr_t)*pp > UINTPTR_MAX - data_len) in i2c_ASN1_INTEGER()
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | stdint.h | 905 #define UINTPTR_MAX __UINTPTR_MAX__ macro
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 183 SYMBOL(UINTPTR_MAX, None, <stdint.h>)
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | UnwindCursor.hpp | 1491 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()
|