Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 1404) sorted by relevance

12345678910>>...57

/netbsd/src/common/lib/libc/hash/rmd160/
Drmd160.c101 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro
209 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
210 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
211 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
212 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
213 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
214 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
215 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
216 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
217 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
[all …]
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Drmd160.c83 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \ macro
187 R(a, b, c, d, e, F0, K0, 11, 0); in netpgpv_RMD160Transform()
188 R(e, a, b, c, d, F0, K0, 14, 1); in netpgpv_RMD160Transform()
189 R(d, e, a, b, c, F0, K0, 15, 2); in netpgpv_RMD160Transform()
190 R(c, d, e, a, b, F0, K0, 12, 3); in netpgpv_RMD160Transform()
191 R(b, c, d, e, a, F0, K0, 5, 4); in netpgpv_RMD160Transform()
192 R(a, b, c, d, e, F0, K0, 8, 5); in netpgpv_RMD160Transform()
193 R(e, a, b, c, d, F0, K0, 7, 6); in netpgpv_RMD160Transform()
194 R(d, e, a, b, c, F0, K0, 9, 7); in netpgpv_RMD160Transform()
195 R(c, d, e, a, b, F0, K0, 11, 8); in netpgpv_RMD160Transform()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/tests/kdc/
Dcheck-kadmin.in44 R=TEST.H5L.SE
52 kadmin="${kadmin} -r $R"
78 ${R} || exit 1
80 ${kadmin} -l add -p foo --use-defaults foo/admin@${R} || exit 1
81 ${kadmin} -l add -p foo --use-defaults bar@${R} || exit 1
82 ${kadmin} -l add -p foo --use-defaults baz@${R} || exit 1
83 ${kadmin} -l add -p foo --use-defaults bez@${R} || exit 1
84 ${kadmin} -l add -p foo --use-defaults fez@${R} || exit 1
85 ${kadmin} -l add -p foo --use-defaults hasalias@${R} || exit 1
86 ${kadmin} -l add -p foo --use-defaults pkinit@${R} || exit 1
[all …]
Dcheck-kdc.in48 R=TEST.H5L.SE
58 H1=H1.$R
59 H2=H2.$R
63 r=`echo "$R" | tr '[A-Z]' '[a-z]'`
72 kadmin="${kadmin} -l -r $R"
91 ps="proxy-service@${R}"
114 ${R} || exit 1
188 ${kadmin} cpw -r krbtgt/${R}@${R} || exit 1
189 ${kadmin} cpw -r krbtgt/${R}@${R} || exit 1
190 ${kadmin} cpw -r krbtgt/${R}@${R} || exit 1
[all …]
Dcheck-referral.in45 R=TEST.H5L.SE
52 kadmin="${kadmin} -l -r $R"
76 ${R} || exit 1
84 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
85 ${kadmin} modify --alias=alias1 --alias=alias2 foo@${R} || exit 1
86 ${kadmin} get foo@${R} | grep alias1@${R} >/dev/null || exit 1
90 ${kadmin} add -p foo --use-defaults bar@${R} || exit 1
91 ${kadmin} add -p foo --use-defaults 'baz\@realm.foo@'${R} || exit 1
93 ${kadmin} add -p cross1 --use-defaults krbtgt/${R2}@${R} || exit 1
94 ${kadmin} add -p cross2 --use-defaults krbtgt/${R}@${R2} || exit 1
[all …]
Dcheck-pkinit.in45 R=TEST.H5L.SE
49 kadmin="${kadmin} -l -r $R"
94 ${R} || exit 1
96 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
97 ${kadmin} add -p bar --use-defaults bar@${R} || exit 1
98 ${kadmin} add -p baz --use-defaults baz@${R} || exit 1
99 ${kadmin} modify --alias=baz2@test.h5l.se baz@${R} || exit 1
100 ${kadmin} modify --pkinit-acl="CN=baz,DC=test,DC=h5l,DC=se" baz@${R} || exit 1
102 ${kadmin} add -p kaka --use-defaults ${server}@${R} || exit 1
105 ${kadmin} check ${R} || exit 1
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/tests/db/
Dcheck-aliases.in47 R=TEST.H5L.SE
65 ${R} || exit 1
68 ${kadmin} add -p foo --use-defaults foo@${R} || exit 1
69 ${kadmin} modify --alias=foo-alias1@${R} --alias=foo-alias2@${R} foo@${R} || exit 1
72 ${kadmin} add -p foo --use-defaults bar@${R} || exit 1
73 ${kadmin} modify --alias=bar-alias1@${R} bar@${R} || exit 1
78 ${kadmin} modify --alias=foo-alias1@${R} bar@${R} 2>/dev/null && exit 1
79 ${kadmin} modify --alias=foo@${R} bar@${R} 2>/dev/null && exit 1
80 ${kadmin} modify --alias=foo@${R} baz@${R} 2>/dev/null && exit 1
83 ${kadmin} rename bar${R} foo-alias1${R} 2>/dev/null && exit 1
[all …]
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsha1.c314 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() macro
331 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
332 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
333 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
334 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
335 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
336 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
337 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
338 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
339 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd/src/sys/arch/powerpc/powerpc/
Ddb_trace.c72 #define R(P) \ macro
175 p = R(&l->l_proc); in db_stack_trace_print()
176 (*pr)("trace: pid %d ", R(&p->p_pid)); in db_stack_trace_print()
184 l = R(&LIST_FIRST(&p->p_lwps)); in db_stack_trace_print()
190 (*pr)("lid %d ", R(&l->l_lid)); in db_stack_trace_print()
191 pcb = R(&l->l_addr); /* lwp_getpcb */ in db_stack_trace_print()
192 frame = (db_addr_t)R(&pcb->pcb_sp); in db_stack_trace_print()
202 frame = R((db_addr_t *)frame); in db_stack_trace_print()
210 lr = R((db_addr_t *)(frame + 4)) - 4; in db_stack_trace_print()
226 R(&tf->tf_srr1) & PSL_PR ? "user" : "kernel"); in db_stack_trace_print()
[all …]
/netbsd/src/external/mit/xorg/lib/libxcb/files/
Dxselinux.h726 …linux_set_device_create_context_context (const xcb_selinux_set_device_create_context_request_t *R);
729 …et_device_create_context_context_length (const xcb_selinux_set_device_create_context_request_t *R);
732 …x_set_device_create_context_context_end (const xcb_selinux_set_device_create_context_request_t *R);
763 …selinux_get_device_create_context_context (const xcb_selinux_get_device_create_context_reply_t *R);
766 …_get_device_create_context_context_length (const xcb_selinux_get_device_create_context_reply_t *R);
769 …nux_get_device_create_context_context_end (const xcb_selinux_get_device_create_context_reply_t *R);
825 xcb_selinux_set_device_context_context (const xcb_selinux_set_device_context_request_t *R);
828 xcb_selinux_set_device_context_context_length (const xcb_selinux_set_device_context_request_t *R);
831 xcb_selinux_set_device_context_context_end (const xcb_selinux_set_device_context_request_t *R);
864 xcb_selinux_get_device_context_context (const xcb_selinux_get_device_context_reply_t *R);
[all …]
Dxselinux.c181 …elinux_set_device_create_context_context (const xcb_selinux_set_device_create_context_request_t *R) in xcb_selinux_set_device_create_context_context() argument
183 return (char *) (R + 1); in xcb_selinux_set_device_create_context_context()
187 …set_device_create_context_context_length (const xcb_selinux_set_device_create_context_request_t *R) in xcb_selinux_set_device_create_context_context_length() argument
189 return R->context_len; in xcb_selinux_set_device_create_context_context_length()
193 …ux_set_device_create_context_context_end (const xcb_selinux_set_device_create_context_request_t *R) in xcb_selinux_set_device_create_context_context_end() argument
196 i.data = ((char *) (R + 1)) + (R->context_len); in xcb_selinux_set_device_create_context_context_end()
198 i.index = (char *) i.data - (char *) R; in xcb_selinux_set_device_create_context_context_end()
282 …_selinux_get_device_create_context_context (const xcb_selinux_get_device_create_context_reply_t *R) in xcb_selinux_get_device_create_context_context() argument
284 return (char *) (R + 1); in xcb_selinux_get_device_create_context_context()
288 …x_get_device_create_context_context_length (const xcb_selinux_get_device_create_context_reply_t *R) in xcb_selinux_get_device_create_context_context_length() argument
[all …]
Drandr.c162 xcb_randr_refresh_rates_rates (const xcb_randr_refresh_rates_t *R) in xcb_randr_refresh_rates_rates() argument
164 return (uint16_t *) (R + 1); in xcb_randr_refresh_rates_rates()
168 xcb_randr_refresh_rates_rates_length (const xcb_randr_refresh_rates_t *R) in xcb_randr_refresh_rates_rates_length() argument
170 return R->nRates; in xcb_randr_refresh_rates_rates_length()
174 xcb_randr_refresh_rates_rates_end (const xcb_randr_refresh_rates_t *R) in xcb_randr_refresh_rates_rates_end() argument
177 i.data = ((uint16_t *) (R + 1)) + (R->nRates); in xcb_randr_refresh_rates_rates_end()
179 i.index = (char *) i.data - (char *) R; in xcb_randr_refresh_rates_rates_end()
186 xcb_randr_refresh_rates_t *R = i->data; in xcb_randr_refresh_rates_next() local
188 child.data = (xcb_randr_refresh_rates_t *)(((char *)R) + xcb_randr_refresh_rates_sizeof(R)); in xcb_randr_refresh_rates_next()
511 xcb_randr_get_screen_info_sizes (const xcb_randr_get_screen_info_reply_t *R) in xcb_randr_get_screen_info_sizes() argument
[all …]
Drandr.h1896 xcb_randr_refresh_rates_rates (const xcb_randr_refresh_rates_t *R);
1899 xcb_randr_refresh_rates_rates_length (const xcb_randr_refresh_rates_t *R);
1902 xcb_randr_refresh_rates_rates_end (const xcb_randr_refresh_rates_t *R);
2091 xcb_randr_get_screen_info_sizes (const xcb_randr_get_screen_info_reply_t *R);
2094 xcb_randr_get_screen_info_sizes_length (const xcb_randr_get_screen_info_reply_t *R);
2097 xcb_randr_get_screen_info_sizes_iterator (const xcb_randr_get_screen_info_reply_t *R);
2100 xcb_randr_get_screen_info_rates_length (const xcb_randr_get_screen_info_reply_t *R);
2103 xcb_randr_get_screen_info_rates_iterator (const xcb_randr_get_screen_info_reply_t *R);
2259 xcb_randr_get_screen_resources_crtcs (const xcb_randr_get_screen_resources_reply_t *R);
2262 xcb_randr_get_screen_resources_crtcs_length (const xcb_randr_get_screen_resources_reply_t *R);
[all …]
Dglx.c299 xcb_glx_render_data (const xcb_glx_render_request_t *R) in xcb_glx_render_data() argument
301 return (uint8_t *) (R + 1); in xcb_glx_render_data()
305 xcb_glx_render_data_length (const xcb_glx_render_request_t *R) in xcb_glx_render_data_length() argument
307 return (((R->length * 4) - sizeof(xcb_glx_render_request_t))/sizeof(uint8_t)); in xcb_glx_render_data_length()
311 xcb_glx_render_data_end (const xcb_glx_render_request_t *R) in xcb_glx_render_data_end() argument
314 …i.data = ((uint8_t *) (R + 1)) + ((((R->length * 4) - sizeof(xcb_glx_render_request_t))/sizeof(uin… in xcb_glx_render_data_end()
316 i.index = (char *) i.data - (char *) R; in xcb_glx_render_data_end()
428 xcb_glx_render_large_data (const xcb_glx_render_large_request_t *R) in xcb_glx_render_large_data() argument
430 return (uint8_t *) (R + 1); in xcb_glx_render_large_data()
434 xcb_glx_render_large_data_length (const xcb_glx_render_large_request_t *R) in xcb_glx_render_large_data_length() argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
Dsfp-machine.h30 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
31 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
40 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
41 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
42 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/cast/asm/
Dcast-586.pl27 $R="esi";
79 &mov($R,&DWP(4,$tmp2,"",0));
95 &E_CAST( 0,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
97 &E_CAST( 2,$S,$L,$R,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
98 &E_CAST( 3,$S,$R,$L,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
100 &E_CAST( 5,$S,$R,$L,$K,@F3,$tmp1,$tmp2,$tmp3,$tmp4);
101 &E_CAST( 6,$S,$L,$R,$K,@F1,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
[all …]
/netbsd/src/sys/lib/libunwind/
DDwarfInstructions.hpp34 template <typename A, typename R> class DwarfInstructions {
39 static step_result stepWithDwarf(A &, pint_t, pint_t, R &, unw_proc_info_t *);
42 static pint_t evaluateExpression(pint_t, A &, const R &, pint_t);
44 getSavedRegister(A &, const R &, pint_t,
45 const typename CFI_Parser<A, R>::RegisterLocation &);
47 computeRegisterLocation(A &, const R &, pint_t,
48 const typename CFI_Parser<A, R>::RegisterLocation &);
50 static int lastRestoreReg(const R &) { return R::LAST_RESTORE_REG; } in lastRestoreReg() argument
53 const typename CFI_Parser<A, R>::PrologInfo &prolog, in getCFA()
54 const R &registers) { in getCFA()
[all …]
/netbsd/src/share/me/
Dsummary.external4 $0 R section depth
6 $1 R first section number
8 $2 R second section number
10 $3 R third section number
12 $4 R fourth section number
14 $5 R fifth section number
16 $6 R sixth section number
20 $R\(dd R relative vertical spacing in displays
21 $c R current column number
23 $d R delayed text number
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/lm32/
Dsfp-machine.h6 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
7 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
8 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
9 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
10 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
11 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
13 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_loop(S,R,X,Y) argument
14 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
15 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
28 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/moxie/
Dsfp-machine.h11 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
12 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
13 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
14 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
15 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
16 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
18 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_loop(S,R,X,Y) argument
19 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
20 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
33 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsha1.c315 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() macro
332 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
333 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
334 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
335 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
336 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
337 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
338 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
339 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
340 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsha1.c315 #define R(A,B,C,D,E,F,K,M) do { E += rol( A, 5 ) \ in sha1_process_block() macro
332 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
333 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
334 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
335 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
336 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
337 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
338 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
339 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
340 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/err/
Dopenssl.ec49 R SSL_R_SSLV3_ALERT_UNEXPECTED_MESSAGE 1010
50 R SSL_R_SSLV3_ALERT_BAD_RECORD_MAC 1020
51 R SSL_R_TLSV1_ALERT_DECRYPTION_FAILED 1021
52 R SSL_R_TLSV1_ALERT_RECORD_OVERFLOW 1022
53 R SSL_R_SSLV3_ALERT_DECOMPRESSION_FAILURE 1030
54 R SSL_R_SSLV3_ALERT_HANDSHAKE_FAILURE 1040
55 R SSL_R_SSLV3_ALERT_NO_CERTIFICATE 1041
56 R SSL_R_SSLV3_ALERT_BAD_CERTIFICATE 1042
57 R SSL_R_SSLV3_ALERT_UNSUPPORTED_CERTIFICATE 1043
58 R SSL_R_SSLV3_ALERT_CERTIFICATE_REVOKED 1044
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.h480 #define GPR_P(R) IN_RANGE (R, GPR_FIRST, GPR_LAST) argument
481 #define GPR_OR_AP_P(R) (GPR_P (R) || (R) == ARG_POINTER_REGNUM) argument
482 #define FPR_P(R) IN_RANGE (R, FPR_FIRST, FPR_LAST) argument
483 #define CC_P(R) IN_RANGE (R, CC_FIRST, CC_LAST) argument
484 #define ICC_P(R) IN_RANGE (R, ICC_FIRST, ICC_LAST) argument
485 #define FCC_P(R) IN_RANGE (R, FCC_FIRST, FCC_LAST) argument
486 #define CR_P(R) IN_RANGE (R, CR_FIRST, CR_LAST) argument
487 #define ICR_P(R) IN_RANGE (R, ICR_FIRST, ICR_LAST) argument
488 #define FCR_P(R) IN_RANGE (R, FCR_FIRST, FCR_LAST) argument
489 #define ACC_P(R) IN_RANGE (R, ACC_FIRST, ACC_LAST) argument
[all …]
/netbsd/src/external/lgpl3/gmp/dist/tests/mpn/
Dt-matrix22.c51 matrix_copy (struct matrix *R, const struct matrix *M) in matrix_copy() argument
53 R->n = M->n; in matrix_copy()
54 MPN_COPY (R->e00, M->e00, M->n); in matrix_copy()
55 MPN_COPY (R->e01, M->e01, M->n); in matrix_copy()
56 MPN_COPY (R->e10, M->e10, M->n); in matrix_copy()
57 MPN_COPY (R->e11, M->e11, M->n); in matrix_copy()
89 ref_matrix22_mul (struct matrix *R, in ref_matrix22_mul() argument
98 r00 = R->e00; a00 = A->e00; b00 = B->e00; in ref_matrix22_mul()
99 r01 = R->e01; a01 = A->e01; b01 = B->e01; in ref_matrix22_mul()
100 r10 = R->e10; a10 = A->e10; b10 = B->e10; in ref_matrix22_mul()
[all …]

12345678910>>...57