Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/
Dtermios.h61 return ioctl(fd, TCXONC, (void *)(intptr_t)action); in tcflow()
66 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue); in tcflush()
Dstdint.h195 typedef long intptr_t; typedef
198 typedef int intptr_t; typedef
/development/ndk/platforms/android-21/include/
Dstdint.h69 typedef __intptr_t intptr_t; typedef
Dstdatomic.h381 typedef _Atomic(intptr_t) atomic_intptr_t;