/sysdeps/unix/sysv/linux/ |
A D | statx_cp.c | 30 to->st_dev = ((from->stx_dev_minor & 0xff) | (from->stx_dev_major << 8) in __cp_stat64_statx() 32 to->st_rdev = ((from->stx_rdev_minor & 0xff) | (from->stx_rdev_major << 8) in __cp_stat64_statx() 34 to->st_ino = from->stx_ino; in __cp_stat64_statx() 35 to->st_mode = from->stx_mode; in __cp_stat64_statx() 36 to->st_nlink = from->stx_nlink; in __cp_stat64_statx() 37 to->st_uid = from->stx_uid; in __cp_stat64_statx() 38 to->st_gid = from->stx_gid; in __cp_stat64_statx() 39 to->st_atime = from->stx_atime.tv_sec; in __cp_stat64_statx() 45 to->st_size = from->stx_size; in __cp_stat64_statx() 46 to->st_blocks = from->stx_blocks; in __cp_stat64_statx() [all …]
|
A D | readonly-area.c | 62 uintptr_t from = strtoul (line, &p, 16); in __readonly_area() local 73 if (from < (uintptr_t) ptr_end && to > (uintptr_t) ptr) in __readonly_area() 79 if (from <= (uintptr_t) ptr && to >= (uintptr_t) ptr_end) in __readonly_area() 84 else if (from <= (uintptr_t) ptr) in __readonly_area() 87 size -= (uintptr_t) ptr_end - from; in __readonly_area() 89 size -= to - from; in __readonly_area()
|
/sysdeps/generic/ |
A D | libm-alias-double.h | 26 weak_alias (from ## r, to ## f64 ## r) 33 weak_alias (from ## r, to ## f32x ## r) 47 #define libm_alias_double_other(from, to) \ argument 48 libm_alias_double_other_r (from, to, ) 59 weak_alias (from ## r, to ## r) \ 60 strong_alias (from ## r, from ## l ## r) \ 61 weak_alias (from ## r, to ## l ## r); \ 62 libm_alias_double_other_r (from, to, r) 65 weak_alias (from ## r, to ## r); \ 66 libm_alias_double_other_r (from, to, r) [all …]
|
A D | libm-alias-ldouble.h | 26 weak_alias (from ## l ## r, to ## f128 ## r) 33 weak_alias (from ## l ## r, to ## f64x ## r) 42 #define libm_alias_ldouble_other_r(from, to, r) \ argument 43 libm_alias_ldouble_other_r_f128 (from, to, r); \ 44 libm_alias_ldouble_other_r_f64x (from, to, r) 47 #define libm_alias_ldouble_other(from, to) \ argument 48 libm_alias_ldouble_other_r (from, to, ) 58 #define libm_alias_ldouble_r(from, to, r) \ argument 59 weak_alias (from ## l ## r, to ## l ## r); \ 60 libm_alias_ldouble_other_r (from, to, r) [all …]
|
A D | libm-alias-float.h | 29 # define libm_alias_float_other_r(from, to, r) \ argument 30 weak_alias (from ## f ## r, to ## f32 ## r) 32 # define libm_alias_float_other_r(from, to, r) argument 36 #define libm_alias_float_other(from, to) \ argument 37 libm_alias_float_other_r (from, to, ) 46 #define libm_alias_float_r(from, to, r) \ argument 47 weak_alias (from ## f ## r, to ## f ## r); \ 48 libm_alias_float_other_r (from, to, r) 51 #define libm_alias_float(from, to) libm_alias_float_r (from, to, ) argument
|
A D | libm-alias-float128.h | 30 # define libm_alias_float128_other_r(from, to, r) \ argument 31 weak_alias (from ## f128 ## r, to ## f64x ## r) 33 # define libm_alias_float128_other_r(from, to, r) argument 37 #define libm_alias_float128_other(from, to) \ argument 38 libm_alias_float128_other_r (from, to, ) 48 #define libm_alias_float128_r(from, to, r) \ argument 49 weak_alias (from ## f128 ## r, to ## f128 ## r); \ 50 libm_alias_float128_other_r (from, to, r) 53 #define libm_alias_float128(from, to) libm_alias_float128_r (from, to, ) argument
|
A D | math-type-macros-double.h | 35 # define declare_mgen_alias(from, to) libm_alias_double (from, to) argument 39 # define declare_mgen_alias_r(from, to) libm_alias_double_r (from, to, _r) argument 43 # define declare_mgen_alias_narrow(from, to) \ argument 44 libm_alias_double_narrow (from, to)
|
A D | math-type-macros-ldouble.h | 35 # define declare_mgen_alias(from, to) libm_alias_ldouble (from, to) argument 39 # define declare_mgen_alias_r(from, to) libm_alias_ldouble_r (from, to, _r) argument 43 # define declare_mgen_alias_narrow(from, to) \ argument 44 libm_alias_ldouble_narrow (from, to)
|
A D | math-type-macros-float128.h | 37 # define declare_mgen_alias(from, to) libm_alias_float128 (from, to) argument 41 # define declare_mgen_alias_r(from, to) libm_alias_float128_r (from, to, _r) argument 45 # define declare_mgen_alias_narrow(from, to) \ argument 46 libm_alias_float128_narrow (from, to)
|
A D | math-type-macros-float.h | 38 # define declare_mgen_alias(from, to) libm_alias_float (from, to) argument 42 # define declare_mgen_alias_r(from, to) libm_alias_float_r (from, to, _r) argument 46 # define declare_mgen_alias_narrow(from, to) argument
|
A D | math-narrow-alias.h | 110 weak_alias (from, f32x ## to ## f64) 113 # define libm_alias_double_narrow(from, to) \ argument 114 libm_alias_double_narrow_main (from, to) \ 115 weak_alias (from, d ## to ## l) 117 # define libm_alias_double_narrow(from, to) \ argument 118 libm_alias_double_narrow_main (from, to) 122 # define libm_alias_ldouble_narrow(from, to) \ argument 123 weak_alias (from ## l, f64x ## to ## f128) 125 # define libm_alias_ldouble_narrow(from, to) argument 129 # define libm_alias_float128_narrow(from, to) \ argument [all …]
|
A D | math-type-macros.h | 85 #define declare_mgen_finite_alias_x(from, to) \ argument 86 libm_alias_finite (from, to) 90 # define declare_mgen_finite_alias_s(from,to) \ argument 91 declare_mgen_finite_alias_x (from, to) 95 # define declare_mgen_finite_alias(from, to) \ argument 96 declare_mgen_finite_alias_s (M_SUF (from), M_SUF (to))
|
/sysdeps/unix/sysv/linux/s390/s390-32/ |
A D | utmpx-convert.h | 34 to->ut_type = from->ut_type; in utmpx_convert64to32() 37 to->ut_pid = from->ut_pid; in utmpx_convert64to32() 42 memcpy (to->ut_id, from->ut_id, 4); in utmpx_convert64to32() 47 to->ut_exit = from->ut_exit; in utmpx_convert64to32() 48 to->ut_session = (int32_t) from->ut_session; in utmpx_convert64to32() 50 to->ut_tv.tv_sec = (int32_t) from->ut_tv.tv_sec; in utmpx_convert64to32() 62 to->ut_type = from->ut_type; in utmpx_convert32to64() 65 to->ut_pid = from->ut_pid; in utmpx_convert32to64() 70 memcpy (to->ut_id, from->ut_id, 4); in utmpx_convert32to64() 75 to->ut_exit = from->ut_exit; in utmpx_convert32to64() [all …]
|
A D | utmp-convert.h | 35 to->ut_type = from->ut_type; in utmp_convert64to32() 38 to->ut_pid = from->ut_pid; in utmp_convert64to32() 43 memcpy (to->ut_id, from->ut_id, 4); in utmp_convert64to32() 48 to->ut_exit = from->ut_exit; in utmp_convert64to32() 49 to->ut_session = (int32_t) from->ut_session; in utmp_convert64to32() 51 to->ut_tv.tv_sec = (int32_t) from->ut_tv.tv_sec; in utmp_convert64to32() 63 to->ut_type = from->ut_type; in utmp_convert32to64() 66 to->ut_pid = from->ut_pid; in utmp_convert32to64() 71 memcpy (to->ut_id, from->ut_id, 4); in utmp_convert32to64() 76 to->ut_exit = from->ut_exit; in utmp_convert32to64() [all …]
|
/sysdeps/ieee754/ldbl-opt/ |
A D | libm-alias-double.h | 29 weak_alias (from ## r, to ## f64 ## r) 36 weak_alias (from ## r, to ## f32x ## r) 45 #define libm_alias_double_other_r(from, to, r) \ argument 47 libm_alias_double_other_r_f32x (from, to, r) 50 #define libm_alias_double_other(from, to) \ argument 51 libm_alias_double_other_r (from, to, ) 60 #define libm_alias_double_r(from, to, r) \ argument 61 weak_alias (from ## r, to ## r); \ 64 from ## r, \ 67 libm_alias_double_other_r (from, to, r) [all …]
|
A D | libm-alias-ldouble.h | 28 weak_alias (from ## l ## r, to ## f128 ## r) 30 # define libm_alias_ldouble_other_r_f128(from, to, r) argument 35 weak_alias (from ## l ## r, to ## f64x ## r) 44 #define libm_alias_ldouble_other_r(from, to, r) \ argument 45 libm_alias_ldouble_other_r_f128 (from, to, r); \ 46 libm_alias_ldouble_other_r_f64x (from, to, r) 49 #define libm_alias_ldouble_other(from, to) \ argument 50 libm_alias_ldouble_other_r (from, to, ) 60 #define libm_alias_ldouble_r(from, to, r) \ argument 64 libm_alias_ldouble_other_r (from, to, r) [all …]
|
/sysdeps/ieee754/ldbl-128ibm-compat/ |
A D | libm-alias-float128.h | 37 # define libm_alias_float128_other_r(from, to, r) \ argument 38 weak_alias (from ## f128 ## r, to ## f64x ## r); \ 39 libm_alias_float128_other_r_ldbl(from, to, r) 41 # define libm_alias_float128_other_r(from, to, r) \ argument 42 libm_alias_float128_other_r_ldbl(from, to, r) 46 #define libm_alias_float128_other(from, to) \ argument 47 libm_alias_float128_other_r (from, to, ) 57 #define libm_alias_float128_r(from, to, r) \ argument 58 weak_alias (from ## f128 ## r, to ## f128 ## r); \ 59 libm_alias_float128_other_r (from, to, r) [all …]
|
A D | s_nexttowardf128.c | 23 #define weak_alias(from, to) argument 25 #define libm_alias_ldouble(from, to) argument 31 #define weak_alias(from, to) argument 33 #define libm_alias_ldouble(from, to) argument
|
/sysdeps/powerpc/powerpc64/le/fpu/multiarch/ |
A D | float128-ifunc-macros.h | 39 #define libm_alias_finite(from, to) argument 40 #define libm_alias_float128_r(from, to, r) argument 41 #define libm_alias_exclusive_ldouble(from, to) argument 42 #define libm_alias_float128_other_r_ldbl(from, to, r) argument 43 #define libm_alias_float128_narrow(from, to) argument 44 #define declare_mgen_finite_alias(from, to) argument 45 #define declare_mgen_alias(from, to) argument 46 #define declare_mgen_alias_r(from, to) argument 47 #define declare_mgen_alias_narrow(from, to) argument
|
/sysdeps/ieee754/ |
A D | libm-alias-finite.h | 28 # define libm_alias_finite(from, to) \ argument 29 libm_alias_finite1(from, to) 30 # define libm_alias_finite1(from, to) \ argument 32 from, \ 36 # define libm_alias_finite(from, to) argument
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | rt_sigaction.S | 27 .macro SIGCONTEXT_REGS_I base, from=0 28 cfi_offset (\from, \base + (4 + \from) * 8) 29 .if 30-\from 34 .macro SIGCONTEXT_REGS_F base, from=32 35 cfi_offset (\from, \base + (4 + 1 + \from) * 8) 36 .if 62-\from
|
/sysdeps/alpha/alphaev5/ |
A D | add_n.S | 51 cmpult $20,$0,$25 # compute cy from last add 56 cmpult $28,$25,$8 # compute cy from last add 62 or $8,$25,$25 # combine cy from the two adds 68 cmpult $28,$25,$8 # compute cy from last add 71 or $8,$25,$25 # combine cy from the two adds 75 cmpult $28,$25,$8 # compute cy from last add 78 or $8,$25,$25 # combine cy from the two adds 84 cmpult $28,$25,$8 # compute cy from last add 88 or $8,$25,$25 # combine cy from the two adds 95 cmpult $28,$25,$8 # compute cy from last add [all …]
|
A D | sub_n.S | 51 cmpult $4,$20,$25 # compute cy from last sub 56 cmpult $28,$25,$8 # compute cy from last add 62 or $8,$25,$25 # combine cy from the two adds 68 cmpult $28,$25,$8 # compute cy from last add 69 cmpult $6,$22,$25 # compute cy from last add 71 or $8,$25,$25 # combine cy from the two adds 75 cmpult $28,$25,$8 # compute cy from last add 76 cmpult $7,$23,$25 # compute cy from last add 78 or $8,$25,$25 # combine cy from the two adds 84 cmpult $28,$25,$8 # compute cy from last add [all …]
|
/sysdeps/mach/hurd/ |
A D | getitimer.c | 32 subtract_timeval (struct timeval *from, const struct timeval *subtract) in subtract_timeval() argument 34 from->tv_usec -= subtract->tv_usec; in subtract_timeval() 35 from->tv_sec -= subtract->tv_sec; in subtract_timeval() 36 while (from->tv_usec < 0) in subtract_timeval() 38 --from->tv_sec; in subtract_timeval() 39 from->tv_usec += 1000000; in subtract_timeval()
|
/sysdeps/alpha/ |
A D | machine-gmon.h | 19 #define _MCOUNT_DECL(from, self) \ argument 20 void __mcount (u_long from, u_long self)
|