Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 112) sorted by path

12345

/illumos-gate/usr/src/
H A DREADME.license-files31 CDDL, then skip to step 3.
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c990 int step; in gfx_fb_cons_copy() local
1029 step = 1; in gfx_fb_cons_copy()
1039 step = -step; in gfx_fb_cons_copy()
1050 sy += step; in gfx_fb_cons_copy()
1051 dy += step; in gfx_fb_cons_copy()
/illumos-gate/usr/src/boot/forth/
H A Dmenu-commands.4th341 evaluate \ use ?number parse step
H A Dsupport.4th286 tlen 0> if \ step over separator
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt64 table in common/dmtbinfo.c (created in step 2 above) will suffice.
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6540 step further by removing the need for any per-LIF sockets and just
/illumos-gate/usr/src/cmd/cron/
H A Dparse.c94 uint_t num = 0, num2 = 0, step = 0; in next_field() local
159 READNUMBER(step); in next_field()
161 if (step == 0) { in next_field()
166 step = 1; in next_field()
170 for (i = num; i <= num2; i += step) { in next_field()
175 for (i = num; i <= upper; i += step) { in next_field()
180 for (; i <= num2; i += step) { in next_field()
/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c321 if (step(linbuf, expr)) { in findline()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java252 int step = 10; in getLinearDistribution() local
255 for (int i = base; i < (n * step); i += step) { in getLinearDistribution()
256 bucket = new Distribution.Bucket(i, (i + (step - 1)), in getLinearDistribution()
257 ((i - 1) / step)); in getLinearDistribution()
260 bucket = new Distribution.Bucket((n * step) + 1, Long.MAX_VALUE, 0); in getLinearDistribution()
262 LinearDistribution d = new LinearDistribution(base, step, buckets); in getLinearDistribution()
270 long next, step; in getLogLinearDistribution() local
288 step = (next > nsteps) ? (next / nsteps) : 1; in getLogLinearDistribution()
291 bucket = new Distribution.Bucket(value, value + step - 1, 5); in getLogLinearDistribution()
294 if ((value += step) != next) in getLogLinearDistribution()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Bean.ksh.out45 , shebang!], value = class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, bucket…
56 , shebang!], value = class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, bucket…
68 , shebang!], value = class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, bucket…
79 , shebang!], value = class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, bucket…
156 …serialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org…
157 …deserialized: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [o…
159 …encoded: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.op…
160 …decoded: class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.op…
189 , shebang!], value = class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, bucket…
199 , shebang!], value = class org.opensolaris.os.dtrace.LinearDistribution[base = 1, step = 10, bucket…
[all …]
/illumos-gate/usr/src/cmd/ed/
H A Ded.c2308 return (step(p1, expbuf)); in execute()
/illumos-gate/usr/src/cmd/expr/
H A Dcompile.c108 step(const char *instr, const char *expbuf) in step() function
H A Dmapfile-intf42 # expr provides its own versions of advance, compile, and step - define
48 step { FLAGS = INTERPOSE };
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l402 match = step(yytext, re); in filename_lineno()
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c528 if (step(name, regexp_buffer)) {
/illumos-gate/usr/src/cmd/look/
H A Dwords21622 step
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c88 int step; member
3042 int val, char sign, int step) in roff_setregn() argument
3059 reg->step = 0; in roff_setregn()
3070 if (step != INT_MIN) in roff_setregn()
3071 reg->step = step; in roff_setregn()
3127 reg->val += reg->step; in roff_getregn()
3130 reg->val -= reg->step; in roff_getregn()
3179 char *key, *val, *step; in roff_nr() local
3200 step = val + len; in roff_nr()
3201 while (isspace((unsigned char)*step)) in roff_nr()
[all …]
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c615 if (step(p, bexpbuf)) { in main()
623 if (step(p, hexpbuf)) { in main()
631 if (step(p, fexpbuf)) { in main()
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c1260 if (step(Line, expbuf)) in search()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dlex.l63 ^{ws}*step {return (STEP);}
/illumos-gate/usr/src/cmd/sgs/demo_rdb/tests/
H A Dplt_skip28 echo "The following step will step over the PLT's and directly"
31 step 30
33 # Disable the pltskip routine to see it step through
41 step 30
H A Dsteps25 step 10
28 step
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A DREADME.LFS38 Large file support (LFS) is a half step between the 32 and 64-bit
57 The first step would be to provide alternative versions of
119 off_t and rebuilding --- that is just the first step.
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK337 can also be a powerful tool for debugging. The first step with
/illumos-gate/usr/src/cmd/spell/
H A Dlist21621 step

12345