Searched refs:intptr_t (Results 1 – 7 of 7) sorted by relevance
48 return ioctl(fd, TCXONC, (void *)(intptr_t)action); in tcflow()52 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue); in tcflush()
26 intptr_t i = 0; in TEST()
119 ASSERT_EQ(0U, (intptr_t)ptr % alignment); in TEST()
1102 char* p = reinterpret_cast<char*>(static_cast<intptr_t>(atoi("0"))); in TEST()
142 if (reinterpret_cast<intptr_t>(got[g]) < 0) { in mips_relocate_got()
69 typedef __intptr_t intptr_t; typedef
387 typedef _Atomic(intptr_t) atomic_intptr_t;