Home
last modified time | relevance | path

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

/bionic/libc/include/android/
Dlegacy_termios_inlines.h48 return ioctl(fd, TCXONC, (void *)(intptr_t)action); in tcflow()
52 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue); in tcflush()
/bionic/tests/
Dinttypes_test.cpp26 intptr_t i = 0; in TEST()
Dmalloc_test.cpp119 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()
Dgtest_main.cpp1102 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0"))); in TEST()
/bionic/linker/
Dlinker_mips.cpp142 if (reinterpret_cast<intptr_t>(got[g]) < 0) { in mips_relocate_got()
/bionic/libc/include/
Dstdint.h69 typedef __intptr_t intptr_t; typedef
Dstdatomic.h387 typedef _Atomic(intptr_t) atomic_intptr_t;