/osnet-11/usr/src/lib/libplot/t4014/common/ |
H A D | point.c | 37 point(short xi, short yi) argument 39 move(xi, yi); 40 cont(xi, yi);
|
H A D | move.c | 38 move(short xi, short yi) argument 41 cont(xi, yi);
|
/osnet-11/usr/src/lib/libplot/t300/common/ |
H A D | move.c | 37 move(short xi, short yi) argument 39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
|
H A D | point.c | 37 point(short xi, short yi) { argument 38 move(xi, yi);
|
/osnet-11/usr/src/lib/libplot/t300s/common/ |
H A D | move.c | 37 move(short xi, short yi) argument 39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
|
H A D | point.c | 37 point(short xi, short yi) argument 39 move(xi, yi);
|
/osnet-11/usr/src/lib/libplot/t450/common/ |
H A D | move.c | 36 move(short xi, short yi) argument 38 movep(xconv(xsc(xi)), yconv(ysc(yi)));
|
H A D | point.c | 36 point(short xi, short yi) argument 38 move(xi, yi);
|
/osnet-11/usr/src/lib/libplot/plot/common/ |
H A D | cont.c | 38 cont(short xi, short yi) argument 41 putsi(xi);
|
H A D | move.c | 38 move(short xi, short yi) argument 41 putsi(xi);
|
H A D | point.c | 38 point(short xi, short yi) argument 41 putsi(xi);
|
H A D | arc.c | 38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument 41 putsi(xi);
|
H A D | dot.c | 38 dot(short xi, short yi, short dx, short n, short pat[]) argument 42 putsi(xi);
|
/osnet-11/usr/src/lib/libplot/vt0/common/ |
H A D | arc.c | 39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument 43 (void) write(vti, &xi, 12);
|
H A D | dot.c | 38 dot(short xi, short yi, short dx, short n, int pat[]) argument 40 struct {char pad, c; short xi, yi, dx; } p; member in struct:__anon2344
|
H A D | move.c | 37 move(short xi, short yi) argument 41 p.x = xnow = xsc(xi);
|
H A D | point.c | 38 point(short xi, short yi) argument 42 p.x = xnow = xsc(xi);
|
H A D | subr.c | 39 xsc(int xi) argument 42 xa = (int)((xi - obotx) * scalex + botx);
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/ |
H A D | Makefile.PL | 62 # and the ObjectDefs.xi file (generated from sys/exacct_catalog.h by 79 Catalog.c: CatalogDefs.xi 81 CatalogDefs.xi: ../extract_defines $(EXACCT_H) 100 # and the ObjectDefs.xi file (generated from 109 Catalog.c: CatalogDefs.xi 111 CatalogDefs.xi: ../extract_defines $(EXACCT_H) 141 realclean => { FILES => 'CatalogDefs.xi' },
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/ |
H A D | Makefile.PL | 62 # and the FileDefs.xi file (generated from sys/exacct_catalog.h by 79 File.c: FileDefs.xi 81 FileDefs.xi: ../extract_defines $(EXACCT_H) 100 # and the FileDefs.xi file (generated from /usr/include/exacct.h by 108 File.c: FileDefs.xi 110 FileDefs.xi: ../extract_defines $(EXACCT_H) 140 realclean => { FILES => 'FileDefs.xi' },
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
H A D | Makefile.PL | 99 # and the ExacctDefs.xi file (generated from sys/exacct.h by 116 Exacct.c: ExacctDefs.xi 118 ExacctDefs.xi: extract_defines $(EXACCT_H) 137 # and the ExacctDefs.xi file (generated from /usr/include/sys/exacct.h 145 Exacct.c: ExacctDefs.xi 147 ExacctDefs.xi: extract_defines $(EXACCT_H) 174 realclean => { FILES => 'ExacctDefs.xi' },
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/ |
H A D | Makefile.PL | 62 # and the ObjectDefs.xi file (generated from sys/exacct.h by 79 Object.c: ObjectDefs.xi 81 ObjectDefs.xi: ../extract_defines $(EXACCT_H) 100 # and the ObjectDefs.xi file (generated from /usr/include/sys/exacct.h 109 Object.c: ObjectDefs.xi 111 ObjectDefs.xi: ../extract_defines $(EXACCT_H) 142 realclean => { FILES => 'ObjectDefs.xi' },
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | cast5.c | 518 #define xi(i) ((x[(i)/4] >> (8*(3-((i)%4)))) & 0xff) macro 521 z[0] = x[0] ^ s5[xi(13)]^s6[xi(15)]^s7[xi(12)]^s8[xi(14)]^s7[xi( 8)]; 522 z[1] = x[2] ^ s5[zi( 0)]^s6[zi( 2)]^s7[zi( 1)]^s8[zi( 3)]^s8[xi(10)]; 523 z[2] = x[3] ^ s5[zi( 7)]^s6[zi( 6)]^s7[zi( 5)]^s8[zi( 4)]^s5[xi( 9)]; 524 z[3] = x[1] ^ s5[zi(10)]^s6[zi( 9)]^s7[zi(11)]^s8[zi( 8)]^s6[xi(11)]; 531 x[1] = z[0] ^ s5[xi( 557 #undef xi macro 601 #undef xi macro [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/ |
H A D | cast5.c | 473 #define xi(i) ((x[(i)/4] >> (8*(3-((i)%4)))) & 0xff) macro 476 z[0] = x[0] ^ s5[xi(13)]^s6[xi(15)]^s7[xi(12)]^s8[xi(14)]^s7[xi( 8)]; 477 z[1] = x[2] ^ s5[zi( 0)]^s6[zi( 2)]^s7[zi( 1)]^s8[zi( 3)]^s8[xi(10)]; 478 z[2] = x[3] ^ s5[zi( 7)]^s6[zi( 6)]^s7[zi( 5)]^s8[zi( 4)]^s5[xi( 9)]; 479 z[3] = x[1] ^ s5[zi(10)]^s6[zi( 9)]^s7[zi(11)]^s8[zi( 8)]^s6[xi(11)]; 486 x[1] = z[0] ^ s5[xi( 512 #undef xi macro 556 #undef xi macro [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 422 my @prod = (); my ($prod,$car,$cty,$xi,$yi); 424 for $xi (@$xv) 431 # $prod = $xi * $yi + ($prod[$cty] || 0) + $car; 436 # $xi = shift @prod; 439 # looping through this if $xi == 0 is silly - so optimize it away! 440 $xi = (shift @prod || 0), next if $xi == 0; 443 $prod = $xi * $yi + ($prod[$cty] || 0) + $car; 445 ## $prod = $prod[$cty]; $prod += ($car + $xi * $yi); # no ||0 here 450 $xi [all...] |