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

1 2 3

  /onnv/onnv-gate/usr/src/cmd/filebench/config/
generic.func 51 my $runtime = conf_reqval("runtime");
69 op_stats($runtime,$warmuptime,"stats.$fs",@ext_stats,@file_stats,@arg_stats);
randomread.prof 28 runtime = 60;
seqread.prof 28 runtime = 120;
multi_fileserver.prof 37 runtime = 60;
videoserver.prof 27 runtime = 120;
newfeatures.prof 28 runtime = 120;
fileio.prof 28 runtime = 120;
filemacro.prof 28 runtime = 120;
filemicro.prof 28 runtime = 60;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
CC.pm 111 runtime(map { chomp; "/* $_ */"} @tmp);
133 my ($name, $runtime, $declare) = @$ppdata;
139 foreach $line (@$runtime) {
146 sub runtime { subroutine
157 runtime("dSP;");
167 BEGIN { B::Stackobj::set_callback(\&runtime) }
207 runtime("sv = POPs;");
252 runtime(sprintf("EXTEND(sp, %d);", scalar(@stack)));
254 runtime(sprintf("PUSHs((SV*)%s);", $obj->as_sv));
325 # Use $obj->load($foo) instead of runtime("shadowed_c_var = foo")
    [all...]
Stackobj.pm 42 # Callback for runtime code generation
46 sub runtime { &$runtime_callback(@_) } subroutine
145 runtime("$obj->{iv} = $expr;");
153 runtime("$obj->{nv} = $expr;");
169 runtime("SvSetSV($obj->{sv}, $expr);");
195 runtime("$obj->{iv} = $obj->{nv};");
197 runtime("$obj->{iv} = SvIV($obj->{sv});");
205 runtime("$obj->{nv} = SvNV($obj->{sv});");
224 runtime("sv_setuv($obj->{sv}, $obj->{iv});");
226 runtime("sv_setiv($obj->{sv}, $obj->{iv});")
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpkgcmdsu/
Makefile 51 echo "P SUNWwsr2 Solaris Product Registry & Web Start runtime support"\
  /onnv/onnv-gate/usr/src/cmd/lvm/etc/
svm.save.sh 42 cp ${FLASH_ROOT}/etc/lvm/runtime.cf ${SAVE_DIR}
svm.cleanup.sh 137 cp ${SAVE_DIR}/runtime.cf ${FLASH_ROOT}/etc/lvm/runtime.cf
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWtsg/
depend 53 P SUNWdtbas CDE application basic runtime environment
  /onnv/onnv-gate/usr/src/head/
nsctl.h 48 * Runtime Solaris release checking.
52 * defines a map of build release to acceptable runtime release for the
53 * component. The build release is always an acceptable runtime
57 * runtime - comma &/or space separated list of acceptable runtime
63 const char *runtime; /* runtime release(s) */ member in struct:nsc_release
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdhcm/
depend 55 P SUNWj5rt JDK 1.5 runtime environment
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWdhcsu/
depend 54 P SUNWj5rt JDK 1.5 runtime environment
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWpoold/
depend 51 P SUNWj5rt JDK 1.5 runtime environment
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWslpu/
depend 52 P SUNWj5rt JDK 1.5 runtime environment
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
dprofpp.PL 432 local $runtime; # runtime in seconds
463 $runtime -= $$times{$key};
474 settime( \$runtime, $hz ) unless $opt_g;
488 display( $runtime, $hz, $names, $calls, $times, $ctimes, $cnt, $a,
536 # Sets $runtime to user, system, real, or user+system time. The
540 my( $runtime, $hz ) = @_;
545 $$runtime = ($rrun_rtime - $overhead)/$hz;
548 $$runtime = ($rrun_stime - $overhead)/$hz;
551 $$runtime = ($rrun_utime - $overhead)/$hz
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsctl/common/
machdep.c 140 * Runtime Solaris release checking.
142 * Compare the build release to the runtime release to check for an
148 * acceptable build release / runtime release
185 /* build release == runtime release is always acceptable */
195 for (mp = map; mp->build != NULL && mp->runtime != NULL; mp++) {
199 * - search for a match in the runtime releases
204 *reqd = (char *)mp->runtime;
210 tofree = cp = strdup(mp->runtime);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
GBPanel.java 47 private boolean runtime = true; field in class:GBPanel
63 if (runtime == rt)
66 runtime = rt;
68 if (runtime) {
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/ml/
drmach.il.cpp 91 ! runtime value or purpose. It exists here solely for its
  /onnv/onnv-gate/usr/src/ucbcmd/sbcp/
sbcp.s 56 ! _start - execution starts here (after the runtime linker runs)
62 ! runtime linker to set up ``environ''.

Completed in 1016 milliseconds

1 2 3