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

12

/illumos-gate/usr/src/lib/libadm/common/
H A Dregexp.c48 #define step __step macro
/illumos-gate/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...]
/illumos-gate/usr/src/man/man3gen/
H A DMakefile37 step.3gen \
51 step.3gen := LINKSRC = regexpr.3gen
/illumos-gate/usr/src/uts/sun4/os/
H A Ddtrace_subr.c125 uint8_t step = curthread->t_dtrace_step; local
143 if (step == 0) {
/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c28 * xcompile, xstep, xadvance - simulate compile(3g), step(3g), advance(3g)
30 * porting aid. switches out to libgen compile/step if collation
57 * psuedo compile/step/advance global variables
88 * regex structures, one for advance and one for step.
92 regex_t r_stp; /* For use by step */
109 step(const char *instr, const char *expbuf) function
122 * the compile and step routines here simulate the old libgen routines of
123 * compile/step Re: regexpr(3G). in order to do this, we must assume
126 * 2) the next part is a regex_t used by regexec()/regcomp() for step
138 * I say "apparently" as the code to compile()/step() i
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dregexp.h61 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h70 #define step(a,b) _re_exec(&_re_info,a,b,0) macro
/illumos-gate/usr/src/lib/libgen/common/
H A Dreg_step.c160 step(char *p1, char *p2) function
/illumos-gate/usr/src/head/
H A Dregexp.h306 step(const char *p1, const char *p2) function
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid_subr.c356 synth_amd_info(uint_t family, uint_t model, uint_t step, argument
370 step >= rmp->rm_steplo && step <= rmp->rm_stephi) {
441 _cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
447 synth_amd_info(family, model, step, &skt, NULL, NULL);
459 _cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
467 synth_amd_info(family, model, step, &skt, NULL, NULL);
487 _cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
493 synth_amd_info(family, model, step, NULL, &chiprev, NULL);
505 _cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step) argument
[all...]
H A Ddtrace_subr.c198 uint8_t step = curthread->t_dtrace_step; local
217 if (step == 0) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c195 uint_t family, model, step; local
210 step = BITX(vcr->r_eax, 3, 0);
212 grub_printf("cpu: '%s' family %d model %d step %d\n",
213 vendor, family, model, step);
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c276 text to include in an error message, step is how much input data to feed
284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, argument
312 if (step == 0 || step > have)
313 step = have;
314 strm.avail_in = step;
315 have -= step;
339 strm.avail_in = step > have ? have : step;
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1410 LE_TO_UINT16(data->b_rptr, 0, queryctrl->step);
1521 uint32_t step, i, closest, index, approx1, approx2; local
1525 * for continuous case, there is a min and a max, and also a step
1530 step = frame->dwFrameIntervalStep;
1532 if (step == 0) {
1546 approx1 = (interval / step) * step;
1547 approx2 = approx1 + step;
/illumos-gate/usr/src/man/man5/
H A DMakefile164 step.5 \
182 step.5 := LINKSRC = regexp.5
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dengine.c49 #define step sstep macro
60 #define step lstep macro
71 #define step mstep macro
110 static states step(struct re_guts *, sopno, sopno, states, wint_t, states);
753 * fast - step through the string at top speed
773 st = step(m->g, startst, stopst, st, NOTHING, st);
813 st = step(m->g, startst, stopst, st,
828 st = step(m->g, startst, stopst, st, flagch, st);
840 st = step(m->g, startst, stopst, tmp, c, st);
842 assert(EQ(step(
955 step(struct re_guts *g, function
1136 #undef step macro
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1529 int64_t base, step; local
1536 /* first "bucket" used for range and step */
1539 step = DTRACE_LQUANTIZE_STEP(value);
1585 /* Must pass 64-bit base and step or constructor gets junk. */
1587 base, step, jbuckets);
2292 * lquantize() range and step size; using aggregate_walk() to clear
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c327 int step = 8; local
333 offset = PFC_VLAN_TABLE + i * step;
932 uint32_t step = sizeof (uint32_t); local
942 HXGE_REG_RD32(handle, HCR_REG + HCR_ADDR_LO + slot * step, &addr_lo);
943 HXGE_REG_RD32(handle, HCR_REG + HCR_ADDR_HI + slot * step, &addr_hi);
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_ioctl.c354 int step; member in struct:tothread
364 trans_test_stepwait(struct tothread *tp, int step) argument
370 while (tp->step < step)
376 trans_test_step(struct tothread *tp, int step) argument
382 tp->step = step;
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c538 int step = findMatchAttempts++ >> skipStrength; local
540 forwardIp = ip + step;
731 int step = findMatchAttempts++ >> skipStrength; local
733 forwardIp = ip + step;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c561 int step = findMatchAttempts++ >> skipStrength; local
563 forwardIp = ip + step;
754 int step = findMatchAttempts++ >> skipStrength; local
756 forwardIp = ip + step;
/illumos-gate/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;

Completed in 158 milliseconds

12