| /src/sys/dev/pci/ |
| voyager.c | 447 int ifreq, factor, bit, steps; local 451 * find the smallest divider that gets us within 4096 steps of the 458 steps = 96000000 / (factor * freq); 465 hi = steps * duty_cycle / 1000; 468 lo = steps - hi; 470 hi = steps - 1; 473 DPRINTF("%d hz -> %d, %d, %d / %d\n", freq, factor, steps, lo, hi);
|
| /src/games/adventure/ |
| hdr.h | 137 extern int keys, lamp, grate, cage, rod, rod2, steps, /* mnemonics */
|
| init.c | 109 int keys, lamp, grate, cage, rod, rod2, steps, /* mnemonics */ variable 192 steps = vocab(DECR('s', 't', 'e', 'p', 's'), 1, 0);
|
| main.c | 134 if (obj == steps && toting(nugget)) 148 if (obj == steps && loc == fixed[steps])
|
| /src/usr.sbin/installboot/ |
| evboards.c | 196 * -- board uses a single set of steps for all boot media 206 * -- These installation steps will be selectable using 232 * The installation objects provide a description of the steps needed 267 * Some installations require multiple steps with special handling. 395 * may be the case that two media types have identical steps. It 412 * <-- Steps for eMMC are identical to SDMMC on this board. --> 642 * over the steps.) 1491 * Get the install steps for a given install object. 1506 evb_ubsteps_next_step(ib_params *params, evb_ubsteps steps) 1508 prop_dictionary_t step = prop_object_iterator_next(steps); 1888 evb_ubsteps steps; local [all...] |
| /src/usr.bin/make/unit-tests/ |
| opt-m-include-dir.mk | 12 # steps up in the directory hierarchy, serving as the canary file.
|
| /src/bin/pax/ |
| tables.c | 1328 int steps; local 1344 * calculate the number of u_int size steps in the string and if 1347 steps = len/sizeof(u_int); 1355 for (i = 0; i < steps; ++i) {
|
| /src/lib/libc/arch/sparc/gen/ |
| divrem.m4 | 206 ! do single-bit divide steps
|
| /src/sys/lib/libkern/arch/sparc/ |
| divrem.m4 | 206 ! do single-bit divide steps
|
| /src/sys/lib/libkern/arch/sparc64/ |
| divrem.m4 | 207 ! do single-bit divide steps
|
| /src/sys/external/bsd/acpica/dist/compiler/ |
| readme.txt | 117 These steps will add the compiler to the tools menu as a custom tool.
|
| /src/sys/arch/mac68k/obio/ |
| iwm_fd.c | 1750 int steps; local 1812 steps = loc->track - loc->oldTrack; 1814 if (steps != 0) 1815 ierr = iwmSeek(steps);
|
| iwm.s | 578 * iwmSeek -- do specified # of steps (positive - in, negative - out). 580 * Parameters: stack l # of steps 593 movel %a6@(8),%d2 | Get # of steps from stack 594 beq stDone | 0 steps? Nothing to do. 598 negl %d2 | Make # of steps positive
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_rv770_dpm.c | 1240 u32 steps = 0; local 1248 steps = (max - min) / step + 1; 1250 if (steps > MAX_NO_VREG_STEPS) 1253 for (i = 0; i < steps; i++) { 1274 pi->valid_vddc_entries = (u8)steps;
|
| /src/sys/dev/ic/ |
| aic7xxx.c | 1414 int steps; local 1422 steps = 0; 1450 if (steps > AHC_MAX_STEPS) { 1457 steps++;
|
| aic79xx.c | 2476 int steps; local 2490 steps = 0; 2519 if (steps > AHD_MAX_STEPS) { 2528 steps++;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display.c | 9691 #define BEND_IDX(steps) ((50 + (steps)) / 5) 9719 * steps -50 to 50 inclusive, in steps of 5 9721 * change in clock period = -(steps / 10) * 5.787 ps 9723 static void lpt_bend_clkout_dp(struct drm_i915_private *dev_priv, int steps) 9726 int idx = BEND_IDX(steps); 9728 if (WARN_ON(steps % 5 != 0)) 9736 if (steps % 10 != 0)
|