| /src/usr.bin/make/unit-tests/ |
| dotwait.exp | 25 cycle.1.99 26 cycle.1.99 27 make: Graph cycles through `cycle.2.99' 28 make: Graph cycles through `cycle.2.98' 29 make: Graph cycles through `cycle.2.97'
|
| dotwait.mk | 5 TESTS= simple recursive shared cycle 56 # cycle: the cyclic dependency must not cause infinite recursion 58 cycle: cycle.1.99 .WAIT cycle.2.99 59 cycle.2.99: cycle.2.98 _ECHOUSE 60 cycle.2.98: cycle.2.97 _ECHOUSE 61 cycle.2.97: cycle.2.99 _ECHOUS [all...] |
| /src/lib/libmenu/ |
| internals.c | 91 int neighbour, cycle, row_major, edge; local 95 cycle = ((menu->opts & O_NONCYCLIC) != O_NONCYCLIC); 99 if (cycle) { 111 if (cycle) 143 if ((!cycle) && (edge == 1)) 150 if (cycle) 184 if ((!cycle) && (edge == 1)) 190 if (cycle) { 201 if (cycle) 230 if ((!cycle) && (edge == 1) [all...] |
| /src/usr.sbin/fwctl/ |
| fwdv.c | 66 {8000*100, 2997}, /* NTSC 8000 cycle / 29.97 Hz */ 67 {320, 1}, /* PAL 8000 cycle / 25 Hz */ 269 int lsystem=-1, pad_acc, cycle_acc, cycle, f_frac; local 285 cycle_acc = cycle = 0; 370 cycle = 1; 371 cycle_acc = frame_cycle[lsystem].d * cycle; 387 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); 404 cycle ++; 412 cycle ++;
|
| /src/sys/arch/macppc/dev/ |
| wdc_obio.c | 218 /* Minimum cycle time is 150ns (DMA MODE 1) on ohare. */ 264 int cycle; /* minimum cycle time [ns] */ member in struct:ide_timings 326 min_cycle = pio_timing[piomode].cycle; 342 min_cycle = dma_timing[dmamode].cycle; 392 min_cycle = pio_timing[piomode].cycle; 404 min_cycle = dma_timing[dmamode].cycle; 415 min_cycle = udma_timing[udmamode].cycle;
|
| /src/distrib/mvme68k/miniroot/ |
| install.md | 208 machine has halted, power-cycle the system to load new boot code. 218 halted, power-cycle the machine in order to load new boot code. Make sure
|
| /src/sys/dev/sbus/ |
| dbrivar.h | 92 int cycle; /* offset of timeslot (bits) */ member in struct:dbri_pipe
|
| dbri.c | 1493 int len, int cycle) 1513 if (basepipe == 16 && dir == PIPEoutput && cycle == 0) 1514 cycle = sc->sc_chi_bpf; 1530 while (sc->sc_pipe[nextpipe].cycle < cycle && 1547 sc->sc_pipe[pipe].cycle = cycle; 1557 *(cmd++) = DBRI_TS_LEN(len) | DBRI_TS_CYCLE(cycle) | 1566 *(cmd++) = DBRI_TS_LEN(len) | DBRI_TS_CYCLE(cycle) |
|
| /src/sys/modules/examples/luareadhappy/ |
| happy.lua | 32 -- stay), or it loops endlessly in a cycle which does not include 1. Those 46 -- If n is not happy then its sequence ends in the cycle:
|
| /src/sys/uvm/ |
| uvm_pdpolicy_clockpro.c | 352 int cycle; member in struct:bucket 422 b->cycle = cycle_target; 452 const int cycle = b->cycle; local 456 todo = target - cycle; 473 b->cycle = target;
|
| /src/sys/arch/luna68k/dev/xplx/ |
| xplx.asm | 1520 ; 1 PAM cycle = 204 clk 1611 ; cycle 1631 ; 1 PAM cycle = 152 clk 1708 ; cycle 1724 ; 1 PAM cycle = 298 clk 1837 ; cycle 1856 ; 1 PAM cycle = 136 clk 1951 ; 1 cycle = 87 clk 2029 ; cycle
|
| /src/sys/arch/riscv/include/ |
| sysreg.h | 282 RISCVREG_READ_INLINE(cycle) 291 "\n\t" "csrr\t%[__lo0], cycle"
|
| /src/sys/dev/ieee1394/ |
| fwohci.c | 91 "nocyclemaster", SYSCTL_DESCR("Do not send cycle start packets"), 998 /* Clear cycle match counter bits */ 1001 /* 2bit second + 13bit cycle */ 1923 int sec, cycle, cycle_match; local 1925 cycle = cycle_now & 0x1fff; 1933 cycle = cycle + CYCLE_DELAY; 1934 if (cycle >= 8000) { 1936 cycle -= 8000; 1938 cycle = roundup2(cycle, CYCLE_MOD) [all...] |
| /src/usr.bin/make/ |
| targ.c | 461 && !flags.cycle
|
| make.c | 191 Buf_AddFlag(&buf, flags.cycle, "CYCLE"); 1177 * print out the cycle by recursing on its children. 1179 if (!gn->flags.cycle) { 1181 gn->flags.cycle = true;
|
| make.h | 229 * state indicates a cycle in the graph. 402 bool cycle:1; member in struct:GNodeFlags
|
| /src/usr.bin/m4/ |
| main.c | 462 cycle {
|
| eval.c | 700 cycle {
|
| /src/sys/arch/m68k/m68k/ |
| busaddrerr.s | 246 cmpw #0x40,%d0 | was it read cycle?
|
| /src/sys/arch/mac68k/obio/ |
| iwm.s | 1173 * (exit the last loop cycle before the buffer access). 1175 tstl %d4 | Last loop cycle?
|
| /src/sys/arch/sun3/sun3x/ |
| locore.s | 242 cmpw #0x40,%d0 | was it read cycle?
|
| /src/sys/arch/atari/atari/ |
| locore.s | 233 cmpw #0x40,%d0 | was it read cycle? 396 movel %d0,%a0@(PLX_CNTRL) | to Read Cycle
|
| /src/sys/arch/amiga/amiga/ |
| locore.s | 248 cmpw #0x40,%d0 | was it read cycle?
|