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

1 2 3 4 5 6 7 8

  /src/games/adventure/
extern.h 33 unsigned step; member in struct:crcstate
  /src/sys/arch/macppc/dev/
fancontrol.c 52 int temp, i, speed, diff, step; local
76 step = (z->fans[i].max_rpm - z->fans[i].min_rpm) / 100;
77 speed = z->fans[i].min_rpm + diff * step;
am79c950.c 654 struct ether_multistep step; local
667 ETHER_FIRST_MULTI(step, ec, enm);
701 ETHER_NEXT_MULTI(step, enm);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_shadow_setup.cc 68 uptr step = GetMmapGranularity(); local
69 while (size > step && addr < kZeroBaseMaxShadowStart) {
70 addr += step;
71 size -= step;
  /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/m68k/fpe/
fpu_calcea.c 303 int len, step; local
316 step = (len == 1 && ea->ea_regnum == 15 /* sp */) ? 2 : len;
333 ea->ea_fea -= step;
336 ea->ea_fea += step;
340 ea->ea_moffs += step;
400 *reg -= step;
422 *reg += step;
444 int len, step; local
462 step = (len == 1 && ea->ea_regnum == 15 /* sp */) ? 2 : len;
478 ea->ea_fea -= step;
    [all...]
  /src/sys/dev/audio/
audiobell.c 116 u_int step; local
148 step = 1;
151 step = 2;
154 step = 4;
159 step = 8;
163 wave1count = __arraycount(sinewave) / step;
193 j += step;
  /src/games/sail/
dr_3.c 49 static void step(struct ship *, int, char *);
87 * checking for collisions and snags at each step.
111 * Step once.
119 step(sp, sp->file->movebuf[k], &moved[n]);
228 step(struct ship *sp, int com, char *moved) function
  /src/sys/arch/amiga/amiga/
busfuncs.c 220 int step; local
222 step = 1 << t->stride;
224 x = ((*q) << 8) | *(q + step);
233 int step; local
235 step = 1 << t->stride;
239 *(q+step) = v;
247 int step; local
249 step = 1 << t->stride;
253 *p++ = ((*q)<<8) | *(q+step);
262 int step; local
280 int step; local
300 int step; local
319 int step; local
334 int step; local
405 int step; local
422 int step; local
439 int step; local
454 int step; local
    [all...]
  /src/sys/arch/playstation2/dev/
emac3.c 229 struct ether_multistep step; local
246 ETHER_FIRST_MULTI(step, ec, enm);
254 ETHER_NEXT_MULTI(step, enm);
  /src/sys/dev/ic/
i82596.c 472 struct ether_multistep step; local
505 ETHER_FIRST_MULTI(step, ec, enm);
518 ETHER_NEXT_MULTI(step, enm);
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_syncmap.c 340 unsigned int step, order, idx; local
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
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
414 ret = i = step = 0;
417 step = PKG_MAX_SIZE;
419 step = nfds - i
    [all...]
  /src/sys/lib/libunwind/
UnwindCursor.hpp 49 step_result step() { function in class:_Unwind::UnwindCursor
  /src/sys/netinet/
igmp.c 247 struct in_multistep step; local
271 inm = in_first_multi(&step);
281 inm = in_next_multi(&step);
285 struct in_multistep step; local
305 inm = in_first_multi(&step);
331 inm = in_next_multi(&step);
536 struct in_multistep step; local
551 inm = in_first_multi(&step);
568 inm = in_next_multi(&step);
  /src/usr.bin/jot/
jot.c 70 static double step = STEP_DEF; variable
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/last/
want.c 270 ARG *step; local
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/common/dist/zlib/contrib/testzlib/
testzlib.c 196 int step=0; local
212 step++;
220 printf("total compress size = %u, in %u step\n",lSizeCpr,step);
237 int step=0; local
253 step++;
261 printf("total uncompress size = %u, in %u step\n",lSizeUncpr,step);
  /src/sys/arch/arm/at91/
at91emac.c 756 struct ether_multistep step; local
778 ETHER_FIRST_MULTI(step, ec, enm);
813 ETHER_NEXT_MULTI(step, enm);
  /src/sys/arch/arm/ep93xx/
epe.c 693 struct ether_multistep step; local
709 ETHER_FIRST_MULTI(step, ec, enm);
745 ETHER_NEXT_MULTI(step, enm);
  /src/sys/arch/hpcmips/isa/
isa_machdep.c 289 int i, j, step, found; local
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
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/arch/hpcmips/vr/
flash_vrip.c 658 int step; local
683 step = (offset & ss->subsect_mask) == ss->subsect_addr
688 offset += step;
  /src/sys/arch/mac68k/dev/
aed.c 685 int level, step; local
689 step = 1;
691 step = BRIGHTNESS_STEP;
693 level = uimax(BRIGHTNESS_MIN, level - step);
700 int level, step; local
704 step = 1;
706 step = BRIGHTNESS_STEP;
708 level = uimin(BRIGHTNESS_MAX, level + step);
if_mc.c 666 struct ether_multistep step; local
678 ETHER_FIRST_MULTI(step, ec, enm);
706 ETHER_NEXT_MULTI(step, enm);
  /src/sys/arch/mips/adm5120/dev/
if_admsw.c 1108 struct ether_multistep step; local
1121 ETHER_FIRST_MULTI(step, ec, enm);
1152 ETHER_NEXT_MULTI(step, enm);

Completed in 38 milliseconds

1 2 3 4 5 6 7 8