Home
last modified time | relevance | path

Searched refs:intptr_t (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/
Dstdint.h70 typedef __intptr_t intptr_t; typedef
Dstdatomic.h351 typedef _Atomic(intptr_t) atomic_intptr_t;
/bionic/linker/
Dlinker_mips.cpp150 if (reinterpret_cast<intptr_t>(got[g]) < 0) { in mips_relocate_got()
/bionic/tests/
Dmalloc_test.cpp109 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()
Dgtest_main.cpp1225 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0"))); in TEST()