/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/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 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/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/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
volt.h | 21 s16 step; member in struct:nvbios_volt
|
/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/sys/arch/m68k/fpe/ |
fpu_calcea.c | 303 int len, step; local in function:fpu_load_ea 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 in function:fpu_store_ea 462 step = (len == 1 && ea->ea_regnum == 15 /* sp */) ? 2 : len; 478 ea->ea_fea -= step; [all...] |
/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 in typeref:typename:void
|
/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/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/lib/libunwind/ |
UnwindCursor.hpp | 49 step_result step() { function in class:_Unwind::UnwindCursor
|
/src/sys/netinet/ |
igmp.c | 247 struct in_multistep step; local in function:igmp_input 271 inm = in_first_multi(&step); 281 inm = in_next_multi(&step); 285 struct in_multistep step; local in function:igmp_input 305 inm = in_first_multi(&step); 331 inm = in_next_multi(&step); 536 struct in_multistep step; local in function:igmp_fasttimo 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 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/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/arch/playstation2/dev/ |
emac3.c | 229 struct ether_multistep step; local in function:emac3_setmulti 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 in function:iee_cb_setup 505 ETHER_FIRST_MULTI(step, ec, enm); 518 ETHER_NEXT_MULTI(step, enm);
|
mtd803.c | 828 struct ether_multistep step; local in function:mtd_setmulti 843 ETHER_FIRST_MULTI(step, ec, enm); 851 ETHER_NEXT_MULTI(step, enm);
|
sgec.c | 650 struct ether_multistep step; local in function:ze_setup 674 ETHER_FIRST_MULTI(step, ec, enm); 682 ETHER_NEXT_MULTI(step, enm);
|
/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/dev/qbus/ |
if_il.c | 341 struct ether_multistep step; local in function:ilinit 343 * Step through our list of multicast addresses. If we have 350 ETHER_FIRST_MULTI(step, ec, enm); 356 ETHER_NEXT_MULTI(step, enm);
|
/src/sys/dev/usb/ |
if_kue.c | 327 struct ether_multistep step; local in function:kue_uno_mcast 353 ETHER_FIRST_MULTI(step, ec, enm); 362 ETHER_NEXT_MULTI(step, enm);
|
if_udav.c | 564 struct ether_multistep step; local in function:udav_uno_mcast 594 ETHER_FIRST_MULTI(step, ec, enm); 607 ETHER_NEXT_MULTI(step, enm);
|
/src/sys/net/npf/ |
npf_conndb.c | 87 int step; member in struct:__anond35ec76c0108 106 "gc.step", 107 ¶ms->step, 305 unsigned target = params->step; 322 * - Limit the scan to the G/C step size.
|