Searched refs:x1 (Results 1 - 25 of 295) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libplot/t4014/common/
H A Dline.c37 line(short x0, short y0, short x1, short y1) argument
40 cont(x1, y1);
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c37 space(short x0, short y0, short x1, short y1) argument
43 scalex = 3120. / (x1 - x0);
/osnet-11/usr/src/lib/libplot/plot/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dline.c38 line(short x0, short y0, short x1, short y1) argument
43 putsi(x1);
H A Dspace.c38 space(short x0, short y0, short x1, short y1) argument
43 putsi(x1);
H A Darc.c38 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
45 putsi(x1);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c40 space(short x0, short y0, short x1, short y1) { argument
45 scalex = deltx / (x1-x0);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
45 scalex = deltx / (x1-x0);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dspace.c36 space(short x0, short y0, short x1, short y1) argument
42 scalex = 4096. / (x1 - x0);
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dbox.c37 box(short x0, short y0, short x1, short y1) argument
41 cont(x1, y1);
42 cont(x1, y0);
44 move(x1, y1);
H A Dline.c40 line(short x0, short y0, short x1, short y1) argument
42 struct {char x, c; short x0, y0, x1, y1; } p; member in struct:__anon2345
46 p.x1 = xnow = xsc(x1);
H A Dspace.c39 space(short x0, short y0, short x1, short y1) argument
45 scalex = deltx / (x1 - x0);
H A Darc.c39 arc(short xi, short yi, short x0, short y0, short x1, short y1) argument
/osnet-11/usr/src/grub/grub2/include/grub/ia64/
H A Dkernel.h22 #define GRUB_MOD_ALIGN 0x1
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dexp.t19 $x1 = 1;
24 $s = exp($x1);
27 if (exp(log($x1)) == 1) {print "ok 6\n";} else {print "not ok 6\n";}
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dunidata.c5 {0x9, 0x1, GRUB_BIDI_TYPE_S, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
6 {0xa, 0x1, GRUB_BIDI_TYPE_B, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
7 {0xb, 0x1, GRUB_BIDI_TYPE_S, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
8 {0xc, 0x1, GRUB_BIDI_TYPE_WS, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
9 {0xd, 0x1, GRUB_BIDI_TYPE_B, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
12 {0x1f, 0x1, GRUB_BIDI_TYPE_S, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
13 {0x20, 0x1, GRUB_BIDI_TYPE_WS, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
18 {0x2a, 0x1, GRUB_BIDI_TYPE_ON, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
19 {0x2b, 0x1, GRUB_BIDI_TYPE_ES, 0, 0, GRUB_JOIN_TYPE_NONJOINING},
20 {0x2c, 0x1, GRUB_BIDI_TYPE_C
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzil.h54 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */
/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzil.h55 #define ZIL_REPLAY_NEEDED 0x1 /* replay needed - internal only */
/osnet-11/usr/src/grub/grub2/grub-core/lib/powerpc/
H A Drelocator_asm.S30 addi 8, 8, 0x1
31 addi 9, 9, 0x1
/osnet-11/usr/src/lib/libv12n/common/
H A Dlibv12n.h40 #define V12N_CAP_SUPPORTED 0x1 /* Virtualization supported */
45 #define V12N_ROLE_CONTROL 0x1 /* LDoms Ctrl domain (zero = Guest) */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dcanonical.t110 $x1 = freeze(\%a1);
114 ok 1, (length($x1) > $hashsize); # sanity check
115 ok 2, length($x1) == length($x2); # idem
116 ok 3, $x1 eq $x2;
117 ok 4, $x1 eq $x3;
126 $x1 = freeze(\%a1);
135 ok 5, ($x1 ne $x2) || ($x1 ne $x3);

Completed in 104 milliseconds

1234567891011>>