Searched refs:Clock (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp20 class Clock : public BScreenSaver class in inherits:BScreenSaver
23 Clock(BMessage *message, image_id id);
39 return new Clock(message, image);
43 Clock::Clock(BMessage *message, image_id image) function in class:Clock
52 Clock::StartConfig(BView *view)
55 B_EMPTY_STRING, "Simple Clock");
66 Clock::StartSaver(BView *view, bool)
74 Clock::Draw(BView *view, int32)
146 Clock
[all...]
/haiku/headers/private/kernel/arch/generic/
H A Ddebug_uart.h39 int64 Clock() const { return fClock; } function in class:DebugUART
/haiku/src/system/kernel/arch/arm64/
H A Darch_uart_linflex.cpp55 uint32 baudDivisor = Clock() / (16 * baud);
56 uint32 remainder = Clock() % (16 * baud);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_uart_sifive.cpp40 uint64 quotient = (Clock() + baud - 1) / baud;
/haiku/src/system/kernel/arch/generic/
H A Ddebug_uart_8250.cpp96 uint16 baudDivisor = Clock() / (16 * baud);
/haiku/src/system/kernel/arch/arm/
H A Darch_uart_pl011.cpp217 uint32 baudDivisor = Clock() / (16 * baud);
218 uint32 remainder = Clock() % (16 * baud);
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dmulti.cpp459 static const char *Clock[] = { variable
486 Clock,

Completed in 70 milliseconds