/external/gwp_asan/gwp_asan/tests/ |
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()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
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()
|
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Pointer/ |
D | index-overflow.cpp | 19 char *p = (char *)(UINTPTR_MAX); in main() 23 char *q = (char *)(UINTPTR_MAX); in main()
|
/external/capstone/include/windowsce/ |
D | stdint.h | 98 #define UINTPTR_MAX UINT32_MAX macro 108 #define SIZE_MAX UINTPTR_MAX
|
/external/libsrtp2/fuzzer/ |
D | fuzzer.h | 19 #if UINTPTR_MAX == 0xffffffff 21 #elif UINTPTR_MAX == 0xffffffffffffffff
|
/external/llvm-project/libcxx/test/libcxx/depr/depr.c.headers/ |
D | stdint_h.std_types_t.compile.pass.cpp | 173 #ifndef UINTPTR_MAX 174 #error UINTPTR_MAX not defined
|
D | stdint_h.xopen_source.compile.pass.cpp | 170 #ifndef UINTPTR_MAX 171 #error UINTPTR_MAX not defined
|
/external/jemalloc_new/include/msvc_compat/C99/ |
D | stdint.h | 177 # define UINTPTR_MAX UINT64_MAX macro 181 # define UINTPTR_MAX UINT32_MAX macro
|
/external/vixl/src/ |
D | globals-vixl.h | 92 #if (UINTPTR_MAX == UINT32_MAX) 94 #elif (UINTPTR_MAX == UINT64_MAX)
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 359 #undef UINTPTR_MAX 361 # define UINTPTR_MAX (18446744073709551615UL) macro 363 # define UINTPTR_MAX (4294967295U) macro
|
/external/llvm-project/clang/test/Headers/ |
D | stdint-typeof-MINMAX.cpp | 24 static_assert(__is_same(__typeof__(UINTPTR_MAX), uintptr_t));
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1468 UINTPTR_MAX_ UINTPTR_MAX
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stdint.c | 1580 UINTPTR_MAX_ UINTPTR_MAX
|
/external/arm-trusted-firmware/drivers/arm/tzc/ |
D | tzc380.c | 72 #if (UINTPTR_MAX == UINT64_MAX) in addr_high()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | stdint.h | 66 #define UINTPTR_MAX ULONG_MAX macro
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_tsd_shared.cpp | 76 uptr LowestPrecedence = UINTPTR_MAX; in getTSDAndLockSlow()
|
/external/elfutils/m4/ |
D | biarch.m4 | 17 #if (UINTPTR_MAX > 0xffffffffUL)
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp.h.var | 302 KMP_ALLOCATOR_MAX_HANDLE = UINTPTR_MAX 315 KMP_MEMSPACE_MAX_HANDLE = UINTPTR_MAX 350 typedef enum omp_event_handle_t { KMP_EVENT_MAX_HANDLE = UINTPTR_MAX } omp_event_handle_t;
|
/external/llvm-project/libcxx/include/ |
D | cstdint | 65 UINTPTR_MAX
|
/external/libcxx/include/ |
D | cstdint | 66 UINTPTR_MAX
|
/external/arm-trusted-firmware/include/lib/ |
D | utils_def.h | 112 ((_ptr) > (UINTPTR_MAX - (_inc)))
|
/external/arm-trusted-firmware/services/std_svc/spm_mm/ |
D | spm_mm_setup.c | 200 assert(PLAT_SPM_BUF_BASE <= (UINTPTR_MAX - PLAT_SPM_BUF_SIZE + 1)); in spm_sp_setup()
|
/external/arm-trusted-firmware/lib/xlat_tables_v2/aarch64/ |
D | xlat_tables_arch.c | 236 assert(max_va < ((uint64_t)UINTPTR_MAX)); in setup_mmu_cfg()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_globals.cpp | 139 if (g->odr_indicator == UINTPTR_MAX) in CheckODRViolationViaIndicator() 253 if (UseODRIndicator(g) && g->odr_indicator != UINTPTR_MAX) { in UnregisterGlobal()
|
/external/scudo/standalone/ |
D | tsd_shared.h | 171 uptr LowestPrecedence = UINTPTR_MAX; in getTSDAndLockSlow()
|