Home
last modified time | relevance | path

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

/bionic/tests/
Dinttypes_test.cpp25 intptr_t i = 0; in TEST()
Dmalloc_test.cpp117 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()
/bionic/libc/include/
Dstdint.h69 typedef __intptr_t intptr_t; typedef
Dstdatomic.h381 typedef _Atomic(intptr_t) atomic_intptr_t;
/bionic/linker/
Dlinker.cpp1581 if (reinterpret_cast<intptr_t>(got[g]) < 0) { in mips_relocate_got()