HomeSort by: relevance | last modified time | path
    Searched refs:Clock (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/cmake/
steady_clock.cpp 4 typedef std::chrono::steady_clock Clock;
5 Clock::time_point tp = Clock::now();
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/cmake/
steady_clock.cpp 4 typedef std::chrono::steady_clock Clock;
5 Clock::time_point tp = Clock::now();
  /src/external/mit/xorg/bin/oclock/
Makefile 6 SRCS= oclock.c Clock.c transform.c
10 APPDEFS=Clock-color
  /src/external/bsd/zstd/dist/contrib/pzstd/
Logging.h 26 using Clock = std::chrono::system_clock;
27 Clock::time_point lastUpdate_;
32 : out_(out), level_(level), lastUpdate_(Clock::now()),
55 auto now = Clock::now();
  /src/external/mit/xorg/bin/xclock/
Makefile 6 SRCS= xclock.c Clock.c
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_clock_test.cc 23 TEST(Clock, VectorBasic) {
39 TEST(Clock, ChunkedBasic) {
60 TEST(Clock, Iter) {
81 TEST(Clock, AcquireRelease) {
97 TEST(Clock, RepeatedAcquire) {
112 TEST(Clock, ManyThreads) {
138 TEST(Clock, DifferentSizes) {
177 TEST(Clock, Growth) {
242 TEST(Clock, Growth2) {
243 // Test clock growth for every pair of sizes
282 u64 clock[kThreads]; member in struct:__tsan::SimpleSyncClock
311 u64 clock[kThreads]; member in struct:__tsan::SimpleThreadClock
    [all...]
  /src/sys/arch/acorn32/doc/
bootoptions 52 fpaclk2 Clock FPA at half processor clock speed
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
timers.cc 184 typedef std::chrono::system_clock Clock;
185 std::time_t now = Clock::to_time_t(Clock::now());
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
timers.cc 184 typedef std::chrono::system_clock Clock;
185 std::time_t now = Clock::to_time_t(Clock::now());
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
package.d 90 /// Get the current time from the system clock
93 import std.datetime.systime : SysTime, Clock;
95 SysTime currentTime = Clock.currTime();
142 auto currentTime = Clock.currTime();
timezone.d 32 import std.datetime.systime : Clock, stdTimeToUnixTime, SysTime;
762 auto currYear = (cast(Date) Clock.currTime()).year;
771 assert(0, "Clock.currTime() threw.");
849 auto currTime = Clock.currStdTime;
2179 // in standard time or wall clock time.
2269 // in standard time or wall clock time.
2633 // Whether the transition is in std time (as opposed to wall clock time).
systime.d 10 $(LREF Clock)
48 SysTime today = Clock.currTime();
129 getting the time from the system clock. It cannot be instantiated.
131 final class Clock
140 clock to use to get the current time. Very few programs
173 auto norm1 = Clock.currTime;
174 auto norm2 = Clock.currTime(UTC());
183 auto value1 = Clock.currTime!ct;
184 auto value2 = Clock.currTime!ct(UTC());
198 clock to use to get the current time. Very few program
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
core.d 9 import std.datetime.systime : Clock, SysTime;
953 moduleName, ll, thisTid, Clock.currTime, this);
1001 moduleName, ll, thisTid, Clock.currTime, this);
1052 moduleName, ll, thisTid, Clock.currTime, this);
1099 moduleName, ll, thisTid, Clock.currTime, this);
1169 moduleName, ll, thisTid, Clock.currTime, this);
1194 moduleName, ll, thisTid, Clock.currTime, this);
1238 moduleName, ll, thisTid, Clock.currTime, this);
1262 moduleName, ll, thisTid, Clock.currTime, this);
1308 moduleName, this.logLevel_, thisTid, Clock.currTime, this)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 89 import std.datetime.systime : Clock, SysTime, unixTimeToStdTime;
1279 import std.datetime : Clock, seconds;
1280 auto currTime = Clock.currTime();
1299 auto currTime = Clock.currTime();
1326 currTime = Clock.currTime();
1408 auto currTime = Clock.currTime();
1442 currTime = Clock.currTime();
1690 import std.datetime : Clock, seconds;
1691 auto currTime = Clock.currTime();
1859 // as they may have the HZ setting that controls the software clock set to 10
    [all...]
zip.d 1542 am.time = SysTimeToDosFileTime(Clock.currTime());
1697 am.time = SysTimeToDosFileTime(Clock.currTime());
  /src/external/gpl2/gmake/dist/tests/
test_driver.pl 649 $slurp =~ s/^.*Clock skew detected.*\n//gm;
892 # determines the modtime, based on _its_ clock. So, instead, now we open
894 # the modtime correctly according to its clock.
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 125 static double RoundToDFSGranularityUp(double Clock, double VCOSpeed);
126 static double RoundToDFSGranularityDown(double Clock, double VCOSpeed);
323 // N422/N420 operate at 2 pixels per clock
329 // #all other modes operate at 1 pixel per clock
807 static double RoundToDFSGranularityUp(double Clock, double VCOSpeed)
809 return VCOSpeed * 4 / dml_floor(VCOSpeed * 4 / Clock, 1);
812 static double RoundToDFSGranularityDown(double Clock, double VCOSpeed)
814 return VCOSpeed * 4 / dml_ceil(VCOSpeed * 4 / Clock, 1);
1511 // NB P-State/DRAM Clock Change Watermark
2403 // NB P-State/DRAM Clock Change Suppor
    [all...]
amdgpu_display_mode_vba_20v2.c 149 static double RoundToDFSGranularityUp(double Clock, double VCOSpeed);
150 static double RoundToDFSGranularityDown(double Clock, double VCOSpeed);
347 // N422/N420 operate at 2 pixels per clock
353 // #all other modes operate at 1 pixel per clock
867 static double RoundToDFSGranularityUp(double Clock, double VCOSpeed)
869 return VCOSpeed * 4 / dml_floor(VCOSpeed * 4 / Clock, 1);
872 static double RoundToDFSGranularityDown(double Clock, double VCOSpeed)
874 return VCOSpeed * 4 / dml_ceil(VCOSpeed * 4 / Clock, 1);
1547 // NB P-State/DRAM Clock Change Watermark
2437 // NB P-State/DRAM Clock Change Suppor
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 149 static double RoundToDFSGranularityUp(double Clock, double VCOSpeed);
150 static double RoundToDFSGranularityDown(double Clock, double VCOSpeed);
518 // N422/N420 operate at 2 pixels per clock
524 // #all other modes operate at 1 pixel per clock
1067 static double RoundToDFSGranularityUp(double Clock, double VCOSpeed)
1069 return VCOSpeed * 4 / dml_floor(VCOSpeed * 4 / Clock, 1);
1072 static double RoundToDFSGranularityDown(double Clock, double VCOSpeed)
1074 return VCOSpeed * 4 / dml_ceil(VCOSpeed * 4 / Clock, 1);
1679 // Urgent and B P-State/DRAM Clock Change Watermark
2413 //Watermarks and NB P-State/DRAM Clock Change Suppor
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
xgettext-glade-1 774 <label>Clock</label>
1485 msgid "Clock"
  /src/external/bsd/ntp/dist/
configure 1774 --enable-clockctl s Use /dev/clockctl for non-root clock control
1775 --enable-linuxcaps + Use Linux capabilities for non-root clock control
1776 --enable-solarisprivs + Use Solaris privileges for non-root clock control
1777 --enable-trustedbsd-mac s Use TrustedBSD MAC policy for non-root clock
1809 --enable-DUMBCLOCK + Dumb generic hh:mm:ss local clock
1812 --enable-HOPFSERIAL + hopf serial clock device
1818 --enable-LEITCH + Leitch CSD 5300 Master Clock System Driver
1819 --enable-LOCAL-CLOCK + local clock reference
1825 --enable-PALISADE s Palisade clock
    [all...]

Completed in 42 milliseconds