| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | timing.h | 99 if (strncmp(Name, Timers[I].Name, MaxLenOfTimerName) == 0) in getOrCreateTimer() 104 strncpy(Timers[NumAllocatedTimers].Name, Name, MaxLenOfTimerName); in getOrCreateTimer() 134 Timers[Nesting.HandleId].Nesting = T.HandleId; in nest() 163 if (Timers[I].Nesting != MaxNumberOfTimers) in printAllImpl() 186 Str.append("%s (%" PRId64 ")\n", Timers[HandleId].Name, Occurrence); in REQUIRES() 189 if (Timers[I].Nesting == HandleId) in REQUIRES() 215 TimerInfo Timers[MaxNumberOfTimers] GUARDED_BY(Mutex);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 175 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local 176 if (Timers.size() == 0) in getPassTimer() 177 Timers.emplace_back(new Timer(PassID, PassID, TG)); in getPassTimer() 178 return *Timers.front(); in getPassTimer() 183 TimerVector &Timers = TimingData[PassID]; in getPassTimer() local 184 unsigned Count = Timers.size() + 1; in getPassTimer() 189 Timers.emplace_back(T); in getPassTimer() 190 assert(Count == Timers.size() && "Timers vector not adjusted correctly."); in getPassTimer()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/x86/ |
| H A D | timer.txt | 1 Timers
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 157 std::unique_ptr<RTDyldTimers> Timers; variable 559 TimeRegion TR(Timers ? &Timers->LoadObjectsTimer : nullptr); in executeInput() 588 TimeRegion TR(Timers ? &Timers->LinkTimer : nullptr); in executeInput() 626 TimeRegion TR(Timers ? &Timers->RunTimer : nullptr); in executeInput() 1033 Timers = ShowTimes ? std::make_unique<RTDyldTimers>() : nullptr; in main()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/ |
| H A D | mt7621-wdt.txt | 1 Ralink Watchdog Timers
|
| H A D | rt2880-wdt.txt | 1 Ralink Watchdog Timers
|
| H A D | ralink,rt2880-wdt.yaml | 7 title: Ralink Watchdog Timers
|
| H A D | mediatek,mt7621-wdt.yaml | 7 title: Ralink Watchdog Timers
|
| H A D | maxim,max63xx.yaml | 7 title: Maxim 63xx Watchdog Timers
|
| H A D | atmel-wdt.txt | 1 * Atmel Watchdog Timers
|
| H A D | atmel,at91sam9-wdt.yaml | 8 title: Atmel Watchdog Timers
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | intel,ixp4xx-timer.yaml | 8 title: Intel IXP4xx XScale Networking Processors Timers
|
| H A D | fsl,gtm.txt | 1 * Freescale General-purpose Timers Module
|
| H A D | marvell,armada-370-xp-timer.txt | 1 Marvell Armada 370 and Armada XP Timers
|
| H A D | arm,sp804.txt | 1 ARM sp804 Dual Timers
|
| H A D | mediatek,mtk-timer.txt | 1 MediaTek Timers
|
| H A D | arm,sp804.yaml | 7 title: ARM sp804 Dual Timers
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | picoxcell.txt | 11 Timers required properties:
|
| /freebsd-14.2/sys/arm/conf/ |
| H A D | std.qca | 41 # Timers
|
| H A D | ARMADA38X | 58 # Timers
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | samsung,exynos5433-lpass.txt | 18 UART, SLIMBUS, PCM, I2S, DMAC, Timers 0...4, VIC, WDT 0...1 devices.
|
| H A D | st,stm32-lptimer.yaml | 7 title: STMicroelectronics STM32 Low-Power Timers
|
| H A D | st,stm32-timers.yaml | 7 title: STMicroelectronics STM32 Timers
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | milbeaut-m10v.dtsi | 75 timer@1e000050 { /* 32-bit Reload Timers */
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSystemOperands.td | 82 // User Counter/Timers 274 // Machine Counter and Timers
|