Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/glibc-2.36/sysdeps/aarch64/
Dtst-audit27.c28 float r = tst_audit27_func_float (FUNC_FLOAT_ARG0, FUNC_FLOAT_ARG1, in do_test() local
38 double r = tst_audit27_func_double (FUNC_DOUBLE_ARG0, FUNC_DOUBLE_ARG1, in do_test() local
48 long double r = tst_audit27_func_ldouble (FUNC_LDOUBLE_ARG0, in do_test() local
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-mount.c35 int r = fsopen ("it_should_be_not_a_valid_mount", 0); in do_test() local
48 int r = fsconfig (fd, FSCONFIG_SET_STRING, "size", "2048", 0); in do_test() local
63 int r = move_mount (mfd, "", AT_FDCWD, "/tmp", MOVE_MOUNT_F_EMPTY_PATH); in do_test() local
87 int r = mount_setattr (fd_tree, "", AT_EMPTY_PATH, &attr, in do_test() local
Dselect.c69 int r = SYSCALL_CANCEL (pselect6_time64, nfds, readfds, writefds, exceptfds, in __select64() local
78 int r = SYSCALL_CANCEL (pselect6_time64, nfds, readfds, writefds, in __select64() local
98 int r = SYSCALL_CANCEL (pselect6, nfds, readfds, writefds, exceptfds, pts32, in __select64() local
111 int r = SYSCALL_CANCEL (_newselect, nfds, readfds, writefds, exceptfds, ptv32); in __select64() local
132 int r = __select64 (nfds, readfds, writefds, exceptfds, ptv64); in libc_hidden_def() local
Dtst-rlimit-infinity.c49 struct rlimit r; in test_getrlimit() local
58 struct rlimit64 r; in test_getrlimit64() local
67 struct rlimit r; in test_prlimit_get() local
76 struct rlimit64 r; in test_prlimit64_get() local
85 struct rlimit r = { new_cur, new_max }; in test_setrlimit() local
92 struct rlimit64 r = { new_cur, new_max }; in test_setrlimit64() local
99 struct rlimit r = { new_cur, new_max }; in test_prlimit_set() local
106 struct rlimit64 r = { new_cur, new_max }; in test_prlimit64_set() local
Dtst-process_mrelease.c49 int r = process_mrelease (-1, 0); in do_test() local
74 int r = waitid (P_PIDFD, pidfd, &info, WEXITED); in do_test() local
/glibc-2.36/sysdeps/pthread/
Dtst-pt-tls4.c39 int r = pthread_barrier_wait (&b3); in tf() local
51 int r = pthread_barrier_wait (&b3); in tf() local
63 int r = pthread_barrier_wait (&b3); in tf() local
77 int r = pthread_barrier_wait (&b2); in tf2() local
115 int r = pthread_barrier_wait (&b2); in do_test() local
Dtst-cancel29.c56 int r; in tf_sigtimedwait() local
77 int r; in tf_poll() local
95 int r; in tf_ppoll() local
112 int r; in tf_select() local
129 int r; in tf_pselect() local
146 int r; in tf_clock_nanosleep() local
Dtst-exit1.c31 int r = pthread_barrier_wait (&b); in tf() local
58 int r = pthread_barrier_wait (&b); in do_test() local
/glibc-2.36/sysdeps/generic/
Dlibm-alias-double.h25 # define libm_alias_double_other_r_f64(from, to, r) \ argument
28 # define libm_alias_double_other_r_f64(from, to, r) argument
32 # define libm_alias_double_other_r_f32x(from, to, r) \ argument
35 # define libm_alias_double_other_r_f32x(from, to, r) argument
42 #define libm_alias_double_other_r(from, to, r) \ argument
58 # define libm_alias_double_r(from, to, r) \ argument
64 # define libm_alias_double_r(from, to, r) \ argument
Dlibm-alias-ldouble.h25 # define libm_alias_ldouble_other_r_f128(from, to, r) \ argument
28 # define libm_alias_ldouble_other_r_f128(from, to, r) argument
32 # define libm_alias_ldouble_other_r_f64x(from, to, r) \ argument
35 # define libm_alias_ldouble_other_r_f64x(from, to, r) argument
42 #define libm_alias_ldouble_other_r(from, to, r) \ argument
58 #define libm_alias_ldouble_r(from, to, r) \ argument
Dlibm-alias-float128.h30 # define libm_alias_float128_other_r(from, to, r) \ argument
33 # define libm_alias_float128_other_r(from, to, r) argument
48 #define libm_alias_float128_r(from, to, r) \ argument
Dlibm-alias-float.h29 # define libm_alias_float_other_r(from, to, r) \ argument
32 # define libm_alias_float_other_r(from, to, r) argument
46 #define libm_alias_float_r(from, to, r) \ argument
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dlibm-alias-double.h28 # define libm_alias_double_other_r_f64(from, to, r) \ argument
31 # define libm_alias_double_other_r_f64(from, to, r) argument
35 # define libm_alias_double_other_r_f32x(from, to, r) \ argument
38 # define libm_alias_double_other_r_f32x(from, to, r) argument
45 #define libm_alias_double_other_r(from, to, r) \ argument
60 #define libm_alias_double_r(from, to, r) \ argument
Dlibm-alias-ldouble.h27 # define libm_alias_ldouble_other_r_f128(from, to, r) \ argument
30 # define libm_alias_ldouble_other_r_f128(from, to, r) argument
34 # define libm_alias_ldouble_other_r_f64x(from, to, r) \ argument
37 # define libm_alias_ldouble_other_r_f64x(from, to, r) argument
44 #define libm_alias_ldouble_other_r(from, to, r) \ argument
60 #define libm_alias_ldouble_r(from, to, r) \ argument
/glibc-2.36/sysdeps/microblaze/
Dasm-syntax.h22 #define R_(r) %##r argument
23 #define R(r) R_(r) argument
/glibc-2.36/stdio-common/
Dtst-scanf-round.c33 int r = sscanf ("-0.1", "%lf", &b); in do_test() local
43 int r = sscanf ("-0.1", "%lf", &b); in do_test() local
/glibc-2.36/sysdeps/alpha/fpu/
Dconjf.c31 _Complex float r = ~ c1_cfloat_value (z); in __c1_conjf() local
38 _Complex float r = ~ c2_cfloat_value (z); in __c2_conjf() local
/glibc-2.36/sysdeps/alpha/
Dots_cmpe.c26 long r; in internal_compare() local
40 long r = internal_compare (al, ah, bl, bh); in _OtsLssX() local
50 long r = internal_compare (al, ah, bl, bh); in _OtsLeqX() local
60 long r = internal_compare (al, ah, bl, bh); in _OtsGtrX() local
70 long r = internal_compare (al, ah, bl, bh); in _OtsGeqX() local
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dlibm-alias-float128.h28 #define libm_alias_float128_other_r_ldbl(from, to, r) \ argument
37 # define libm_alias_float128_other_r(from, to, r) \ argument
41 # define libm_alias_float128_other_r(from, to, r) \ argument
57 #define libm_alias_float128_r(from, to, r) \ argument
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/multiarch/
Dfloat128-ifunc-redirect-macros.h42 #define F128_REDIR_PFX_R(func, pfx, r) \ argument
46 #define F128_REDIR_PFX_R(func, pfx, r) \ argument
50 #define F128_REDIR_R(func, r) F128_REDIR_PFX_R (func, , r) argument
/glibc-2.36/sysdeps/sparc/sparc32/
Dq_qtod.c29 double r; in _Q_qtod() local
Dq_qtos.c29 float r; in _Q_qtos() local
/glibc-2.36/sysdeps/powerpc/powerpc64/le/fpu/
Dw_ilogb_template.c11 int r; in M_DECL_FUNC() local
/glibc-2.36/sysdeps/powerpc/nofpu/
Dsqrtdf2.c40 DFtype r; in __sqrtdf2() local
Dsqrtsf2.c40 SFtype r; in __sqrtsf2() local

12345678910>>...22