Home
last modified time | relevance | path

Searched refs:expr (Results 1 – 10 of 10) sorted by relevance

/sysdeps/sparc/
A Dsparc-ifunc.h22 #define sparc_libc_ifunc_redirected(redirected_name, name, expr) \ argument
23 __ifunc (redirected_name, name, expr(hwcap), int hwcap, INIT_ARCH)
25 #define sparc_libm_ifunc(name, expr) \ argument
26 __ifunc (name, name, expr, int hwcap, libm_ifunc_init)
28 #define sparc_libc_ifunc(name, expr) sparc_libm_ifunc (name, expr) argument
30 #define sparc_libm_ifunc_redirected(redirected_name, name, expr) \ argument
31 __ifunc (redirected_name, name, expr, int hwcap, libm_ifunc_init)
/sysdeps/hurd/include/hurd/
A Dport.h17 #define HURD_PORT_USE_CANCEL(portcell, expr) \ argument
20 __typeof(expr) __result; \
27 __result = (expr); \
A Dfd.h17 #define HURD_DPORT_USE_CANCEL(fd, expr) \ argument
18 HURD_FD_USE ((fd), HURD_FD_PORT_USE_CANCEL (descriptor, (expr)))
21 #define HURD_FD_PORT_USE_CANCEL(fd, expr) \ argument
41 __result = (expr); \
/sysdeps/hurd/include/
A Dhurd.h7 #define __USEPORT_CANCEL(which, expr) \ argument
8 HURD_PORT_USE_CANCEL (&_hurd_ports[INIT_PORT_##which], (expr))
/sysdeps/arm/
A Darm-ifunc.h24 #define arm_libc_ifunc_redirected(redirected_name, name, expr) \ argument
25 __ifunc (redirected_name, name, expr(hwcap), int hwcap, INIT_ARCH)
/sysdeps/unix/sysv/linux/
A Dtst-syscall-list.sh42 if test $(expr "$glibc_linux_version" / 256) \
43 -lt $(expr "$linux_version" / 256); then
A Dtst-ttyname.c42 #define VERIFY(expr) \ argument
44 if (!(expr)) \
47 __FILE__, __LINE__, #expr); \
/sysdeps/ia64/fpu/
A Dimport_check14 if [ $(expr $name : '\(..\)') != "__" ]; then
68 objfile=$(expr $dst_file : '\(.*\)[.]S$')
/sysdeps/unix/
A Dmake-syscalls.sh102 vcount=`expr $vcount + 1`
129 vcount=`expr $vcount + 1`
194 ulong_count=$(expr $ulong_count + 1)
/sysdeps/mach/hurd/
A Dfcntl.c112 #define LOCKED(expr) \ in __libc_fcntl() argument
118 result = (expr); \ in __libc_fcntl()

Completed in 21 milliseconds