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

1 2 3 4 5 6 7 8 91011>>

  /src/games/adventure/
extern.h 33 unsigned step; member in struct:crcstate
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;
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;
  /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;
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
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...]
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;
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
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...]
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);
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))

Completed in 57 milliseconds

1 2 3 4 5 6 7 8 91011>>