Searched refs:intptr_t (Results 1 - 10 of 10) sorted by relevance

/bionic/tests/headers/posix/
H A Dstdint_h.c62 TYPE(intptr_t);
H A Dunistd_h.c286 TYPE(intptr_t);
/bionic/libc/include/
H A Dstdint.h70 typedef __intptr_t intptr_t; typedef
H A Dstdatomic.h351 typedef _Atomic(intptr_t) atomic_intptr_t;
/bionic/linker/
H A Dlinker_mips.cpp149 if (reinterpret_cast<intptr_t>(got[g]) < 0) {
/bionic/tools/versioner/current/
H A Dstdint.h70 typedef __intptr_t intptr_t; typedef
H A Dstdatomic.h351 typedef _Atomic(intptr_t) atomic_intptr_t;
/bionic/tests/
H A Dmalloc_test.cpp109 ASSERT_EQ(0U, (intptr_t)ptr % alignment);
H A Dpthread_test.cpp2166 intptr_t result = args->lock_function(&args->m.lock, &ts);
2174 ASSERT_EQ(ETIMEDOUT, reinterpret_cast<intptr_t>(result));
H A Dgtest_main.cpp1237 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0")));

Completed in 128 milliseconds