Searched refs:UINTPTR_MAX (Results 1 – 5 of 5) sorted by relevance
62 if ((increment > 0 && static_cast<uintptr_t>(increment) > (UINTPTR_MAX - old_brk)) || in sbrk()
167 static inline uintptr_t ManglePointer(uintptr_t pointer) { return pointer ^ UINTPTR_MAX; }168 static inline uintptr_t DemanglePointer(uintptr_t pointer) { return pointer ^ UINTPTR_MAX; }
216 # define UINTPTR_MAX UINT64_MAX macro223 # define UINTPTR_MAX UINT32_MAX macro
109 MACRO(UINTPTR_MAX); in stdint_h()
520 ElfW(Addr) min_vaddr = UINTPTR_MAX; in phdr_table_get_load_size()