/freebsd/contrib/bmake/unit-tests/ |
H A D | dotwait.mk | 5 TESTS= simple recursive shared cycle 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 _ECHOUSE
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ScoreboardHazardRecognizer.cpp | 117 int cycle = Stalls; in getHazardType() local 134 int StageCycle = cycle + (int)i; in getHazardType() 165 cycle += IS->getNextCycles(); in getHazardType() 184 unsigned cycle = 0; in EmitInstruction() local 193 assert(((cycle + i) < RequiredScoreboard.getDepth()) && in EmitInstruction() 200 freeUnits &= ~ReservedScoreboard[cycle + i]; in EmitInstruction() 204 freeUnits &= ~RequiredScoreboard[cycle + i]; in EmitInstruction() 216 RequiredScoreboard[cycle + i] |= freeUnit; in EmitInstruction() 218 ReservedScoreboard[cycle + i] |= freeUnit; in EmitInstruction() 222 cycle += IS->getNextCycles(); in EmitInstruction()
|
/freebsd/usr.bin/gprof/ |
H A D | gprof.callg | 31 its membership in a cycle, if any. 58 parent's membership in a cycle, if any. 84 membership in a cycle, if any. 92 children) in the same cycle as the function. If 93 the function (or child) is a member of a cycle, 96 cycle as a whole. 103 cycle listings: 104 the cycle as a whole is listed with the same 106 the members of the cycle, and their contributions 107 to the time and call counts of the cycle.
|
H A D | arcs.c | 352 int cycle; in cyclelink() local 380 cycle = 0; in cyclelink() 385 cycle += 1; in cyclelink() 386 cyclenlp = &cyclenl[cycle]; in cyclelink() 399 cyclenlp -> cycleno = cycle; /* internal number of cycle on */ in cyclelink() 408 printf( " is the head of cycle %d\n" , cycle ); in cyclelink() 415 memberp -> cycleno = cycle; in cyclelink() 427 if ( arcp -> arc_parentp -> cycleno == cycle ) { in cyclelink() 756 int cycle; in cycletime() local 760 for ( cycle = 1 ; cycle <= ncycle ; cycle += 1 ) { in cycletime() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | pwm-vibrator.txt | 4 strength increases based on the duty cycle of the enable PWM channel 5 (100% duty cycle meaning strongest vibration, 0% meaning no vibration). 8 driven at fixed duty cycle. If available this is can be used to increase 18 - direction-duty-cycle-ns: Duty cycle of the direction PWM channel in 64 direction-duty-cycle-ns = <1000000000>;
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | pwm-regulator.txt | 7 predefined voltage <=> duty-cycle values must be 10 Intermediary duty-cycle values which would normally 19 appropriate duty-cycle values. This allows for a much 22 assumption that a %50 duty-cycle value will cause the 35 Second cell is duty-cycle in percent (%) 38 - pwm-dutycycle-unit: Integer value encoding the duty cycle unit. If not 46 Duty cycle values are expressed in pwm-dutycycle-unit. 71 * Inverted PWM logic, and the duty cycle range is limited
|
/freebsd/usr.bin/tsort/tests/ |
H A D | tsort_test.sh | 33 atf_test_case cycle 56 atf_check -e match:cycle -o file:output tsort input 57 atf_check -e match:cycle -o file:output tsort <input 65 atf_add_test_case cycle
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | gpmc-nor.txt | 21 - gpmc,access-ns: Start cycle to first data capture (read access) 22 - gpmc,rd-cycle-ns: Total read cycle time 23 - gpmc,wr-cycle-ns: Total write cycle time 70 gpmc,rd-cycle-ns = <186>; 71 gpmc,wr-cycle-ns = <186>;
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_global.c | 387 bool cycle = (menu->opt & O_NONCYCLIC) ? FALSE : TRUE; in _nc_Link_Items() local 405 (cycle ? menu->items[(Last_in_Row >= Number_Of_Items) ? in _nc_Link_Items() 414 (cycle ? menu->items[row * Number_Of_Columns] : in _nc_Link_Items() 421 (cycle ? menu->items[(Last_in_Column >= Number_Of_Items) ? in _nc_Link_Items() 429 (cycle ? menu->items[(row + 1) < menu->rows ? in _nc_Link_Items() 454 (cycle ? (Last_in_Column >= Number_Of_Items) ? in _nc_Link_Items() 462 (cycle ? menu->items[row] : (ITEM *)0); in _nc_Link_Items() 468 (cycle ? in _nc_Link_Items() 479 (cycle ? in _nc_Link_Items()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | gpmc-eth.txt | 36 - gpmc,access-ns: Start cycle to first data capture (read access) 37 - gpmc,rd-cycle-ns: Total read cycle time 38 - gpmc,wr-cycle-ns: Total write cycle time 78 gpmc,rd-cycle-ns = <186>; 79 gpmc,wr-cycle-ns = <186>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCScheduleP7.td | 14 let IssueWidth = 6; // 4 (non-branch) instructions are dispatched per cycle. 17 // cycle (from all queues) is 8.
|
H A D | PPCScheduleP9.td | 161 // Each execution and branch slice can receive up to two iops per cycle 192 // However, the ALU unit is only ever busy for 1 cycle at a time and may 193 // receive new instructions each cycle. 324 // Three cycle permute operations. 331 // Stores are listed as having a single cycle of latency. This is not 332 // completely accurate since it takes more than 1 cycle to actually store 334 // considered complete after one cycle. 384 // 2 or 5 cycle latencies for the branch unit. 393 // 6 cycle latency for the crypto unit
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | 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>;
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 40 cycle from a slow device. 53 ALE[0] to the cycle that the first read data is sampled 57 - devbus,acc-next-ps: Defines the time delay between the cycle that 58 samples data N and the cycle that samples data N+1 64 DEV_OEn and DEV_CSn are asserted at the same cycle. 73 DEV_OEn and DEV_CSn are de-asserted at the same cycle 74 (the cycle of the last data sample). 76 DEV_OEn is always de-asserted the next cycle after 85 - devbus,ale-wr-ps: Defines the time delay from the ALE[0] negation cycle
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | pwm-backlight.txt | 19 0 will do. The actual brightness level (PWM duty cycle) 21 cycle (darkest/off), while the last value in the array 22 represents a 100% duty cycle (brightest). 27 resolution pwm duty cycle can be used without
|
/freebsd/sys/dev/pwm/ |
H A D | pwmbus_if.m | 51 # Config the period (Total number of cycle in ns) and 52 # the duty (active number of cycle in ns) 62 # Get the period (Total number of cycle in ns) and 63 # the duty (active number of cycle in ns)
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwdv.c | 259 int system=-1, pad_acc, cycle_acc, cycle, f_frac; in dvsend() local 350 cycle = 1; in dvsend() 351 cycle_acc = frame_cycle[system].d * cycle; in dvsend() 367 ciph->fdf.dv.cyc = htons(cycle << 12 | f_frac); in dvsend() 384 cycle ++; in dvsend() 392 cycle ++; in dvsend()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_barrier.c | 135 int64_t cycle; in _pthread_barrier_wait() local 158 cycle = bar->b_cycle; in _pthread_barrier_wait() 164 } while (cycle == bar->b_cycle); in _pthread_barrier_wait()
|
H A D | thr_resume_np.c | 95 thread->cycle++; in resume_common() 96 _thr_umtx_wake(&thread->cycle, 1, 0); in resume_common()
|
H A D | thr_sig.c | 407 uint32_t cycle; in check_suspend() local 430 curthread->cycle++; in check_suspend() 431 cycle = curthread->cycle; in check_suspend() 434 _thr_umtx_wake(&curthread->cycle, INT_MAX, 0); in check_suspend() 444 _thr_umtx_wait_uint(&curthread->cycle, cycle, NULL, 0); in check_suspend()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMScheduleA8.td | 95 // Result written in E5, but that is relative to the last cycle of multicycle, 124 // FIXME: lsl by 2 takes 1 cycle. 151 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers. 229 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers. 393 // FIXME: A8_LSPipe cycle time is dynamic, this assumes 3 to 4 registers. 779 // Result written in N5, but that is relative to the last cycle of multicycle, 798 // Result written in N5, but that is relative to the last cycle of multicycle, 820 // Result written in N2, but that is relative to the last cycle of multicycle, 854 // Result written in N2, but that is relative to the last cycle of multicycle, 859 // Quad-register Permute (3 cycle issue) [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedOryon.td | 288 // b. Link Register Update on pipes 0 and 1 taking 1 cycle 289 // c. Indirect branch on pipe 0 taking 1 cycle 301 // 1 cycle on I012345 304 // 1 cycle on I0123 307 // 1 cycle on 2 of I012345 311 // 2 cycle on 2 of I0123 with ReleaseAtCycles 318 // 2 cycle on 2 of I012345 325 // 3 cycle on 2 of I45 332 // 3 cycle on I45 337 // 7 cycle on I2 32-bit integer division [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/broadcom/stingray/ |
H A D | stingray-board-base.dtsi | 38 full-pwr-cycle; 42 full-pwr-cycle;
|
/freebsd/sys/powerpc/powermac/ |
H A D | ata_macio.c | 84 int cycle; /* minimum cycle time [ns] */ member 269 min_cycle = udma_timings[mode & ATA_MODE_MASK].cycle; in ata_macio_setmode() 279 min_cycle = dma_timings[mode & ATA_MODE_MASK].cycle; in ata_macio_setmode() 302 pio_timings[(mode & ATA_MODE_MASK) - ATA_PIO0].cycle; in ata_macio_setmode()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-kdf.pod | 5 life_cycle-kdf - The KDF algorithm life-cycle 10 go through a number of stages in their life-cycle: 17 starting state for any life-cycle transitions. 31 for all life-cycle transitions. 37 The usual life-cycle of a KDF/PRF is illustrated:
|