Searched refs:__BIONIC_CAST (Results 1 - 25 of 27) sorted by relevance

12

/bionic/libc/include/
H A Ddlfcn.h76 #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 Dsemaphore.h45 #define SEM_FAILED __BIONIC_CAST(reinterpret_cast, sem_t*, 0)
H A Dassert.h45 #define __assert_no_op __BIONIC_CAST(static_cast, void, 0)
H A Dlocale.h107 #define LC_GLOBAL_LOCALE __BIONIC_CAST(reinterpret_cast, locale_t, -1L)
H A Dsignal.h76 #define SIG_HOLD __BIONIC_CAST(reinterpret_cast, sighandler_t, 2)
/bionic/tools/versioner/current/
H A Ddlfcn.h76 #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 Dsemaphore.h45 #define SEM_FAILED __BIONIC_CAST(reinterpret_cast, sem_t*, 0)
H A Dassert.h45 #define __assert_no_op __BIONIC_CAST(static_cast, void, 0)
H A Dlocale.h107 #define LC_GLOBAL_LOCALE __BIONIC_CAST(reinterpret_cast, locale_t, -1L)
H A Dsignal.h76 #define SIG_HOLD __BIONIC_CAST(reinterpret_cast, sighandler_t, 2)
/bionic/libc/include/android/
H A Dlegacy_sys_wait_inlines.h42 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage));
/bionic/tools/versioner/current/android/
H A Dlegacy_sys_wait_inlines.h42 return __BIONIC_CAST(static_cast, pid_t, syscall(__NR_wait4, pid, status, options, rusage));
/bionic/libc/include/bits/
H A Dtermios_inlines.h46 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 Dwctype.h38 #define WEOF __BIONIC_CAST(static_cast, wint_t, -1)
/bionic/tools/versioner/current/bits/
H A Dtermios_inlines.h46 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 Dwctype.h38 #define WEOF __BIONIC_CAST(static_cast, wint_t, -1)
/bionic/libc/include/sys/
H A Dmman.h41 #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
H A Dselect.h50 #define __FDS_BITS(set) (__BIONIC_CAST(static_cast, fd_set*, set)->fds_bits)
H A Dsocket.h123 __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 Dmman.h41 #define MAP_FAILED __BIONIC_CAST(reinterpret_cast, void*, -1)
H A Dselect.h50 #define __FDS_BITS(set) (__BIONIC_CAST(static_cast, fd_set*, set)->fds_bits)
H A Dsocket.h123 __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 Dlocal.h150 #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 Din6.h59 #define __bionic_s6_addr(a) __BIONIC_CAST(reinterpret_cast, const uint8_t*, a)
/bionic/tools/versioner/current/netinet/
H A Din6.h59 #define __bionic_s6_addr(a) __BIONIC_CAST(reinterpret_cast, const uint8_t*, a)

Completed in 208 milliseconds

12