HomeSort by: relevance | last modified time | path
    Searched refs:step (Results 1 - 25 of 315) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/amiga/amiga/
busfuncs.c 220 int step; local in function:amiga_interleaved_read_2
222 step = 1 << t->stride;
224 x = ((*q) << 8) | *(q + step);
233 int step; local in function:amiga_interleaved_write_2
235 step = 1 << t->stride;
239 *(q+step) = v;
247 int step; local in function:amiga_interleaved_read_multi_2
249 step = 1 << t->stride;
253 *p++ = ((*q)<<8) | *(q+step);
262 int step; local in function:amiga_interleaved_write_multi_2
280 int step; local in function:amiga_interleaved_read_region_2
300 int step; local in function:amiga_interleaved_write_region_2
319 int step; local in function:amiga_interleaved_set_region_2
334 int step; local in function:amiga_interleaved_copy_region_2
405 int step; local in function:amiga_interleaved_wordaccess_read_region_2
422 int step; local in function:amiga_interleaved_wordaccess_write_region_2
439 int step; local in function:amiga_interleaved_wordaccess_set_region_2
454 int step; local in function:amiga_interleaved_wordaccess_copy_region_2
    [all...]
  /src/sys/arch/hppa/spmath/
divu.S 77 ds rem,dvr,rem ; 1st divide step, if carry
80 ds rem,dvr,rem ; 2nd divide step
82 ds rem,dvr,rem ; 3rd divide step
84 ds rem,dvr,rem ; 4th divide step
86 ds rem,dvr,rem ; 5th divide step
88 ds rem,dvr,rem ; 6th divide step
90 ds rem,dvr,rem ; 7th divide step
92 ds rem,dvr,rem ; 8th divide step
94 ds rem,dvr,rem ; 9th divide step
96 ds rem,dvr,rem ; 10th divide step
    [all...]
  /src/usr.bin/make/unit-tests/
jobs-empty-commands.mk 13 all: .PHONY step-1
15 step-$i: .PHONY step-${i_plus_1}
17 step-100: .PHONY
varmod-hash.mk 59 all: step-{1,2,3,4,5}
60 step-1:
62 step-2:
64 step-3:
66 step-4:
68 step-5:
  /src/usr.bin/jot/
jot.c 70 static double step = STEP_DEF; variable in typeref:typename:double
118 srandom((unsigned long) step);
129 for (i = 1; i <= reps || reps == 0; i++, x += step)
142 #define STEP 2 /* seed if -r */
187 step = strtod(argv[3], &ep);
189 errx(EXIT_FAILURE, "Bad step value: %s",
191 have |= STEP;
236 /* 'step' is the seed here, use pseudo-random default */
237 if (!(have & STEP))
238 step = time(NULL) * getpid()
    [all...]
  /src/usr.bin/ctags/
ctags.c 93 int step; /* step through args */ local in function:main
157 for (step = 0; step < argc; ++step)
158 if (!(inf = fopen(argv[step], "r"))) {
159 warn("%s", argv[step]);
163 curfile = argv[step];
164 find_entries(argv[step]);
173 for (step = 0; step < argc; step++)
    [all...]
  /src/sys/dev/audio/
audiobell.c 116 u_int step; local in function:audiobell
148 step = 1;
151 step = 2;
154 step = 4;
159 step = 8;
163 wave1count = __arraycount(sinewave) / step;
193 j += step;
  /src/usr.sbin/installboot/
evboards.c 191 * -- Value: Array of u-boot installation step objects,
234 * itself an array of step object.
236 * A basic installation object has a single step that instructs
243 * <!-- step object -->
272 * -- Step 1: Write the initial portion of the boot
308 * -- Step 2: Write the rest of the loader after the
1501 * Return the next step in the install object.
1508 prop_dictionary_t step = prop_object_iterator_next(steps); local in function:evb_ubsteps_next_step
1511 if (step == NULL)
1514 return step;
1889 evb_ubstep step; local in function:evb_uboot_setboot
    [all...]
  /src/sys/net/
if_ether.h 311 * step through all of the ether_multi records, one at a time.
312 * The current position is remembered in "step", which the caller must
313 * provide. ether_first_multi(), below, must be called to initialize "step"
318 ether_next_multi(struct ether_multistep *step)
322 enm = step->e_enm;
324 step->e_enm = LIST_NEXT(enm, enm_list);
328 #define ETHER_NEXT_MULTI(step, enm) \
329 /* struct ether_multistep step; */ \
331 (enm) = ether_next_multi(&(step))
334 ether_first_multi(struct ether_multistep *step, const struct ethercom *ec
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_syncmap.c 340 unsigned int step, order, idx; local in function:igt_syncmap_join_below
349 for (step = 0; step < KSYNCMAP; step++) {
351 u64 context = step * BIT_ULL(order);
358 pr_err("Inserting context=%llx (order=%d, step=%d) did not return leaf (height=%d, prefix=%llx\n",
359 context, order, step, sync->height, sync->prefix);
366 for (step = 0; step < KSYNCMAP; step++)
    [all...]
  /src/sys/external/bsd/libnv/dist/
msgio.c 374 unsigned int i, step, j; local in function:fd_recv
382 ret = i = step = 0;
385 step = PKG_MAX_SIZE;
387 step = nfds - i;
388 ret = fd_package_recv(sock, fds + i, step);
397 i += step;
406 unsigned int i, step; local in function:fd_send
414 ret = i = step = 0;
417 step = PKG_MAX_SIZE;
419 step = nfds - i
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_shadow_setup.cc 68 uptr step = GetMmapGranularity(); local in function:__asan::ProtectGap
69 while (size > step && addr < kZeroBaseMaxShadowStart) {
70 addr += step;
71 size -= step;
  /src/usr.bin/last/
want.c 270 ARG *step; local in function:want
286 for (step = arglist; step; step = step->next)
287 switch(step->type) {
289 if (!strncasecmp(step->name, bp->ut_host, HOSTSIZE))
293 if (!strncmp(step->name, bp->ut_line, LINESIZE))
297 if (!strncmp(step->name, bp->ut_name, NAMESIZE))
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
bcm911360_entphn.dts 95 nand-ecc-step-size = <1024>;
bcm958300k.dts 73 nand-ecc-step-size = <1024>;
bcm958305k.dts 81 nand-ecc-step-size = <1024>;
  /src/tests/usr.bin/indent/
opt_pcs.c 117 int postfix = step++();
125 int postfix = step++ ();
  /src/sys/dev/i2c/
rkpmic.c 85 u_int step; member in struct:rkpmic_ctrl
104 .base = 712500, .step = 12500 },
108 .base = 712500, .step = 12500 },
114 .base = 800000, .step = 100000 },
120 .base = 800000, .step = 100000 },
124 .base = 800000, .step = 100000 },
128 .base = 800000, .step = 100000 },
142 .base = 712500, .step = 12500 },
146 .base = 712500, .step = 12500 },
152 .base = 1800000, .step = 100000 }
    [all...]
  /src/sys/arch/macppc/dev/
fancontrol.c 52 int temp, i, speed, diff, step; local in function:fancontrol_adjust_zone
76 step = (z->fans[i].max_rpm - z->fans[i].min_rpm) / 100;
77 speed = z->fans[i].min_rpm + diff * step;
  /src/games/adventure/
crc.c 114 c->step = 0;
132 x = c->step++;
133 if (c->step >= __arraycount(crctab)) {
134 c->step = 0;
  /src/sys/dev/isa/
fdvar.h 44 int steprate; /* step rate and head unload time */
49 int step; /* steps per cylinder */ member in struct:fd_type
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
volt.h 21 s16 step; member in struct:nvbios_volt
  /src/sys/arch/luna68k/dev/
omrasops.c 656 int step; local in function:om_rascopy_single
661 step = OMFB_STRIDE;
670 /* The sign is managed by step, height is always positive */
671 step = -step;
684 int step8 = step - wh * 8;
731 src -= height * step;
732 dst -= height * step;
742 " adda.l %[step],%[src] ;\n"
743 " adda.l %[step],%[dst] ;\n
834 int step; local in function:om4_rascopy_multi
    [all...]
  /src/sys/arch/hpcmips/isa/
isa_machdep.c 289 int i, j, step, found; local in function:__find_pcic
312 step = 0x1000000;
313 printf("\nFinding PCIC. Trying ISA port %#x-%#x step %#x\n",
314 VR_ISA_PORT_BASE, VR_ISA_PORT_BASE + VR_ISA_PORT_SIZE, step);
316 i+= step) {
354 u_int32_t port, step; local in function:__find_comport
357 step = 0x08;
359 printf("Searching COM port. Trying ISA port %#x-%#x step %#x\n",
360 VR_ISA_PORT_BASE, VR_ISA_PORT_BASE + VR_ISA_PORT_SIZE - 1, step );
363 port < (VR_ISA_PORT_BASE + VR_ISA_PORT_SIZE); port += step){
    [all...]
  /src/sys/dev/hpc/
video_subr.c 65 len = a, step = b -1; \
66 if (step == 0) \
69 for (i = k = 0, j = step / 2; i <= step; i++) { \
76 j += step; \
119 int i, j, k, len, step, kstep; \

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>