/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 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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/stingray/ |
stingray-board-base.dtsi | 38 full-pwr-cycle; 42 full-pwr-cycle;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap3-overo-tobiduo-common.dtsi | 36 gpmc,rd-cycle-ns = <60>; 37 gpmc,wr-cycle-ns = <54>;
|
omap3430-sdp.dts | 73 gpmc,rd-cycle-ns = <186>; 74 gpmc,wr-cycle-ns = <186>; 123 gpmc,rd-cycle-ns = <72>; 124 gpmc,wr-cycle-ns = <72>; 169 gpmc,rd-cycle-ns = <108>; 170 gpmc,wr-cycle-ns = <96>;
|
omap-gpmc-smsc911x.dtsi | 40 gpmc,rd-cycle-ns = <155>; 41 gpmc,wr-cycle-ns = <155>;
|
omap-gpmc-smsc9221.dtsi | 43 gpmc,rd-cycle-ns = <60>; 44 gpmc,wr-cycle-ns = <54>;
|
omap2420-n8x0-common.dtsi | 74 gpmc,rd-cycle-ns = <145>; 75 gpmc,wr-cycle-ns = <136>;
|
omap2430-sdp.dts | 58 gpmc,rd-cycle-ns = <187>; 59 gpmc,wr-cycle-ns = <187>;
|
omap3-evm-37xx.dts | 78 gpmc,rd-cycle-ns = <82>; 79 gpmc,wr-cycle-ns = <82>;
|
omap3-evm.dts | 78 gpmc,rd-cycle-ns = <82>; 79 gpmc,wr-cycle-ns = <82>;
|
omap3-igep.dtsi | 129 gpmc,rd-cycle-ns = <82>; 130 gpmc,wr-cycle-ns = <82>; 162 gpmc,rd-cycle-ns = <114>; 163 gpmc,wr-cycle-ns = <114>;
|
dra62x-j5eco-evm.dts | 72 gpmc,rd-cycle-ns = <82>; 73 gpmc,wr-cycle-ns = <82>;
|
omap3-gta04a5one.dts | 73 gpmc,rd-cycle-ns = <112>; 74 gpmc,wr-cycle-ns = <112>;
|
omap3-sb-t35.dtsi | 123 gpmc,rd-cycle-ns = <155>; 124 gpmc,wr-cycle-ns = <155>;
|
sama5d3xcm.dtsi | 73 atmel,smc-nrd-cycle-ns = <107>; 74 atmel,smc-nwe-cycle-ns = <84>;
|
am335x-chilisom.dtsi | 167 gpmc,rd-cycle-ns = <82>; 168 gpmc,wr-cycle-ns = <82>;
|
dm8148-evm.dts | 72 gpmc,rd-cycle-ns = <82>; 73 gpmc,wr-cycle-ns = <82>;
|
omap4-duovero-parlor.dts | 156 gpmc,rd-cycle-ns = <50>; 157 gpmc,wr-cycle-ns = <50>;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
sun50i-a64-pinephone-1.2.dts | 22 * and the lowest PWM duty cycle that doesn't lead to backlight being off 23 * is around 10%. Duty cycle for the lowest brightness level also varries
|
/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/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:
|