Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 25 of 134) sorted by relevance

123456

/minix3/crypto/external/bsd/openssl/dist/crypto/rc4/asm/
H A Drc4-586.pl65 $xx="eax";
80 &mov (&DWP(0,$dat,$xx,4),$ty);
82 &inc (&LB($xx));
86 &mov ($tx,&DWP(0,$dat,$xx,4));
99 my @XX=($xx,$out);
135 &mov (&DWP(0,$dat,$xx,4),$ty);
136 &inc ($xx);
138 &movz ($xx,&LB($xx)); # (*)
143 &mov ($tx,&DWP(0,$dat,$xx,4));
162 &xor ($xx,$xx); # avoid partial register stalls
[all …]
/minix3/share/misc/
H A Dbsd-family-tree346 Third Edition 1973-02-xx [QCU]
348 Fourth Edition 1973-11-xx [QCU]
351 Fifth Edition 1974-06-xx [QCU]
353 Sixth Edition 1975-05-xx [QCU]
355 Seventh Edition 1979-01-xx [QCU]
357 Eighth Edition 1985-02-xx [QCU]
364 Ninth Edition 1986-09-xx [QCU]
365 Tenth Edition 1989-10-xx [QCU]
374 2.79BSD 1980-04-xx [TUHS]
375 2.8BSD 1981-07-xx [KSJ]
[all …]
/minix3/lib/libm/src/
H A Db_tgamma.c225 struct Double r, xx; in smaller_gam() local
230 xx.a = (t + x), TRUNC(xx.a); in smaller_gam()
231 xx.b = x - xx.a; xx.b += t; xx.b += d; in smaller_gam()
234 x = xx.a + xx.b; in smaller_gam()
236 xx.a = x, TRUNC(xx.a); in smaller_gam()
237 xx.b = x - xx.a; in smaller_gam()
243 r.a -= d*xx.a; r.a -= d*xx.b; r.a += r.b; in smaller_gam()
/minix3/external/bsd/tmux/dist/
H A Dgrid.c124 u_int xx, yy; in grid_compare() local
134 for (xx = 0; xx < ga->sx; xx++) { in grid_compare()
135 gca = &gla->celldata[xx]; in grid_compare()
136 gcb = &glb->celldata[xx]; in grid_compare()
224 u_int xx; in grid_expand_line() local
231 for (xx = gl->cellsize; xx < sx; xx++) in grid_expand_line()
232 grid_put_cell(gd, xx, py, &grid_default_cell); in grid_expand_line()
283 u_int xx, yy; in grid_clear() local
307 for (xx = px; xx < px + nx; xx++) { in grid_clear()
308 if (xx >= gd->linedata[yy].cellsize) in grid_clear()
[all …]
H A Dscreen-write.c301 u_int xx, yy, cx, cy, ax, bx; in screen_write_copy() local
323 for (xx = ax; xx < bx; xx++) { in screen_write_copy()
324 if (xx >= gl->cellsize) in screen_write_copy()
327 gc = &gl->celldata[xx]; in screen_write_copy()
348 u_int xx; in screen_write_initctx() local
363 for (xx = 1; xx <= screen_size_x(s); xx++) { in screen_write_initctx()
364 gc = grid_view_peek_cell(gd, screen_size_x(s) - xx, s->cy); in screen_write_initctx()
368 ttyctx->last_width = xx; in screen_write_initctx()
502 u_int xx, yy; in screen_write_alignmenttest() local
510 for (xx = 0; xx < screen_size_x(s); xx++) in screen_write_alignmenttest()
[all …]
/minix3/lib/libm/noieee_src/
H A Dn_gamma.c239 struct Double r, xx; in smaller_gam() local
244 xx.a = (t + x), TRUNC(xx.a); in smaller_gam()
245 xx.b = x - xx.a; xx.b += t; xx.b += d; in smaller_gam()
248 x = xx.a + xx.b; in smaller_gam()
250 xx.a = x, TRUNC(xx.a); in smaller_gam()
251 xx.b = x - xx.a; in smaller_gam()
257 r.a -= d*xx.a; r.a -= d*xx.b; r.a += r.b; in smaller_gam()
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Ddesignated-initializers.c145 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member
146 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float,
147 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float,
152 &xy[2].xx.a, &xy[2].xx, &global_float
H A Dblock-labels.c3 void xx();
8 if (1) xx(); in a()
H A Dcomplex-int.c6 __complex__ unsigned xx; in a() local
16 result = xx*yy; in a()
20 case xx: ; // expected-error{{expression is not an integer constant expression}} in a()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dlegalize-shift-64.ll2 define i64 @test1(i32 %xx, i32 %test) nounwind {
3 %conv = zext i32 %xx to i64
15 define i64 @test2(i64 %xx, i32 %test) nounwind {
18 %shl = shl i64 %xx, %sh_prom
29 define i64 @test3(i64 %xx, i32 %test) nounwind {
32 %shr = lshr i64 %xx, %sh_prom
43 define i64 @test4(i64 %xx, i32 %test) nounwind {
46 %shr = ashr i64 %xx, %sh_prom
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A Darm64-misched-basic-A57.ll31 %xx = alloca i32, align 4
38 store i32 0, i32* %xx, align 4
55 store i32 %add, i32* %xx, align 4
56 %6 = load i32* %xx, align 4
58 store i32 %add1, i32* %xx, align 4
59 %7 = load i32* %xx, align 4
61 store i32 %add2, i32* %xx, align 4
62 %8 = load i32* %xx, align 4
64 store i32 %add3, i32* %xx, align 4
86 store i32 %add15, i32* %xx, align 4
[all …]
/minix3/external/bsd/bind/dist/bin/tests/system/glue/
H A Dxx.good2 ; <<>> DiG 9.0 <<>> +norec @10.53.0.1 -p 5300 foo.bar.xx. a
9 ;foo.bar.xx. IN A
12 xx. 172800 IN NS b.root-servers.nil.
H A Dtests.sh34 $DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1
35 $PERL ../digcomp.pl xx.good dig.out || status=1
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dtrailing-return-0x.cpp70 X<int> xx; variable
71 only<int> p2 = xx.f(0L);
72 only<double> p3 = xx.g(0L, 1.0);
73 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
H A Dtype-definition-in-specifier.cpp42 static int xx; member
50 …void func8(struct { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a param…
51 …void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in …
H A Dwarn-shadow.cpp13 namespace xx { namespace
21 using namespace xx;
/minix3/external/bsd/llvm/dist/clang/test/PCH/
H A Dobjc_methods.m11 TestPCH *xx;
16 xx = [TestPCH alloc];
17 [xx instMethod];
H A Dobjc_import.m13 TestPCH *xx;
15 xx = [TestPCH alloc];
16 [xx instMethod];
H A Dobjc_property.m11 TestProperties *xx = [TestProperties alloc];
12 xx.value = 5;
/minix3/external/bsd/llvm/dist/clang/test/Analysis/diagnostics/
H A Dundef-value-param.c20 int xx; //expected-note {{'xx' declared without an initial value}} in use() local
21 int *y = &xx; in use()
26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}} in use()
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/
H A Dmips-abi-bad.s10 # FIXME: Add separate test for .set fp=xx/32/64.
11 .set fp=xx,6
13 # CHECK-NEXT: .set fp=xx,6
/minix3/external/bsd/llvm/dist/llvm/test/MC/Mips/mips64r2/
H A Dabi-bad.s2 .set fp=xx
4 # CHECK: .set fp=xx
/minix3/external/bsd/llvm/dist/llvm/test/Feature/
H A Dprototype.ll8 %xx = call i32 @bar( i32 %blah ) ; <i32> [#uses=1]
9 ret i32 %xx
/minix3/tools/host-mkdep/
H A Dhost-mkdep.in140 cppargs=${cppargs%xx}
157 cppargs=${cppargs%xx}
163 cppargs=${cppargs%xx}
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A D2011-12-08-DemandedBitsMiscompile.ll3 define void @test(i32* nocapture %x, i64* %xx, i32* %yp) nounwind uwtable ssp {
9 store i64 %z2, i64* %xx, align 4

123456