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

1 2 3

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
_e_math.t 42 my ($x, $xs) = Math::BigFloat::_e_add($a,$b,'+','+');
43 is (_str($x,$xs), '+444', 'add two positive numbers');
46 ($x,$xs) = _add (123,321,'+','+');
47 is (_str($x,$xs), '+444', 'add two positive numbers');
49 ($x,$xs) = _add (123,321,'+','-');
50 is (_str($x,$xs), '-198', 'add +x + -y');
51 ($x,$xs) = _add (123,321,'-','+');
52 is (_str($x,$xs), '+198', 'add -x + +y');
54 ($x,$xs) = _add (321,123,'-','+');
55 is (_str($x,$xs), '-198', 'add -x + +y')
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/
MANIFEST 11 Privilege.xs
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
MANIFEST 12 Ucred.xs
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
Fcntl.xs 40 INCLUDE: const-xs.inc
  /onnv/onnv-gate/usr/src/lib/libplot/t300/common/
arc.c 52 short flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
66 xc = xs = x0;
68 move(xs, ys);
103 if (((x < xs) && (x >= xc)) ||
104 ((x > xs) && (x <= xc)) ||
117 xs = xc;
123 if (xs >= x1)
128 if (xs <= x1)
139 if (((x < xs) && (x >= xc)) ||
140 ((x > xs) && (x <= xc)) |
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/t300s/common/
arc.c 68 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
82 xc = xs = x0;
84 move((short)xs, (short)ys);
119 if (((x < xs) && (x >= xc)) ||
120 ((x > xs) && (x <= xc)) ||
133 xs = xc;
139 if (xs >= x1)
144 if (xs <= x1)
155 if (((x < xs) && (x >= xc)) ||
156 ((x > xs) && (x <= xc)) |
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/t4014/common/
arc.c 71 int flg, m, xc, yc, xs, ys, qs, qf, qt, qtctr = 0; local
85 xc = xs = x0;
87 move((short)xs, (short)ys);
122 if (((x < xs) && (x >= xc)) ||
123 ((x > xs) && (x <= xc)) ||
136 xs = xc;
142 if (xs >= x1)
147 if (xs <= x1)
158 if (((x < xs) && (x >= xc)) ||
159 ((x > xs) && (x <= xc)) |
    [all...]
  /onnv/onnv-gate/usr/src/lib/libplot/t450/common/
arc.c 74 short xs, ys, xc, yc; local
87 xc = xs = x0;
89 move(xs, ys);
124 if (((x < xs) && (x >= xc)) ||
125 ((x > xs) && (x <= xc)) ||
138 xs = xc;
144 if (xs >= x1)
149 if (xs <= x1)
160 if (((x < xs) && (x >= xc)) ||
161 ((x > xs) && (x <= xc)) |
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
Makefile.PL 37 clean => {FILES => 'DynaLoader.c DynaLoader.xs DynaLoader.pm ' .
43 DynaLoader.xs: $(DLSRC)
49 test-xs:
50 for i in dl_*xs; \
XSLoader_pm.PL 31 # NOTE: All dl_*.xs (including dl_none.xs) define a dl_error() XSUB
91 # C code of the extension XS file. Perl reports the error as being
115 my $xs = dl_install_xsub("${module}::bootstrap", $boot_symbol_ref, $file);
118 return &$xs(@_);
218 or have a C<BOOT:> section in your XS file (see L<perlxs/"The BOOT: Keyword">).
222 A sufficiently complicated module using XS would have both Perl code (defined
223 in F<YourPackage.pm>) and XS code (defined in F<YourPackage.xs>). If this
224 Perl code makes calls into this XS code, and/or this XS code makes calls t
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
Langinfo.xs 16 INCLUDE: const-xs.inc
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
h2xs.t 62 Writing $name/$name.xs
64 Writing $name/fallback/const-xs.inc
75 Writing $name/$name.xs
77 Writing $name/fallback/const-xs.inc
88 Writing $name/$name.xs
90 Writing $name/fallback/const-xs.inc
101 Writing $name/$name.xs
103 Writing $name/fallback/const-xs.inc
123 Writing $name/$name.xs
125 Writing $name/fallback/const-xs.in
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/pmcs/
pmcs.c 347 pmcs_xscsi_t xs; local
376 if (MDB_RD(&xs, sizeof (xs), targets[idx]) == -1) {
384 if (xs.new == 0 && xs.assigned == 0) {
388 switch (xs.dtype) {
410 if (xs.phy) {
411 if (MDB_RD(&phy, sizeof (phy), xs.phy) == -1) {
412 NOREAD(pmcs_phy_t, xs.phy);
417 mdb_printf(" %16p", xs.phy)
513 pmcs_xscsi_t xs; local
659 pmcs_xscsi_t xs; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
Glob.xs 72 INCLUDE: const-xs.inc
  /onnv/onnv-gate/usr/src/cmd/troff/troff.d/
draw.c 282 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, local
329 xs = x0 - x;
334 if (xs < 0)
336 Xs = abs(ys);
337 Ys = abs(xs);
346 Xs = abs(xs);
357 Xs = abs(xs);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbsm/
audit_event.txt 577 9196:AUE_SetCloseDownMode:XSetCloseDownMode(3X11):xs
595 9118:AUE_InternAtom:XInternAtom(3X11):xs
596 9119:AUE_GetAtomName:XGetAtomName(3X11):xs
600 9125:AUE_GetSelectionOwner:XGetSelectionOwner(3X11):xs
601 9126:AUE_ConvertSelection:XConvertSelection(3X11):xs
602 9127:AUE_SendEvent:XSendEvent(3X11):xs
603 9128:AUE_GrabPointer:XGrabPointer(3X11):xs
604 9129:AUE_UngrabPointer:XUngrabPointer(3X11):xs
606 9131:AUE_UngrabButton:XUngrabButton(3X11):xs
607 9132:AUE_ChangeActivePointerGrab:XChangeActivePointerGrab(3X11):xs
    [all...]
audit_class.txt 67 0x01000000:xs:X - operations that always silently fail, if bad
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Constant.pm 7 ExtUtils::Constant - generate XS code to import C header constants
21 ExtUtils::Constant facilitates generating C and XS wrapper code to allow
33 in the C section of C<Foo.xs>
35 INCLUDE const-xs.inc
37 in the XS section of C<Foo.xs>.
230 constants used internally between the generated C and XS functions.
791 print "#### XS Section:\n";
806 the value and type of constants when passed the name by the XS wrapper.
    [all...]
MM_MacOS.pm 404 # corresponding *.xs file. The bottomline was, that we need an
519 Initializes DIR, XS, PM, C, O_FILES, H, PL_FILES, MAN*PODS, EXE_FILES.
523 sub init_dirscan { # --- File and Directory Lists (.xs .pm .pod etc)
525 my($name, %dir, %xs, %c, %h, %ignore, %pl_files, %manifypods);
542 } elsif ($name =~ /\.xs$/){
543 my($c); ($c = $name) =~ s/\.xs$/.c/;
544 $xs{$name} = $c;
621 $self->{XS} = \%xs unless $self->{XS};
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
Constant.t 184 open(XS, "$package.xs") or die $!;
186 while(<XS>) {
190 close XS; close REGENTMP;
195 $regen = `$runperl -x $package.xs`;
198 print "not ok $realtest # $runperl -x $package.xs failed: $?\n";
296 my $XS_constant = XS_constant ($package, $types); # XS for ExtTest::constant
299 "\n#### XS Section:\n" . $XS_constant;
314 ################ XS
315 my $xs = "$package.xs"
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509_vfy.c 943 X509 *xs,*xi; local
955 xs=xi;
969 xs=sk_X509_value(ctx->chain,n);
977 if (!xs->valid)
986 else if (X509_verify(xs,pkey) <= 0)
996 ctx->current_cert=xs;
1008 xs->valid = 1;
1010 ok = check_cert_time(ctx, xs);
1016 ctx->current_cert=xs;
1023 xi=xs;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/
Syslog.xs 31 INCLUDE: const-xs.inc
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
OS2.pm 79 }xs;
91 }xs;
  /onnv/onnv-gate/usr/src/lib/libsysevent/
llib-lsysevent 132 sysevent_subattr_t *xs);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
Makefile.PL 82 my @files = ("$name.xs");
87 my %xs;
98 $self->{'XS'} = { "$name.xs" => "$name.c" };
100 open(XS,">$name.xs") || die "Cannot open $name.xs:$!";
101 print XS <<'END';
109 print XS qq[#include "${table}.h"\n];
111 print XS <<"END"
    [all...]

Completed in 1075 milliseconds

1 2 3