Searched refs:u3 (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_exteuclid.c21 a*u1 + b*u2 = u3
25 mp_int u1,u2,u3,v1,v2,v3,t1,t2,t3,q,tmp; local
28 if ((err = mp_init_multi(&u1, &u2, &u3, &v1, &v2, &v3, &t1, &t2, &t3, &q, &tmp, NULL)) != MP_OKAY) {
32 /* initialize, (u1,u2,u3) = (1,0,a) */
34 if ((err = mp_copy(a, &u3)) != MP_OKAY) { goto _ERR; }
42 /* q = u3/v3 */
43 if ((err = mp_div(&u3, &v3, &q, NULL)) != MP_OKAY) { goto _ERR; }
45 /* (t1,t2,t3) = (u1,u2,u3) - (v1,v2,v3)q */
51 if ((err = mp_sub(&u3, &tmp, &t3)) != MP_OKAY) { goto _ERR; }
53 /* (u1,u2,u3)
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbitfields2.c18 unsigned long long u3 : 16; member in struct:fields
94 flags.u3 = 1;
96 flags.u3 = 0;
102 flags.u3 = 0xFFFF;
106 flags.u3 = 0;
123 flags.u3 = 0xFFFF;
127 flags.u3 = 0;
H A Dbitfields.c20 unsigned int u3 : 3; member in struct:fields
121 flags.u3 = 1;
123 flags.u3 = 0;
143 flags.u3 = 0x7;
149 flags.u3 = 0;
170 flags.u3 = 0x7;
175 flags.u3 = 0;
212 container.one.u3 = 5;
213 container.two.u3 = 3;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbitfields2.c18 unsigned long long u3 : 16; member in struct:fields
94 flags.u3 = 1;
96 flags.u3 = 0;
102 flags.u3 = 0xFFFF;
106 flags.u3 = 0;
123 flags.u3 = 0xFFFF;
127 flags.u3 = 0;
H A Dbitfields.c20 unsigned int u3 : 3; member in struct:fields
121 flags.u3 = 1;
123 flags.u3 = 0;
143 flags.u3 = 0x7;
149 flags.u3 = 0;
170 flags.u3 = 0x7;
175 flags.u3 = 0;
212 container.one.u3 = 5;
213 container.two.u3 = 3;
/netbsd-current/tests/usr.bin/indent/
H A Dopt_cs.c33 union u u3 = (union u) u; variable in typeref:union:u
40 union u u3 = (union u) u; variable in typeref:union:u
47 union u u3 = (union u)u; variable in typeref:union:u
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparc1234/
H A Dlshiftc.asm47 define(`u3', `%l6')
63 ldx [up-8],u3 C load first limb
65 srlx u3,tnc,%i5 C compute function result
67 sllx u3,cnt,%g3
74 ldx [up-8],u3
107 srlx u3,tnc,%g2
112 sllx u3,cnt,%g3
114 ldx [up-8],u3
135 srlx u3,tnc,%g2
139 sllx u3,cn
[all...]
H A Dsub_n.asm54 define(`u3',`%l6')
94 ldx [up-8],u3
157 sub u3,v3,%g1
162 orn u3,v3,%g2
167 andn u3,v3,%g3
168 ldx [up-8],u3
208 sub u3,v3,%g1
211 orn u3,v3,%g2
213 andn u3,v3,%g3
H A Dadd_n.asm54 define(`u3', `%l6')
94 ldx [up-8],u3
157 add u3,v3,%g1
162 or u3,v3,%g2
167 and u3,v3,%g3
168 ldx [up-8],u3
208 add u3,v3,%g1
211 or u3,v3,%g2
213 and u3,v3,%g3
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dpopcount.asm43 define(`u0',`r16') define(`u1',`r17') define(`u2',`r18') define(`u3',`r19')
83 ld8 u3 = [up], 8 C M01
92 popcnt c3 = u3 C I0
115 ld8 u3 = [up], 8 C M01
121 .Lb10: ld8 u3 = [up], 8 C M01
127 popcnt c3 = u3 C I0
135 popcnt c3 = u3 C I0
147 ld8 u3 = [up], 8 C M01
153 popcnt c3 = u3 C I0
162 popcnt c3 = u3
[all...]
H A Dhamdist.asm44 define(`u0',`r16') define(`u1',`r17') define(`u2',`r18') define(`u3',`r19')
88 ld8 u3 = [up], 8 C M01
95 xor x3 = u3, v3 C M I
113 xor x3 = u3, v3 C M I
115 ld8 u3 = [up], 8 C M01
150 ld8 u3 = [up], 8 C M01
161 xor x3 = u3, v3 C M I
178 xor x3 = u3, v3 C M I
180 ld8 u3 = [up], 8 C M01
188 .Lb10: ld8 u3
[all...]
H A Dadd_n_sub_n.asm47 define(`u0',`r16') define(`u1',`r17') define(`u2',`r18') define(`u3',`r19')
90 L(b1): ld8 u3 = [up0], 8 C M01
96 add s3 = u3, v3 C M I
97 sub d3 = u3, v3 C M I
101 cmpltu p13, p0 = u3, v3 C borrow from sub3 M I
116 ld8 u3 = [up1], 16 C M01
155 ld8 u3 = [up1], 16 C M01
163 add s3 = u3, v3 C M I
165 sub d3 = u3, v3 C M I
170 cmpltu p13, p0 = u3, v
[all...]
H A Drsh1aors_n.asm65 define(`u0',`r14') define(`u1',`r15') define(`u2',`r16') define(`u3',`r17')
134 ld8 u3 = [up], 8 C M01
173 ld8 u3 = [up], 8 C M01
186 ADDSUB w3 = u3, v3 C M I
190 cmp.PRED p7, p0 = w3, u3 C M I
206 cmp.PRED p7, p0 = w3, u3 C M I
207 ld8 u3 = [up], 8 C M01
248 ld8 u3 = [up], 8 C M01
264 ADDSUB w3 = u3, v3 C M I
268 cmp.PRED p7, p0 = w3, u3
[all...]
H A Daors_n.asm78 define(`u0',`r14') define(`u1',`r15') define(`u2',`r16') define(`u3',`r17')
137 ld8 u3 = [up], 8 C M01
159 ADDSUB w3 = u3, v3 C M I
162 cmp.CND p9, p0 = w3, u3 C M I
164 }{.mmb; ld8 u3 = [up], 8 C M01
191 ld8 u3 = [up], 8 C M01
231 ld8 u3 = [up], 8 C M01
244 ld8 u3 = [up], 8 C M01
254 ADDSUB w3 = u3, v3 C M I
264 ADDSUB w3 = u3, v
[all...]
H A Dcnd_aors_n.asm64 define(`u0',`r14') define(`u1',`r15') define(`u2',`r16') define(`u3',`r17')
116 ld8 u3 = [up2], 16 C M01
121 ADDSUB w3 = u3, x3 C M I
126 cmp.CND p9, p0 = w3, u3 C M I
152 ld8 u3 = [up1], 8 C M01
156 ADDSUB w3 = u3, x3 C M I
158 cmp.CND p9, p0 = w3, u3 C M I
199 ld8 u3 = [up2], 16 C M01
208 }{.mmi; ADDSUB w3 = u3, x3 C M I
217 cmp.CND p9, p0 = w3, u3
[all...]
H A DaorsorrlshC_n.asm68 define(`u0',`r14') define(`u1',`r15') define(`u2',`r16') define(`u3',`r17')
139 }{.mmi; ld8 u3 = [up], 8 C M01
173 ld8 u3 = [up], 8 C M01
192 ADDSUB( w3, u3, x3) C M I
195 }{.mmi; CMP( p7, w3, u3, x3) C M I
207 CMP( p8, w3, u3, x3) C M I
233 ld8 u3 = [up], 8 C M01
257 }{.mib; ADDSUB( w3, u3, x3) C M I
288 ld8 u3 = [up], 8 C M01
316 CMP( p8, w3, u3, x
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dleb128_unittest.cc44 static unsigned char u3[] = { 126 }; // 126 local
66 CHECK(read_unsigned_LEB_128(u3, &len) == 126 && len == sizeof(u3));
/netbsd-current/share/doc/usd/01.begin/
H A DMakefile5 SRCS= u.mac u0 u1 u2 u3 u4 u5
/netbsd-current/crypto/external/bsd/openssl/lib/libdes/
H A Ddes_locl.h168 unsigned int u1,u2,u3; \
177 u3=(int)(u>>8L); \
179 u3&=0xfc; \
181 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
188 u3=(int)t>>8L; \
190 u3&=0xfc; \
192 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 unsigned int u1,u2,u3; \
252 u3=(int)u>>8L; \
254 u3
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/lib/libdes/
H A Ddes_locl.h168 unsigned int u1,u2,u3; \
177 u3=(int)(u>>8L); \
179 u3&=0xfc; \
181 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
188 u3=(int)t>>8L; \
190 u3&=0xfc; \
192 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
242 unsigned int u1,u2,u3; \
252 u3=(int)u>>8L; \
254 u3
[all...]
/netbsd-current/sys/crypto/des/
H A Ddes_locl.h146 unsigned int u1,u2,u3; \
155 u3=(int)(u>>8L); \
157 u3&=0xfc; \
159 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
166 u3=(int)t>>8L; \
168 u3&=0xfc; \
170 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
230 unsigned int u1,u2,u3; \
240 u3=(int)u>>8L; \
242 u3
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
H A Daddmul_1.asm48 define(`u3', `%l3')
70 L(b11): ldx [up+16], u3
78 mulx u3, v0, %g4
79 umulxhi(u3, v0, %g5)
128 ldx [up+24], u3
141 ldx [up+24], u3
158 mulx u3, v0, %g4
160 umulxhi(u3, v0, %g5)
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev5/
H A Ddiveby3.asm43 C * Combine u0 and u2, u1 and u3.
63 define(`u2', `r2') define(`u3', `r3')
97 $Lb11: ldq u3, 8(up)
121 mov r28, u3
127 cmpult u3, cy, cy C L0
191 ldq u3, 32(up) C L1
221 mulq u3, xAAAAAAAAAAAAAAAB, q1 C U1
257 cmpult u3, cy, cy C L0
/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_132.c43 unsigned u3:3; member in struct:bit_fields
269 bits.u3 = bits.u32 & m;
271 bits.u5 = bits.u3 & m;
455 s32 = 8 - bits.u3;
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
H A Dsqr_basecase.asm328 maddld( r5, u1, u1, r27) C W u3^2
329 maddhdu(r10, u1, u1, r27) C W u3^2
344 maddld( r28, r8, u0, r26) C W u3 x u2
345 maddhdu(r31, r8, u0, r26) C W u3 x u2
361 maddld( r12, u1, u1, r27) C W u3^2
362 maddhdu(r11, u1, u1, r27) C W u3^2
377 maddld( r29, r9, u0, r27) C W u3 x u2
378 maddhdu(r30, r9, u0, r27) C W u3 x u2
468 mulld r12, u1, u1 C W u3^2
469 mulhdu r11, u1, u1 C W u3
[all...]

Completed in 183 milliseconds

123