Searched defs:step (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/libadm/common/
H A Dregexp.c48 #define step __step macro
/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/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/
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/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/common/comp/
H A Dregexp.h61 #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/libgen/common/
H A Dreg_step.c160 step(char *p1, char *p2) function
/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++) {
H A Ddt_consume.c251 * 3. Subtract the result of the previous step (2 or 4, depending) and
254 * x such that 2 * R * 10 * x + x^2 is less than the result from step 3.
276 * only possible non-zero value for x in step 4 is 1, so step 4 becomes a
613 uint16_t step, levels; local
623 step = DTRACE_LQUANTIZE_STEP(arg);
669 base + (levels * step));
673 base + (i - 1) * step);
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1529 int64_t base, step; local
1535 /* first "bucket" used for range and step */
1538 step = DTRACE_LQUANTIZE_STEP(value);
1573 /* Must pass 64-bit base and step or constructor gets junk. */
1575 base, step, jbuckets);
2273 * lquantize() range and step size; using aggregate_walk() to clear
/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/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/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/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c164 dbus_uint64_t step = 10L*10L*10L; local
173 if (sizes_str[cur_str+1] == NULL || size < cur*step) {
186 cur *= step;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c3238 uint_t family, model, step;
3253 step = BITX(vcr->r_eax, 3, 0);
3255 grub_printf("cpu: '%s' family %d model %d step %d\n",
3256 vendor, family, model, step);
5676 " step is to try loading a kernel."
3208 uint_t family, model, step; local

Completed in 733 milliseconds