/src/usr.bin/make/unit-tests/ |
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 target 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 in function:_menui_calc_neighbours 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 | 65 {8000*100, 2997}, /* NTSC 8000 cycle / 29.97 Hz */ 66 {320, 1}, /* PAL 8000 cycle / 25 Hz */ 268 int lsystem=-1, pad_acc, cycle_acc, cycle, f_frac; local in function:dvsend 284 cycle_acc = cycle = 0; 369 cycle = 1; 370 cycle_acc = frame_cycle[lsystem].d * cycle; 386 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); 403 cycle ++; 411 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/sys/dev/sbus/ |
dbrivar.h | 92 int cycle; /* offset of timeslot (bits) */ member in struct:dbri_pipe
|
/src/usr.bin/m4/ |
mdef.h | 136 #define cycle for(;;) macro
|
/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 in function:nonresident_rotate 456 todo = target - cycle; 473 b->cycle = target;
|
/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 in function:fwohci_next_cycle 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/ |
make.h | 229 * state indicates a cycle in the graph. 400 bool cycle:1; member in struct:GNodeFlags
|