Home
last modified time | relevance | path

Searched refs:UINTPTR_MAX (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dcompression.cpp114 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 Dstdint.h161 #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 Dsanitizer_internal_defs.h379 #undef UINTPTR_MAX
381 # define UINTPTR_MAX (18446744073709551615UL) macro
383 # define UINTPTR_MAX (4294967295U) macro
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_globals.cpp139 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 Dcstdint65 UINTPTR_MAX
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dtsd_shared.h175 uptr LowestPrecedence = UINTPTR_MAX; in getTSDAndLockSlow()
H A Dcombined.h349 static_assert(MaxAllowedMallocSize < UINTPTR_MAX - MaxAlignment, "");
/openbsd/lib/libcrypto/asn1/
H A Da_int.c645 if ((uintptr_t)*pp > UINTPTR_MAX - data_len) in i2c_ASN1_INTEGER()
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstdint.h905 #define UINTPTR_MAX __UINTPTR_MAX__ macro
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc183 SYMBOL(UINTPTR_MAX, None, <stdint.h>)
/openbsd/gnu/llvm/libunwind/src/
H A DUnwindCursor.hpp1491 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress(); in getInfoFromEHABISection()