Searched refs:step (Results 1 - 25 of 42) sorted by relevance

12

/osnet-11/usr/src/lib/libgen/inc/
H A Dregexpr.h57 extern int step(const char *string, const char *expbuf);
61 extern int step();
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLinearDistribution.java37 * bounded by the step parameter of the {@code lquantize()} action.
40 * step, unless it is the first bucket, which is the frequency of all
46 * and a step of 10. It has twelve buckets starting with {@code n < 0}
65 private long step; field in class:LinearDistribution
72 new String[] {"base", "step", "buckets" });
90 step = frequencyStep;
94 * Creates a linear distribution with the given base, step, and
106 * @throws IllegalArgumentException if the given step is less than
116 step = bucketStep;
118 if (step <
129 getBucketRange(int i, int len, long base, long step) argument
[all...]
/osnet-11/usr/src/lib/libadm/common/
H A Dregexp.c48 #define step __step macro
/osnet-11/usr/src/lib/libplot/t300/common/
H A Darc.c43 step(int d) function
63 step(1);
65 step(flg);
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Darc.c42 step(int d) function
79 step(1);
81 step(flg);
/osnet-11/usr/src/lib/libplot/t4014/common/
H A Darc.c42 step(int d) function
82 step(1);
84 step(flg);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Darc.c62 step(int d) function
84 step(1);
86 step(flg);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm111 $e--; # last test failed, so retract one step
142 #$bi--; # back off one step
168 $AND_BITS --; # retreat one step
174 $XOR_BITS --; # retreat one step
180 $OR_BITS --; # retreat one step
1299 my $r = 2; my $cf = 3; my $step = 2; my $last = $r;
1300 while ($r*$cf < $BASE && $step < $steps)
1302 $last = $r; $r *= $cf++; $step++;
1304 if ((@$cx == 1) && $step == $cx->[0])
1329 $step
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dregexp.h61 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \
41 (step) = 1; \
1055 int step = 1; local
1126 tot_obytes, step);
1134 if (--step == 0) {
1152 tot_obytes, step);
1196 int step = 1; local
1271 if (--step == 0) {
1277 step = 1;
1294 step
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dpl2pm.PL56 It's just a first step, but it's usually a good first step.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.pm28 $DB::single = 0; # single-step flag (set it to 1 to enable stops in BEGIN/use)
211 sub step { subroutine
574 CLIENT->step() # single step
575 CLIENT->next() # step over
668 Single-step flag. Will be true if the API will stop at the next statement.
736 =item CLIENT->step()
738 single step
742 step over
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dprimegen.c760 unsigned int x, step;
800 for(step=0; step < 20000; step += 2 )
806 while ( mods[i] + step >= x )
808 if ( !(mods[i] + step) )
814 mpi_add_ui( ptest, prime, step );
758 unsigned int x, step; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dprimegen.c759 unsigned int x, step;
799 for(step=0; step < 20000; step += 2 )
805 while ( mods[i] + step >= x )
807 if ( !(mods[i] + step) )
813 mpi_add_ui( ptest, prime, step );
757 unsigned int x, step; local
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_iters.c155 match = (step(name, data->expbuf) != 0);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm148 SelfStubber remain in step with the SelfLoader, the
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c486 int i, step; local
528 for (step = 1; step <= 3; step++) {
533 if (step == 1) {
536 } else if (step == 2) {
539 } else { /* step == 3 */
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c66 * are built, containing pointers to any DIFOs created in step (3).
1166 * arg3 => Quantization level step size (defaults to 1)
1173 uint64_t nlevels, step = 1, oarg; local
1213 if ((step = arg3->dn_value) > UINT16_MAX) {
1219 nlevels = (limitval - baseval) / step;
1223 "lquantize( ) step (argument #3) too large: must "
1228 dnerror(dnp, D_LQUANT_STEPSMALL, "lquantize( ) step "
1233 arg = (step << DTRACE_LQUANTIZE_STEPSHIFT) |
1267 if (onlevels * ostep != nlevels * step) {
1272 (int)baseval + (int)nlevels * (int)step);
[all...]
H A Ddt_aggregate.c159 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
163 for (i = 0; i < levels; base += step, i++)
175 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
181 for (i = 0; i < levels; base += step, i++) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c248 if (step(string, regexp_buffer)) {
337 if (step(cp, regexp_buffer)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv60 # step-by-step
207 Input strings are decode()d then encode()d. A straight two-step

Completed in 92 milliseconds

12