Symbol: step
games/adventure/crc.c
107
c->step = 0;
games/adventure/crc.c
125
x = c->step++;
games/adventure/crc.c
126
if (c->step >= __arraycount(crctab)) {
games/adventure/crc.c
127
c->step = 0;
games/adventure/extern.h
33
unsigned step;
games/sail/dr_3.c
119
step(sp, sp->file->movebuf[k], &moved[n]);
games/sail/dr_3.c
49
static void step(struct ship *, int, char *);
sbin/hammer2/lz4/hammer2_lz4_encoder.h
132
int step = findMatchAttempts++ >> skipStrength;
sbin/hammer2/lz4/hammer2_lz4_encoder.h
134
forwardIp = ip + step;
sbin/hammer2/lz4/hammer2_lz4_encoder.h
317
int step = findMatchAttempts++ >> skipStrength;
sbin/hammer2/lz4/hammer2_lz4_encoder.h
319
forwardIp = ip + step;
sbin/ipfw/ipfw2.c
2391
double step, idle, weight, w_q;
sbin/ipfw/ipfw2.c
2439
step = 0;
sbin/ipfw/ipfw2.c
2441
step = clock_hz * avg_pkt_size * 8 / pipe.bandwidth;
sbin/ipfw/ipfw2.c
2449
idle = step * 3. / w_q;
sbin/ipfw3/ipfw3sync.c
114
int count = 0, step = 10, len, data_len;
sbin/ipfw3/ipfw3sync.c
122
data_len = len + step * LEN_SYNC_EDGE;
sbin/ipfw3/ipfw3sync.c
140
if (count >= step) {
sbin/ipfw3/ipfw3sync.c
141
step += 10;
sbin/ipfw3/ipfw3sync.c
142
data_len = len + step * LEN_SYNC_EDGE;
stand/lib/if_ether.h
219
#define ETHER_NEXT_MULTI(step, enm) \
stand/lib/if_ether.h
223
if (((enm) = (step).e_enm) != NULL) \
stand/lib/if_ether.h
224
(step).e_enm = (enm)->enm_list.le_next; \
stand/lib/if_ether.h
227
#define ETHER_FIRST_MULTI(step, ac, enm) \
stand/lib/if_ether.h
232
(step).e_enm = (ac)->ac_multiaddrs.lh_first; \
stand/lib/if_ether.h
233
ETHER_NEXT_MULTI((step), (enm)); \
sys/bus/u4b/uvc/uvc_ctrls.c
1009
query->step = 1;
sys/bus/u4b/uvc/uvc_ctrls.c
1015
query->step = 0;
sys/bus/u4b/uvc/uvc_ctrls.c
1021
query->step = 1;
sys/bus/u4b/uvc/uvc_drv.c
502
const uint32_t step = frame->interval[2].val;
sys/bus/u4b/uvc/uvc_drv.c
504
interval = min + (interval - min + step/2) / step * step;
sys/bus/u4b/uvc/uvc_drv.c
778
itv->x.stepwise.step.numerator = frm->interval[2].val;
sys/bus/u4b/uvc/uvc_drv.c
779
itv->x.stepwise.step.denominator = 10000000;
sys/bus/u4b/uvc/uvc_drv.c
784
uvc_simple_frac(&itv->x.stepwise.step.numerator,
sys/bus/u4b/uvc/uvc_drv.c
785
&itv->x.stepwise.step.denominator, 8, 333);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1206
int val, step;
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1232
step = (arg > val) ? 1 : -1;
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1233
for (int i = val; i != arg; i += step) {
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1239
THINKPAD_EC_BRIGHTNESS, i - step, 1);
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1352
int val, step;
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1378
step = (arg > val) ? 1 : -1;
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1379
for (int i = val; i != arg; i += step) {
sys/dev/acpica/acpi_thinkpad/acpi_thinkpad.c
1385
val_ec = i - step +
sys/dev/disk/fd/fd.c
1252
int i, j, step;
sys/dev/disk/fd/fd.c
1254
for (j = 0, step = 1;
sys/dev/disk/fd/fd.c
1257
j += step) {
sys/dev/disk/fd/fd.c
1261
step = 1000;
sys/dev/disk/fd/fd.c
1262
DELAY(step);
sys/dev/disk/fd/fd.c
1282
int i, j, step;
sys/dev/disk/fd/fd.c
1284
for (j = 0, step = 1;
sys/dev/disk/fd/fd.c
1287
j += step) {
sys/dev/disk/fd/fd.c
1291
step = 1000;
sys/dev/disk/fd/fd.c
1292
DELAY(step);
sys/dev/disk/ncr/ncr.c
5105
ticks_t step = np->ticks;
sys/dev/disk/ncr/ncr.c
5186
callout_reset(&np->timeout_ch, step ? step : 1, ncr_timeout, np);
sys/dev/drm/amd/amdgpu/amdgpu_mode.h
379
uint16_t step;
sys/dev/drm/amd/amdgpu/atombios_crtc.c
294
args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step);
sys/dev/drm/amd/amdgpu/atombios_crtc.c
880
amdgpu_crtc->ss.step = step_size;
sys/dev/drm/amd/display/dc/bios/bios_parser.c
1161
ss_info->step_and_delay_info.step = tbl->asSS_Info[i].ucSS_Step;
sys/dev/drm/amd/display/dc/bios/command_table.c
1278
(uint8_t)bp_params->ver1.step;
sys/dev/drm/amd/display/dc/inc/hw/opp.h
237
int32_t step;
sys/dev/drm/amd/display/include/bios_parser_types.h
290
uint32_t step;
sys/dev/drm/amd/display/include/grph_object_ctrl_defs.h
186
uint32_t step;
sys/dev/drm/i915/i915_cmd_parser.c
1153
const u32 step = desc->reg.step ? desc->reg.step : length;
sys/dev/drm/i915/i915_cmd_parser.c
1157
offset += step) {
sys/dev/drm/i915/i915_cmd_parser.c
150
u32 step;
sys/dev/drm/i915/i915_cmd_parser.c
224
.reg = { .offset = 1, .mask = 0x007FFFFC, .step = 2 } ),
sys/dev/drm/i915/i915_cmd_parser.c
317
.reg = { .offset = 1, .mask = 0x007FFFFC, .step = 1 } ),
sys/dev/drm/linux_radix.c
101
index += step;
sys/dev/drm/linux_radix.c
102
index &= -step;
sys/dev/drm/linux_radix.c
92
unsigned long step = 1UL << (RADIX_TREE_MAP_SHIFT * height);
sys/dev/drm/radeon/atombios_crtc.c
1133
radeon_crtc->ss.step = step_size;
sys/dev/drm/radeon/atombios_crtc.c
495
args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step);
sys/dev/drm/radeon/atombios_crtc.c
514
args.v2.usSpreadSpectrumStep = cpu_to_le16(ss->step);
sys/dev/drm/radeon/atombios_crtc.c
519
args.v1.ucSpreadSpectrumStep = ss->step;
sys/dev/drm/radeon/atombios_crtc.c
532
args.lvds_ss_2.ucSpreadSpectrumStep = ss->step;
sys/dev/drm/radeon/atombios_crtc.c
543
args.lvds_ss.ucSpreadSpectrumStepSize_Delay = (ss->step & 3) << 2;
sys/dev/drm/radeon/radeon_atombios.c
1405
ss->step = ss_assign->ucSS_Step;
sys/dev/drm/radeon/radeon_mode.h
312
uint16_t step;
sys/dev/drm/radeon/rv6xx_dpm.c
140
u32 clock, struct rv6xx_sclk_stepping *step)
sys/dev/drm/radeon/rv6xx_dpm.c
151
step->post_divider = 2 + (dividers.post_div & 0xF) + (dividers.post_div >> 4);
sys/dev/drm/radeon/rv6xx_dpm.c
153
step->post_divider = 1;
sys/dev/drm/radeon/rv6xx_dpm.c
155
step->vco_frequency = clock * step->post_divider;
sys/dev/drm/radeon/rv6xx_dpm.c
161
u32 step_index, struct rv6xx_sclk_stepping *step)
sys/dev/drm/radeon/rv6xx_dpm.c
174
if (step->post_divider == 1)
sys/dev/drm/radeon/rv6xx_dpm.c
177
u32 lo_len = (step->post_divider - 2) / 2;
sys/dev/drm/radeon/rv6xx_dpm.c
178
u32 hi_len = step->post_divider - 2 - lo_len;
sys/dev/drm/radeon/rv6xx_dpm.c
184
fb_divider = ((step->vco_frequency * pi->spll_ref_div) / ref_clk) >>
sys/dev/drm/radeon/rv6xx_dpm.c
300
struct rv6xx_sclk_stepping step;
sys/dev/drm/radeon/rv6xx_dpm.c
302
rv6xx_convert_clock_to_stepping(rdev, clock, &step);
sys/dev/drm/radeon/rv6xx_dpm.c
303
rv6xx_output_stepping(rdev, index, &step);
sys/dev/drm/radeon/rv770_dpm.c
1239
u16 min, max, step;
sys/dev/drm/radeon/rv770_dpm.c
1246
radeon_atom_get_voltage_step(rdev, SET_VOLTAGE_TYPE_ASIC_VDDC, &step);
sys/dev/drm/radeon/rv770_dpm.c
1248
steps = (max - min) / step + 1;
sys/dev/drm/radeon/rv770_dpm.c
1256
pi->vddc_table[i].vddc = (u16)(min + i * step);
sys/dev/drm/radeon/trinity_dpm.c
1319
u32 step = (svi_mode == 0) ? 1250 : 625;
sys/dev/drm/radeon/trinity_dpm.c
1320
u32 delta = vid_7bit * step + 50;
sys/dev/netif/ral/rt2860.c
4233
uint8_t step, bbp49;
sys/dev/netif/ral/rt2860.c
4241
step = sc->step_2ghz;
sys/dev/netif/ral/rt2860.c
4244
step = sc->step_5ghz;
sys/dev/netif/ral/rt2860.c
4257
d *= step;
sys/dev/powermng/clockmod/clockmod.c
298
int nctrl, step, i, shift, cnt;
sys/dev/powermng/clockmod/clockmod.c
308
step = 10000 / nctrl;
sys/dev/powermng/clockmod/clockmod.c
323
duty = 10000 - (i * step);
sys/dev/sound/pci/hda/hdaa.c
1150
int offset, size, step;
sys/dev/sound/pci/hda/hdaa.c
1154
step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(cap);
sys/dev/sound/pci/hda/hdaa.c
1159
step, size, offset,
sys/dev/sound/pci/hda/hdaa.c
1161
((step - offset) * (size + 1)) / 4);
sys/dev/sound/pci/hda/hdaa.c
3035
int mute, offset, step, size;
sys/dev/sound/pci/hda/hdaa.c
3087
step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(ocap);
sys/dev/sound/pci/hda/hdaa.c
3102
ctls[cnt].step = step;
sys/dev/sound/pci/hda/hdaa.c
3117
step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(icap);
sys/dev/sound/pci/hda/hdaa.c
3148
ctls[cnt].step = step;
sys/dev/sound/pci/hda/hdaa.c
3167
ctls[cnt].step = step;
sys/dev/sound/pci/hda/hdaa.c
5148
if (z > ctl->step)
sys/dev/sound/pci/hda/hdaa.c
5149
z = ctl->step;
sys/dev/sound/pci/hda/hdaa.c
5633
if (ctl->step > 0) {
sys/dev/sound/pci/hda/hdaa.c
5637
ctl->step + 1,
sys/dev/sound/pci/hda/hdaa.c
5810
int offset, size, step;
sys/dev/sound/pci/hda/hdaa.c
5814
step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(cap);
sys/dev/sound/pci/hda/hdaa.c
5819
step, size, offset,
sys/dev/sound/pci/hda/hdaa.c
5821
((step - offset) * (size + 1)) / 4);
sys/dev/sound/pci/hda/hdaa.c
6276
ctl->mute, ctl->step, ctl->size, ctl->offset,
sys/dev/sound/pci/hda/hdaa.h
141
int mute, step, size, offset;
sys/dev/sound/pci/hda/hdaa.h
248
(((ctl)->step - (ctl)->offset) * ((ctl)->size + 1))
sys/dev/sound/pci/hda/hdaa.h
251
((ctl)->step * ((ctl)->size + 1))
sys/dev/sound/pci/hda/hdaa.h
258
((ctl)->size + 1) + (ctl)->offset), (ctl)->step), 0)
sys/dev/sound/pcm/ac97.c
603
u_int8_t model, step;
sys/dev/sound/pcm/ac97.c
650
model = step = 0;
sys/dev/sound/pcm/ac97.c
658
step = (id & ~modelmask) & 0xff;
sys/dev/video/bktr/bktr_tuner.c
915
int step;
sys/dev/video/bktr/bktr_tuner.c
930
for ( step = 0; step < AFC_MAX_STEP; ++step ) {
sys/dev/video/cxm/cxm.h
584
unsigned long step;
sys/dev/video/cxm/cxm_tuner.c
797
+ (channel - assignments->channel) * assignments->step;
sys/net/ipfw/ip_fw2.c
4630
int step = autoinc_step;
sys/net/ipfw/ip_fw2.c
4632
KKASSERT(step >= IPFW_AUTOINC_STEP_MIN &&
sys/net/ipfw/ip_fw2.c
4633
step <= IPFW_AUTOINC_STEP_MAX);
sys/net/ipfw/ip_fw2.c
4643
if (ioc_rule->rulenum < IPFW_DEFAULT_RULE - step)
sys/net/ipfw/ip_fw2.c
4644
ioc_rule->rulenum += step;
sys/net/ipfw3/ip_fw3.c
715
int step = sysctl_var_autoinc_step;
sys/net/ipfw3/ip_fw3.c
717
KKASSERT(step >= IPFW_AUTOINC_STEP_MIN &&
sys/net/ipfw3/ip_fw3.c
718
step <= IPFW_AUTOINC_STEP_MAX);
sys/net/ipfw3/ip_fw3.c
728
if (ioc_rule->rulenum < IPFW_DEFAULT_RULE - step)
sys/net/ipfw3/ip_fw3.c
729
ioc_rule->rulenum += step;
sys/netinet/igmp.c
186
struct in_multistep step;
sys/netinet/igmp.c
293
IN_FIRST_MULTI(step, inm);
sys/netinet/igmp.c
306
IN_NEXT_MULTI(step, inm);
sys/netinet/igmp.c
417
struct in_multistep step;
sys/netinet/igmp.c
434
IN_FIRST_MULTI(step, inm);
sys/netinet/igmp.c
444
IN_NEXT_MULTI(step, inm);
sys/netinet/in_pcb.c
2533
in_pcbportrange(u_short *hi0, u_short *lo0, u_short ofs, u_short step)
sys/netinet/in_pcb.c
2537
if (step == 1)
sys/netinet/in_pcb.c
2543
hi = rounddown(hi, step);
sys/netinet/in_pcb.c
2546
hi -= step;
sys/netinet/in_pcb.c
2548
lo = roundup(lo, step);
sys/netinet/in_pcb.c
2549
lo -= (step - ofs);
sys/netinet/in_pcb.c
2551
lo += step;
sys/netinet/in_pcb.c
373
u_short first, last, lport, step, first0, last0;
sys/netinet/in_pcb.c
387
step = pcbinfo->portinfo_cnt;
sys/netinet/in_pcb.c
424
in_pcbportrange(&last, &first, portinfo->offset, step);
sys/netinet/in_pcb.c
426
count = lport / step;
sys/netinet/in_pcb.c
428
lport = rounddown(cut % lport, step) + first;
sys/netinet/in_pcb.c
429
KKASSERT(lport % step == portinfo->offset);
sys/netinet/in_pcb.c
439
KKASSERT(lport % step == portinfo->offset);
sys/netinet/in_pcb.c
448
lport += step;
sys/netinet/in_pcb.c
449
KKASSERT(lport % step == portinfo->offset);
sys/netinet/in_var.h
230
#define IN_NEXT_MULTI(step, inm) \
sys/netinet/in_var.h
234
if (((inm) = (step).i_inm) != NULL) \
sys/netinet/in_var.h
235
(step).i_inm = LIST_NEXT((step).i_inm, inm_link); \
sys/netinet/in_var.h
238
#define IN_FIRST_MULTI(step, inm) \
sys/netinet/in_var.h
242
(step).i_inm = LIST_FIRST(&in_multihead); \
sys/netinet/in_var.h
243
IN_NEXT_MULTI((step), (inm)); \
sys/netinet6/in6_src.c
414
uint16_t lport, first, last, step, first0, last0;
sys/netinet6/in6_src.c
438
step = pcbinfo->portinfo_cnt;
sys/netinet6/in6_src.c
472
in_pcbportrange(&last, &first, portinfo->offset, step);
sys/netinet6/in6_src.c
474
count = lport / step;
sys/netinet6/in6_src.c
476
lport = rounddown(cut % lport, step) + first;
sys/netinet6/in6_src.c
477
KKASSERT(lport % step == portinfo->offset);
sys/netinet6/in6_src.c
487
KKASSERT(lport % step == portinfo->offset);
sys/netinet6/in6_src.c
496
lport += step;
sys/netinet6/in6_src.c
497
KKASSERT(lport % step == portinfo->offset);
sys/netinet6/in6_var.h
583
#define IN6_NEXT_MULTI(step, in6m) \
sys/netinet6/in6_var.h
587
if (((in6m) = (step).i_in6m) != NULL) \
sys/netinet6/in6_var.h
588
(step).i_in6m = (step).i_in6m->in6m_entry.le_next; \
sys/netinet6/in6_var.h
591
#define IN6_FIRST_MULTI(step, in6m) \
sys/netinet6/in6_var.h
595
(step).i_in6m = in6_multihead.lh_first; \
sys/netinet6/in6_var.h
596
IN6_NEXT_MULTI((step), (in6m)); \
sys/netinet6/mld6.c
376
struct in6_multistep step;
sys/netinet6/mld6.c
390
IN6_FIRST_MULTI(step, in6m);
sys/netinet6/mld6.c
400
IN6_NEXT_MULTI(step, in6m);
sys/vfs/hammer2/hammer2_lz4_encoder.h
132
int step = findMatchAttempts++ >> skipStrength;
sys/vfs/hammer2/hammer2_lz4_encoder.h
134
forwardIp = ip + step;
sys/vfs/hammer2/hammer2_lz4_encoder.h
317
int step = findMatchAttempts++ >> skipStrength;
sys/vfs/hammer2/hammer2_lz4_encoder.h
319
forwardIp = ip + step;
usr.bin/ctags/ctags.c
139
for (exit_val = step = 0; step < argc; ++step)
usr.bin/ctags/ctags.c
140
if (!(inf = fopen(argv[step], "r"))) {
usr.bin/ctags/ctags.c
141
warn("%s", argv[step]);
usr.bin/ctags/ctags.c
145
curfile = argv[step];
usr.bin/ctags/ctags.c
146
find_entries(argv[step]);
usr.bin/ctags/ctags.c
166
for (step = 0; step < argc; step++) {
usr.bin/ctags/ctags.c
168
strlcat(lbuf, argv[step], LINE_MAX);
usr.bin/ctags/ctags.c
170
if (regcomp(regx + step, lbuf,
usr.bin/ctags/ctags.c
176
for (step = 0; step < argc; step++)
usr.bin/ctags/ctags.c
177
if (regexec(regx + step,
usr.bin/ctags/ctags.c
182
for (step = 0; step < argc; step++)
usr.bin/ctags/ctags.c
183
regfree(regx + step);
usr.bin/ctags/ctags.c
83
int step; /* step through args */
usr.bin/last/last.c
462
ARG *step;
usr.bin/last/last.c
478
for (step = arglist; step; step = step->next)
usr.bin/last/last.c
479
switch(step->type) {
usr.bin/last/last.c
481
if (!strncasecmp(step->name, bp->ut_host, UTX_HOSTSIZE))
usr.bin/last/last.c
485
if (!strncmp(step->name, bp->ut_line, UTX_LINESIZE))
usr.bin/last/last.c
489
if (!strncmp(step->name, bp->ut_name, UTX_USERSIZE))
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
132
int step = findMatchAttempts++ >> skipStrength;
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
134
forwardIp = ip + step;
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
317
int step = findMatchAttempts++ >> skipStrength;
usr.sbin/makefs/hammer2/hammer2_lz4_encoder.h
319
forwardIp = ip + step;