Home
last modified time | relevance | path

Searched defs:time (Results 76 – 100 of 21737) sorted by relevance

12345678910>>...870

/dports/devel/z88dk/z88dk/include/
H A Dtime.h106 #define time(NULL) clock() macro
110 #define time(NULL) clock() macro
114 #define time(NULL) clock() macro
118 #define time(NULL) clock() macro
122 #define time(NULL) clock() macro
126 #define time(NULL) clock() macro
130 #define time(NULL) clock() macro
134 #define time(NULL) clock() macro
138 #define time(NULL) clock() macro
145 uint16_t time; member
/dports/games/cgoban/cgoban-1.9.14/src/
H A DgoTime.c60 void goTime_str(int time, Str *out) { in goTime_str()
70 void goTime_describeStr(const GoTime *time, Str *out) { in goTime_describeStr()
118 void goTime_parseDescribeChars(GoTime *time, const char *desc) { in goTime_parseDescribeChars()
171 void goTime_remainStr(const GoTime *time, const GoTimer *timer, Str *out) { in goTime_remainStr()
220 void goTimer_init(GoTimer *timer, const GoTime *time) { in goTimer_init()
230 void goTime_startTimer(const GoTime *time, GoTimer *timer) { in goTime_startTimer()
241 bool goTime_checkTimer(const GoTime *time, GoTimer *timer) { in goTime_checkTimer()
295 bool goTime_endTimer(const GoTime *time, GoTimer *timer) { in goTime_endTimer()
323 int goTime_ingPenalty(const GoTime *time, const GoTimer *timer) { in goTime_ingPenalty()
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dsize_utils.sql17 CREATE TABLE timestamp_partitioned(time TIMESTAMP, value TEXT); field
25 CREATE TABLE timestamp_partitioned_2(time TIMESTAMP, value CHAR(9)); field
32 CREATE TABLE toast_test(time TIMESTAMP, value TEXT); field
48 CREATE TABLE approx_count(time TIMESTAMP, value int); field
109 CREATE TABLE approx_count_dp(time TIMESTAMP, value int) PARTITION BY RANGE(time); field
142 CREATE TABLE approx_count_dp_nested(time TIMESTAMP, device_id int, value int) PARTITION BY RANGE(ti… field
186 CREATE TABLE approx_count(time TIMESTAMP, value int); field
233 CREATE TABLE hypersize(time timestamptz, device int); field
H A Dupsert.sql5 CREATE TABLE upsert_test(time timestamp PRIMARY KEY, temp float, color text); field
24 CREATE TABLE upsert_test_unique(time timestamp, temp float, color text); field
36 CREATE TABLE upsert_test_multi_unique(time timestamp, temp float, color text); field
58 CREATE TABLE upsert_test_space(time timestamp, device_id_1 char(20), to_drop int, temp float, color… field
158 CREATE TABLE upsert_test_diffchunk(time timestamp, device_id char(20), to_drop int, temp float, col… field
186 CREATE TABLE upsert_test_arbiter(time timestamp, to_drop int); field
214 CREATE TABLE prepared_test(time timestamptz PRIMARY KEY, value float CHECK(value > 0)); field
217 CREATE TABLE source_data(time timestamptz PRIMARY KEY, value float); field
H A Dinformation_views.sql8 CREATE TABLE ht1(time TIMESTAMPTZ NOT NULL); field
13 CREATE TABLE ht2(time TIMESTAMPTZ NOT NULL, data TEXT); field
25 CREATE TABLE open.open_ht(time TIMESTAMPTZ NOT NULL); field
33 CREATE TABLE closed.closed_ht(time TIMESTAMPTZ NOT NULL); field
63 CREATE TABLE test_table_int(time bigint, junk int); field
H A Dchunk_adaptive.sql40 CREATE TABLE test_adaptive(time timestamptz, temp float, location int); field
55 CREATE TABLE test_adaptive(time timestamptz, temp float, location int); field
135 CREATE TABLE test_adaptive_no_index(time timestamptz, temp float, location int); field
165 CREATE TABLE test_adaptive_correct_index(time timestamptz, temp float, location int); field
253 CREATE TABLE test_adaptive_space(time timestamptz, temp float, location int); field
282 CREATE TABLE test_adaptive_after_multiple_dims(time timestamptz, temp float, location int); field
313 CREATE TABLE test_adaptive(time timestamptz, temp float, location int); field
H A Dddl_errors.sql6 time BIGINT NOT NULL, field
44 time BIGINT NOT NULL, field
63 time BIGINT NOT NULL, field
76 time BIGINT NOT NULL, field
89 time BIGINT NOT NULL, field
102 time BIGINT NOT NULL, field
H A Dtablespace.sql23 CREATE TABLE tspace_2dim(time timestamp, temp float, device text) TABLESPACE tablespace1; field
94 CREATE TABLE tspace_1dim(time timestamp, temp float, device text); field
197 CREATE TABLE tbl_1(time timestamp, temp float, device text); field
199 CREATE TABLE tbl_2(time timestamp, temp float, device text); field
201 CREATE TABLE tbl_3(time timestamp, temp float, device text); field
229 CREATE TABLE tbl_1(time timestamp, temp float, device text); field
/dports/deskutils/calibre/calibre-src-5.34.0/manual/
H A Dmetadata.rst25 Downloading metadata
32 Managing book formats
37 All about covers
52 Search and replace
81 Bulk downloading of metadata
/dports/deskutils/xmdiary/xmdiary-3.0.3/tools/
H A DTimDate.c373 TimAddTime( TIM_TIME_REF time, in TimAddTime()
444 TimDaysInYear( TIM_TIME_REF time ) in TimDaysInYear()
493 TimFormatDate( TIM_TIME_REF time, in TimFormatDate()
595 TimFormatTime( TIM_TIME_REF time, in TimFormatTime()
631 TimHour( TIM_TIME_REF time ) in TimHour()
1388 TimMinute( TIM_TIME_REF time ) in TimMinute()
1409 TimNextDay( TIM_TIME_REF *time, in TimNextDay()
1591 TimSecond( TIM_TIME_REF time ) in TimSecond()
1755 TIM_TIME_REF time, in formatDate()
1877 TIM_TIME_REF time, in formatTime()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgGA/
H A DEventQueue.cpp141 osgGA::GUIEventAdapter* EventQueue::windowResize(int x, int y, int width, int height, double time) in windowResize()
154 osgGA::GUIEventAdapter* EventQueue::penPressure(float pressure, double time) in penPressure()
192 osgGA::GUIEventAdapter* EventQueue::mouseScroll(GUIEventAdapter::ScrollingMotion sm, double time) in mouseScroll()
204 osgGA::GUIEventAdapter* EventQueue::mouseScroll2D(float x, float y, double time) in mouseScroll2D()
224 osgGA::GUIEventAdapter* EventQueue::mouseMotion(float x, float y, double time) in mouseMotion()
358 osgGA::GUIEventAdapter* EventQueue::keyPress(int key, double time, int unmodifiedKey) in keyPress()
404 osgGA::GUIEventAdapter* EventQueue::keyRelease(int key, double time, int unmodifiedKey) in keyRelease()
498 osgGA::GUIEventAdapter* EventQueue::closeWindow(double time) in closeWindow()
509 osgGA::GUIEventAdapter* EventQueue::quitApplication(double time) in quitApplication()
521 osgGA::GUIEventAdapter* EventQueue::frame(double time) in frame()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgGA/
H A DEventQueue.cpp141 osgGA::GUIEventAdapter* EventQueue::windowResize(int x, int y, int width, int height, double time) in windowResize()
154 osgGA::GUIEventAdapter* EventQueue::penPressure(float pressure, double time) in penPressure()
192 osgGA::GUIEventAdapter* EventQueue::mouseScroll(GUIEventAdapter::ScrollingMotion sm, double time) in mouseScroll()
204 osgGA::GUIEventAdapter* EventQueue::mouseScroll2D(float x, float y, double time) in mouseScroll2D()
224 osgGA::GUIEventAdapter* EventQueue::mouseMotion(float x, float y, double time) in mouseMotion()
358 osgGA::GUIEventAdapter* EventQueue::keyPress(int key, double time, int unmodifiedKey) in keyPress()
404 osgGA::GUIEventAdapter* EventQueue::keyRelease(int key, double time, int unmodifiedKey) in keyRelease()
498 osgGA::GUIEventAdapter* EventQueue::closeWindow(double time) in closeWindow()
509 osgGA::GUIEventAdapter* EventQueue::quitApplication(double time) in quitApplication()
521 osgGA::GUIEventAdapter* EventQueue::frame(double time) in frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/i18n/
H A Dtime_formatting.cc29 const Time& time) { in TimeFormat()
38 const Time& time) { in TimeFormatWithoutAmPm()
100 string16 TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay()
132 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate()
138 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric()
144 string16 TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime()
157 string16 TimeFormatMonthAndYear(const Time& time) { in TimeFormatMonthAndYear()
163 string16 TimeFormatFriendlyDateAndTime(const Time& time) { in TimeFormatFriendlyDateAndTime()
169 string16 TimeFormatFriendlyDate(const Time& time) { in TimeFormatFriendlyDate()
180 bool TimeDurationFormat(const TimeDelta time, in TimeDurationFormat()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/i18n/
H A Dtime_formatting.cc27 const Time& time) { in TimeFormat()
36 const Time& time) { in TimeFormatWithoutAmPm()
98 string16 TimeFormatTimeOfDay(const Time& time) { in TimeFormatTimeOfDay()
130 string16 TimeFormatShortDate(const Time& time) { in TimeFormatShortDate()
136 string16 TimeFormatShortDateNumeric(const Time& time) { in TimeFormatShortDateNumeric()
142 string16 TimeFormatShortDateAndTime(const Time& time) { in TimeFormatShortDateAndTime()
155 string16 TimeFormatMonthAndYear(const Time& time) { in TimeFormatMonthAndYear()
161 string16 TimeFormatFriendlyDateAndTime(const Time& time) { in TimeFormatFriendlyDateAndTime()
167 string16 TimeFormatFriendlyDate(const Time& time) { in TimeFormatFriendlyDate()
178 bool TimeDurationFormat(const TimeDelta time, in TimeDurationFormat()
[all …]
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DSpc_Cpu.cpp50 Snes_Spc::Timer* Snes_Spc::run_timer_( Timer* t, rel_time_t time ) in run_timer_()
120 #define RUN_DSP( time, offset ) \ argument
129 #define RUN_DSP( time, offset ) \ argument
141 int Snes_Spc::dsp_read( rel_time_t time ) in dsp_read()
154 inline void Snes_Spc::dsp_write( int data, rel_time_t time ) in dsp_write()
186 #define MEM_ACCESS( time, addr ) \ argument
218 #define MEM_ACCESS( time, addr ) argument
396 void Snes_Spc::cpu_write_high( int data, int i, rel_time_t time ) in cpu_write_high()
414 void Snes_Spc::cpu_write( int data, int addr, rel_time_t time ) in cpu_write()
452 inline int Snes_Spc::cpu_read_smp_reg( int reg, rel_time_t time ) in cpu_read_smp_reg()
[all …]
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DSpc_Cpu.cpp50 Snes_Spc::Timer* Snes_Spc::run_timer_( Timer* t, rel_time_t time ) in run_timer_()
120 #define RUN_DSP( time, offset ) \ argument
129 #define RUN_DSP( time, offset ) \ argument
141 int Snes_Spc::dsp_read( rel_time_t time ) in dsp_read()
154 inline void Snes_Spc::dsp_write( int data, rel_time_t time ) in dsp_write()
186 #define MEM_ACCESS( time, addr ) \ argument
218 #define MEM_ACCESS( time, addr ) argument
396 void Snes_Spc::cpu_write_high( int data, int i, rel_time_t time ) in cpu_write_high()
414 void Snes_Spc::cpu_write( int data, int addr, rel_time_t time ) in cpu_write()
454 inline int Snes_Spc::cpu_read_smp_reg( int reg, rel_time_t time ) in cpu_read_smp_reg()
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/snes_spc/
H A DSNES_SPC.cpp50 SNES_SPC::Timer* SNES_SPC::run_timer_( Timer* t, rel_time_t time ) in run_timer_()
120 #define RUN_DSP( time, offset ) \ argument
129 #define RUN_DSP( time, offset ) \ argument
141 int SNES_SPC::dsp_read( rel_time_t time ) in dsp_read()
154 inline void SNES_SPC::dsp_write( int data, rel_time_t time ) in dsp_write()
186 #define MEM_ACCESS( time, addr ) \ argument
218 #define MEM_ACCESS( time, addr ) argument
395 void SNES_SPC::cpu_write_high( int data, int i, rel_time_t time ) in cpu_write_high()
413 void SNES_SPC::cpu_write( int data, int addr, rel_time_t time ) in cpu_write()
453 inline int SNES_SPC::cpu_read_smp_reg( int reg, rel_time_t time ) in cpu_read_smp_reg()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DSpc_Cpu.cpp50 Snes_Spc::Timer* Snes_Spc::run_timer_( Timer* t, rel_time_t time ) in run_timer_()
120 #define RUN_DSP( time, offset ) \ argument
129 #define RUN_DSP( time, offset ) \ argument
141 int Snes_Spc::dsp_read( rel_time_t time ) in dsp_read()
154 inline void Snes_Spc::dsp_write( int data, rel_time_t time ) in dsp_write()
186 #define MEM_ACCESS( time, addr ) \ argument
218 #define MEM_ACCESS( time, addr ) argument
396 void Snes_Spc::cpu_write_high( int data, int i, rel_time_t time ) in cpu_write_high()
414 void Snes_Spc::cpu_write( int data, int addr, rel_time_t time ) in cpu_write()
452 inline int Snes_Spc::cpu_read_smp_reg( int reg, rel_time_t time ) in cpu_read_smp_reg()
[all …]
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DSpc_Cpu.cc50 Snes_Spc::Timer* Snes_Spc::run_timer_( Timer* t, rel_time_t time ) in run_timer_()
120 #define RUN_DSP( time, offset ) \ argument
129 #define RUN_DSP( time, offset ) \ argument
141 int Snes_Spc::dsp_read( rel_time_t time ) in dsp_read()
154 inline void Snes_Spc::dsp_write( int data, rel_time_t time ) in dsp_write()
186 #define MEM_ACCESS( time, addr ) \ argument
218 #define MEM_ACCESS( time, addr ) argument
396 void Snes_Spc::cpu_write_high( int data, int i, rel_time_t time ) in cpu_write_high()
414 void Snes_Spc::cpu_write( int data, int addr, rel_time_t time ) in cpu_write()
454 inline int Snes_Spc::cpu_read_smp_reg( int reg, rel_time_t time ) in cpu_read_smp_reg()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp32 void GCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
37 void GCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
44 void GCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
48 void GCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
52 void GCTimer::register_gc_phase_start(const char* name, const Ticks& time) { in register_gc_phase_start()
56 void GCTimer::register_gc_phase_end(const Ticks& time) { in register_gc_phase_end()
60 void STWGCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
65 void STWGCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
70 void ConcurrentGCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
75 void ConcurrentGCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp32 void GCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
37 void GCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
44 void GCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
48 void GCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
52 void GCTimer::register_gc_phase_start(const char* name, const Ticks& time) { in register_gc_phase_start()
56 void GCTimer::register_gc_phase_end(const Ticks& time) { in register_gc_phase_end()
60 void STWGCTimer::register_gc_start(const Ticks& time) { in register_gc_start()
65 void STWGCTimer::register_gc_end(const Ticks& time) { in register_gc_end()
70 void ConcurrentGCTimer::register_gc_pause_start(const char* name, const Ticks& time) { in register_gc_pause_start()
75 void ConcurrentGCTimer::register_gc_pause_end(const Ticks& time) { in register_gc_pause_end()
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/
H A DUnixTime.cs45 public static DateTime ToDateTime(double time) in ToDateTime()
60 public static DateTime ToDateTime(long time) in ToDateTime()
77 public static DateTime ToDateTime(long time, int ms) in ToDateTime()
103 public static long ToInt64(DateTime time) in ToInt64()
115 public static double ToDouble(DateTime time) in ToDouble()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/userguide/java/org/apache/commons/math3/userguide/
H A DFastMathTestPerformance.java85 long time = System.nanoTime(); in testLog() local
111 long time = System.nanoTime(); in testLog10() local
137 long time = System.nanoTime(); in testLog1p() local
163 long time = System.nanoTime(); in testPow() local
188 long time = System.nanoTime(); in testExp() local
214 long time = System.nanoTime(); in testSin() local
240 long time = System.nanoTime(); in testAsin() local
266 long time = System.nanoTime(); in testCos() local
292 long time = System.nanoTime(); in testAcos() local
317 long time = System.nanoTime(); in testTan() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/perf_test/
H A Dtest_atomic_minmax_simple.cpp41 double time = timer.seconds(); in test() local
69 double time = timer.seconds(); in test() local
97 double time = timer.seconds(); in test() local
128 double time = timer.seconds(); in test() local
169 double time = timer.seconds(); in test() local
199 double time = timer.seconds(); in test() local
/dports/devel/kokkos/kokkos-3.4.01/core/perf_test/
H A Dtest_atomic_minmax_simple.cpp41 double time = timer.seconds(); in test() local
69 double time = timer.seconds(); in test() local
97 double time = timer.seconds(); in test() local
128 double time = timer.seconds(); in test() local
169 double time = timer.seconds(); in test() local
199 double time = timer.seconds(); in test() local

12345678910>>...870