HomeSort by relevance Sort by last modified time
    Searched refs:sy (Results 1 - 25 of 27) sorted by null

1 2

  /onnv/onnv-gate/usr/src/common/crypto/ecc/
ec2_aff.c 196 mp_int k, k3, qx, qy, sx, sy; local
204 MP_DIGITS(&sy) = 0;
210 MP_CHECKOK(mp_init(&sy));
231 MP_CHECKOK(mp_copy(&qy, &sy));
234 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
238 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
248 MP_CHECKOK(mp_copy(&qy, &sy));
254 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group))
    [all...]
ecp_aff.c 209 mp_int k, k3, qx, qy, sx, sy; local
217 MP_DIGITS(&sy) = 0;
223 MP_CHECKOK(mp_init(&sy));
244 MP_CHECKOK(mp_copy(&qy, &sy));
247 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group));
251 point_add(&sx, &sy, &qx, &qy, &sx, &sy, group));
261 MP_CHECKOK(mp_copy(&qy, &sy));
267 MP_CHECKOK(group->point_dbl(&sx, &sy, &sx, &sy, group))
    [all...]
ecl_mult.c 119 mp_int sx, sy; local
134 MP_DIGITS(&sy) = 0;
136 MP_CHECKOK(mp_init(&sy, FLAG(k1)));
138 MP_CHECKOK(ECPoint_mul(group, k1, NULL, NULL, &sx, &sy));
143 MP_CHECKOK(group->meth->field_enc(&sy, &sy, group->meth));
148 MP_CHECKOK(group->point_add(&sx, &sy, rx, ry, rx, ry, group));
157 mp_clear(&sy);
  /onnv/onnv-gate/usr/src/uts/intel/sy/
Makefile 23 # uts/intel/sy/Makefile
30 # This makefile drives the production of the sy driver
43 MODULE = sy
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
CalcEmu.pm 23 my ($self,$x,$y,$sx,$sy,@r) = @_;
28 $sign = 1 if $sx == -1 && $sy == -1;
45 if ($sy == -1) # if y is negative
64 my $yy = "\x00"; $yy = "\x0f" if $sy == -1;
110 my ($self,$x,$y,$sx,$sy,@r) = @_;
115 $sign = 1 if ($sx == -1) || ($sy == -1);
132 if ($sy == -1) # if y is negative
151 my $yy = "\x00"; $yy = "\x0f" if $sy == -1;
196 my ($self,$x,$y,$sx,$sy,@r) = @_;
218 if ($sy == -1) # if y is negativ
    [all...]
Calc.pm 356 my ($c,$sx,$sy,$s) = @_;
363 last unless defined $sy->[$j] || $car;
364 $i += $BASE if $car = (($i -= ($sy->[$j] || 0) + $car) < 0); $j++;
373 #last unless defined $sy->[$j] || $car;
374 $sy->[$j] += $BASE
375 if $car = (($sy->[$j] = $i-($sy->[$j]||0) - $car) < 0);
379 __strip_zeros($sy);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
bigint.pl 124 local($sx, $sy) = (substr($cx, 0, 1), substr($cy, 0, 1));
128 return 1 if ($sy eq '-' || $cy eq '+0');
133 return -1 if ($sy eq '+');
150 local($sx, $sy) = (shift @x, shift @y); # get signs
151 if ($sx eq $sy) {
156 &external($sy, &sub(*y, *x));
199 local(*sx, *sy) = @_;
203 $sx += 1e5 if $bar = (($sx -= shift(@sy) + $bar) < 0);
  /onnv/onnv-gate/usr/src/uts/sparc/sy/
Makefile 23 # uts/sparc/sy/Makefile
29 # This makefile drives the production of the sy driver
42 MODULE = sy
  /onnv/onnv-gate/usr/src/cmd/acct/
acctcon1.c 74 } sy[NSYS]; variable in typeref:struct:sys
287 * bump count, looking up wb.ut_line in sy table
294 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++)
303 CPYN(sy[i].sname, wb.ut_line);
305 sy[i].snum++;
427 printf("%d\t%.*s\n", sy[i].snum,
428 sizeof (sy[i].sname), sy[i].sname);
acctcon.c 82 } sy[NSYS]; variable in typeref:struct:sys
265 * bump count, looking up wb.ut_line in sy table
272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++)
281 CPYN(sy[i].sname, wb.ut_line);
283 sy[i].snum++;
402 printf("%d\t%.*s\n", sy[i].snum,
403 sizeof (sy[i].sname), sy[i].sname);
  /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/
ps_include.c 72 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);
  /onnv/onnv-gate/usr/src/uts/common/os/
sysent.c 1150 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum]; local
1191 systrace_sysent_t *sy = &systrace_sysent32[curthread->t_sysnum]; local
1228 systrace_sysent_t *sy; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
BigInt.pm 1090 my ($sx, $sy) = ( $x->{sign}, $y->{sign} ); # get signs
1092 if ($sx eq $sy)
1102 $x->{sign} = $sy;
    [all...]
Complex.pm 1079 my $sy = CORE::sin($y);
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/amd_opteron/
ao_mca.c 922 smbios_system_t sy; local
934 (id = smbios_info_system(ksmbios, &sy)) != SMB_ERR &&
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
Script.pm 276 sy:syr:135:Syriac (Estrangelo)
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
lc.tab 253 sy syria ar
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWckr/
prototype_com 119 f none kernel/drv/sy.conf 644 root sys
prototype_i386 147 f none kernel/drv/sy 755 root sys
367 f none kernel/drv/amd64/sy 755 root sys
prototype_sparc 132 f none kernel/drv/sparcv9/sy 755 root sys
  /onnv/onnv-gate/usr/src/uts/sparc/
Makefile.sparc.shared 212 DRV_KMODS += simnet softmac sppp sppptun sy sysevent sysmsg
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.minorperm_sparc 74 sy:tty 0666 root sys 0666 root tty /dev/tty
i.minorperm_i386 71 sy:tty 0666 root sys 0666 root tty /dev/tty
  /onnv/onnv-gate/usr/src/uts/intel/io/intel_nb5000/
nb5000_init.c 604 smbios_system_t sy; local
610 if ((id = smbios_info_system(ksmbios, &sy)) != SMB_ERR &&
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/
Makefile.intel.shared 335 DRV_KMODS += sy

Completed in 660 milliseconds

1 2