/bionic/libc/include/ |
H A D | dlfcn.h | 76 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0) 77 #define RTLD_NEXT __BIONIC_CAST(reinterpret_cast, void*, -1L) 79 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0xffffffff) 80 #define RTLD_NEXT __BIONIC_CAST(reinterpret_cast, void*, 0xfffffffe)
|
H A D | semaphore.h | 45 #define SEM_FAILED __BIONIC_CAST(reinterpret_cast, sem_t*, 0)
|
H A D | assert.h | 45 #define __assert_no_op __BIONIC_CAST(static_cast, void, 0)
|
H A D | locale.h | 107 #define LC_GLOBAL_LOCALE __BIONIC_CAST(reinterpret_cast, locale_t, -1L)
|
H A D | signal.h | 76 #define SIG_HOLD __BIONIC_CAST(reinterpret_cast, sighandler_t, 2)
|
/bionic/tools/versioner/current/ |
H A D | dlfcn.h | 76 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0) 77 #define RTLD_NEXT __BIONIC_CAST(reinterpret_cast, void*, -1L) 79 #define RTLD_DEFAULT __BIONIC_CAST(reinterpret_cast, void*, 0xffffffff) 80 #define RTLD_NEXT __BIONIC_CAST(reinterpret_cast, void*, 0xfffffffe)
|
H A D | semaphore.h | 45 #define SEM_FAILED __BIONIC_CAST(reinterpret_cast, sem_t*, 0)
|
H A D | assert.h | 45 #define __assert_no_op __BIONIC_CAST(static_cast, void, 0)
|
H A D | locale.h | 107 #define LC_GLOBAL_LOCALE __BIONIC_CAST(reinterpret_cast, locale_t, -1L)
|
H A D | signal.h | 76 #define SIG_HOLD __BIONIC_CAST(reinterpret_cast, sighandler_t, 2)
|
/bionic/libc/include/android/ |
H A D | legacy_sys_wait_inlines.h | 42 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage));
|
/bionic/tools/versioner/current/android/ |
H A D | legacy_sys_wait_inlines.h | 42 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage));
|
/bionic/libc/include/bits/ |
H A D | termios_inlines.h | 46 return __BIONIC_CAST(static_cast, speed_t, s->c_cflag & CBAUD); 82 return ioctl(fd, TCSBRK, __BIONIC_CAST(static_cast, unsigned long, 1)); 86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action)); 90 return ioctl(fd, TCFLSH, __BIONIC_CAST(static_cast, unsigned long, queue)); 103 return ioctl(fd, TCSBRKP, __BIONIC_CAST(static_cast, unsigned long, duration));
|
H A D | wctype.h | 38 #define WEOF __BIONIC_CAST(static_cast, wint_t, -1)
|
/bionic/tools/versioner/current/bits/ |
H A D | termios_inlines.h | 46 return __BIONIC_CAST(static_cast, speed_t, s->c_cflag & CBAUD); 82 return ioctl(fd, TCSBRK, __BIONIC_CAST(static_cast, unsigned long, 1)); 86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action)); 90 return ioctl(fd, TCFLSH, __BIONIC_CAST(static_cast, unsigned long, queue)); 103 return ioctl(fd, TCSBRKP, __BIONIC_CAST(static_cast, unsigned long, duration));
|
H A D | wctype.h | 38 #define WEOF __BIONIC_CAST(static_cast, wint_t, -1)
|
/bionic/libc/include/sys/ |
H A D | mman.h | 41 #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
|
H A D | select.h | 50 #define __FDS_BITS(set) (__BIONIC_CAST(static_cast, fd_set*, set)->fds_bits)
|
H A D | socket.h | 123 __BIONIC_CAST(reinterpret_cast, struct cmsghdr*, 124 (__BIONIC_CAST(reinterpret_cast, char*, cmsg) + CMSG_ALIGN(cmsg->cmsg_len))); 125 size_t len = __BIONIC_CAST(reinterpret_cast, char*, ptr + 1) - 126 __BIONIC_CAST(reinterpret_cast, char*, msg->msg_control);
|
/bionic/tools/versioner/current/sys/ |
H A D | mman.h | 41 #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
|
H A D | select.h | 50 #define __FDS_BITS(set) (__BIONIC_CAST(static_cast, fd_set*, set)->fds_bits)
|
H A D | socket.h | 123 __BIONIC_CAST(reinterpret_cast, struct cmsghdr*, 124 (__BIONIC_CAST(reinterpret_cast, char*, cmsg) + CMSG_ALIGN(cmsg->cmsg_len))); 125 size_t len = __BIONIC_CAST(reinterpret_cast, char*, ptr + 1) - 126 __BIONIC_CAST(reinterpret_cast, char*, msg->msg_control);
|
/bionic/libc/stdio/ |
H A D | local.h | 150 #define _EXT(fp) __BIONIC_CAST(reinterpret_cast, struct __sfileext*, (fp)->_ext._base) 170 (f)->_ext._base = __BIONIC_CAST(reinterpret_cast, unsigned char*, fext); \
|
/bionic/libc/include/netinet/ |
H A D | in6.h | 59 #define __bionic_s6_addr(a) __BIONIC_CAST(reinterpret_cast, const uint8_t*, a)
|
/bionic/tools/versioner/current/netinet/ |
H A D | in6.h | 59 #define __bionic_s6_addr(a) __BIONIC_CAST(reinterpret_cast, const uint8_t*, a)
|