Searched refs:sx (Results 1 - 25 of 28) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/ucblib/libcurses/
H A Dtouchwin.c50 touchline(WINDOW *win, int y, int sx, int ex) argument
53 fprintf(outf, "TOUCHLINE(%0.2o, %d, %d, %d)\n", win, y, sx, ex);
57 sx += win->_ch_off;
60 win->_firstch[y] = (short)sx;
63 if (win->_firstch[y] > sx)
64 win->_firstch[y] = (short)sx;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_sxnet.c70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
104 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out,
111 v = ASN1_INTEGER_get(sx->version);
113 for(i = 0; i < sk_SXNETID_num(sx->ids); i++) {
114 id = sk_SXNETID_value(sx->ids, i);
135 SXNET *sx = NULL;
139 if(!SXNET_add_id_asc(&sx, cnf->name, cnf->value, -1))
142 return sx;
186 SXNET *sx = NULL;
198 if(!(sx
[all...]
H A Dx509v3.h463 ASN1_OCTET_STRING *SXNET_get_id_asc(SXNET *sx, char *zone);
464 ASN1_OCTET_STRING *SXNET_get_id_ulong(SXNET *sx, unsigned long lzone);
465 ASN1_OCTET_STRING *SXNET_get_id_INTEGER(SXNET *sx, ASN1_INTEGER *zone);
/opensolaris-onvv-gate/usr/src/lib/libast/common/hash/
H A Dhashview.c48 register Hash_bucket_t** sx; local
60 sx = &top->table[top->size];
62 while (sp < sx)
75 sx = &top->table[top->size];
77 while (sp < sx)
H A Dhashfree.c45 Hash_bucket_t** sx; local
65 sx = &tab->table[tab->size];
67 while (sp < sx)
H A Dhashdump.c57 Hash_bucket_t** sx; local
62 sx = tab->table + tab->size;
63 for (sp = tab->table; sp < sx; sp++)
H A Dhashscan.c68 register Hash_bucket_t** sx = tab->table + tab->size; local
70 while (sp < sx)
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d62 } sx;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigint.pl124 local($sx, $sy) = (substr($cx, 0, 1), substr($cy, 0, 1));
127 if ($sx eq '+') {
132 } else { # $sx eq '-'
150 local($sx, $sy) = (shift @x, shift @y); # get signs
151 if ($sx eq $sy) {
152 &external($sx, &add(*x, *y)); # if same sign add
158 &external($sx, &sub(*x, *y));
199 local(*sx, *sy) = @_;
201 for $sx (@sx) {
[all...]
H A DTest.pm364 } elsif (($regex) = ($expected =~ m,^ / (.+) / $,sx) or
365 (undef, $regex) = ($expected =~ m,^ m([^\w\s]) (.+) \1 $,sx)) {
/opensolaris-onvv-gate/usr/src/common/crypto/ecc/
H A Dec2_aff.c196 mp_int k, k3, qx, qy, sx, sy; local
203 MP_DIGITS(&sx) = 0;
209 MP_CHECKOK(mp_init(&sx));
230 MP_CHECKOK(mp_copy(&qx, &sx));
234 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
238 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
247 MP_CHECKOK(mp_copy(&qx, &sx));
254 MP_CHECKOK(group->point_dbl(&sx,
[all...]
H A Decp_aff.c209 mp_int k, k3, qx, qy, sx, sy; local
216 MP_DIGITS(&sx) = 0;
222 MP_CHECKOK(mp_init(&sx));
243 MP_CHECKOK(mp_copy(&qx, &sx));
247 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
251 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
260 MP_CHECKOK(mp_copy(&qx, &sx));
267 MP_CHECKOK(group->point_dbl(&sx,
[all...]
H A Decl_mult.c119 mp_int sx, sy; local
133 MP_DIGITS(&sx) = 0;
135 MP_CHECKOK(mp_init(&sx, FLAG(k1)));
138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
142 MP_CHECKOK(group->meth->field_enc(&sx, &sx, group->meth));
148 MP_CHECKOK(group->point_add(&sx, &sy, rx, ry, rx, ry, group));
156 mp_clear(&sx);
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c84 int x, sx, xend; local
124 sx = x == 0 ? 1 : x;
125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx);
147 sx = x == 0 ? 1 : x;
149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm23 my ($self,$x,$y,$sx,$sy,@r) = @_;
28 $sign = 1 if $sx == -1 && $sy == -1;
32 if ($sx == -1) # if x is negative
63 my $xx = "\x00"; $xx = "\x0f" if $sx == -1;
110 my ($self,$x,$y,$sx,$sy,@r) = @_;
115 $sign = 1 if ($sx == -1) || ($sy == -1);
119 if ($sx == -1) # if x is negative
150 my $xx = "\x00"; $xx = "\x0f" if $sx == -1;
196 my ($self,$x,$y,$sx,$sy,@r) = @_;
205 if ($sx
[all...]
H A DCalc.pm356 my ($c,$sx,$sy,$s) = @_;
361 for $i (@$sx)
367 return __strip_zeros($sx);
369 for $i (@$sx)
/opensolaris-onvv-gate/usr/src/lib/libsqlite/tool/
H A Dspeedtest2.tcl21 set sx [split $sql \n]
22 set n [llength $sx]
25 for {set i 0} {$i<3} {incr i} {append sql [lindex $sx $i]<br>\n}
28 append sql [lindex $sx $i]<br>\n
H A Dspeedtest.tcl21 set sx [split $sql \n]
22 set n [llength $sx]
25 for {set i 0} {$i<3} {incr i} {append sql [lindex $sx $i]<br>\n}
28 append sql [lindex $sx $i]<br>\n
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c72 double sx, double sy, double ax, double ay, double rot)
79 /* sx, sy - its size - in current coordinates */
178 var(cx); var(cy); var(sx); var(sy); var(ax); var(ay); var(rot);
70 ps_include(FILE *fin, FILE *fout, int page_no, int whiteout, int outline, int scaleboth, double cx, double cy, double sx, double sy, double ax, double ay, double rot) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DAssembler.pm175 }{$1}sx; # Keep only the instruction and optional argument.
204 }sx;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm1090 my ($sx, $sy) = ( $x->{sign}, $y->{sign} ); # get signs
1092 if ($sx eq $sy)
1794 my $sx = $x->{sign} eq '+' ? 1 : -1;
1797 if ($sx == 1 && $sy == 1)
1805 $x->{value} = $CALC->_signed_and($x->{value},$y->{value},$sx,$sy);
1810 __emu_band($self,$x,$y,$sx,$sy,@r);
1831 my $sx = $x->{sign} eq '+' ? 1 : -1;
1837 if ($sx == 1 && $sy == 1)
1846 $x->{value} = $CALC->_signed_or($x->{value},$y->{value},$sx,$sy);
1851 __emu_bior($self,$x,$y,$sx,
[all...]
H A DComplex.pm842 my $sx = CORE::sin($x);
846 $sx * ($ey_1 - $ey)/2);
859 my $sx = CORE::sin($x);
862 return (ref $z)->make($sx * ($ey + $ey_1)/2,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm450 /sx
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub340 | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h847 # include <sys/sx.h>
849 * Whilst the sx(9) locks on FreeBSD have the right semantics and interface
857 # define KRWLOCK_T struct sx
894 * Whilst the sx(9) locks on FreeBSD have the right semantics and interface

Completed in 376 milliseconds

12