Home
last modified time | relevance | path

Searched defs:time (Results 101 – 125 of 24681) sorted by relevance

12345678910>>...988

/dports/science/sparta/sparta-20Oct2021/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/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dstat-cpi.py10 def get_key(time, event, cpu, thread): argument
13 def store_key(time, cpu, thread): argument
23 def store(time, event, cpu, thread, val, ena, run): argument
31 def get(time, event, cpu, thread): argument
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
50 def stat__instructions(cpu, thread, time, val, ena, run): argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dstat-cpi.py10 def get_key(time, event, cpu, thread): argument
13 def store_key(time, cpu, thread): argument
23 def store(time, event, cpu, thread, val, ena, run): argument
31 def get(time, event, cpu, thread): argument
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
50 def stat__instructions(cpu, thread, time, val, ena, run): argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dstat-cpi.py10 def get_key(time, event, cpu, thread): argument
13 def store_key(time, cpu, thread): argument
23 def store(time, event, cpu, thread, val, ena, run): argument
31 def get(time, event, cpu, thread): argument
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
50 def stat__instructions(cpu, thread, time, val, ena, run): argument
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/sql/
H A Ddist_grant.sql.in22 CREATE TABLE conditions(time TIMESTAMPTZ NOT NULL, device INTEGER, temperature FLOAT, humidity FLOA… field
109 CREATE TABLE no_grants(time TIMESTAMPTZ NOT NULL, device INTEGER, temperature FLOAT); field
143 time TIMESTAMPTZ NOT NULL, field
197 time timestamptz, field
255 time TIMESTAMPTZ NOT NULL, field
270 CREATE TABLE conditions_lht(time TIMESTAMPTZ NOT NULL, device INTEGER, temperature FLOAT, humidity … field
332 CREATE TABLE disttable_role_3(time timestamptz, device int, temp float); field
H A Dcompression_bgw.sql13 time TIMESTAMPTZ NOT NULL, field
79 CREATE TABLE test_table_smallint(time SMALLINT, val SMALLINT); field
100 CREATE TABLE test_table_integer(time INTEGER, val INTEGER); field
121 CREATE TABLE test_table_bigint(time BIGINT, val BIGINT); field
144 CREATE TABLE test_table_nologin(time bigint, val int); field
157 time TIMESTAMPTZ NOT NULL, field
H A Dcompression.sql103 time TIMESTAMPTZ NOT NULL, field
214 CREATE TABLE plan_inval(time timestamptz, device_id int); field
235 time TIMESTAMPTZ NOT NULL, field
283 time timestamptz NOT NULL, field
316 CREATE TABLE metrics(time timestamptz, device_id int, v1 float, v2 float); field
390 time INT NOT NULL, field
436 CREATE TABLE ht5(time TIMESTAMPTZ NOT NULL); field
462 time timestamptz NOT NULL, field
473 time timestamptz NOT NULL, field
524 CREATE TABLE stattest(time TIMESTAMPTZ NOT NULL, c1 int); field
[all …]
/dports/devel/z88dk/z88dk/include/
H A Ddos.h27 struct time { struct
36 extern void __LIB__ gettime(struct time *); argument
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/test/shared/sql/include/
H A Dshared_setup.sql12 CREATE TABLE metrics(filler_1 int, filler_2 int, filler_3 int, time timestamptz NOT NULL, device_id… field
102 CREATE TABLE gapfill_plan_test(time timestamptz NOT NULL, value float); field
107 time int NOT NULL, field
128 CREATE TABLE metrics_tstz(time timestamptz, device_id INT, v1 float, v2 int); field
140 time timestamptz NOT NULL, field
156 time timestamptz NOT NULL, field
172 time int NOT NULL, field
186 time timestamptz NOT NULL, field
203 time int NOT NULL, field
220 time timestamptz NOT NULL, field
[all …]
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-debounce.c125 uint64_t time) in debounce_set_timer()
135 uint64_t time) in debounce_set_timer_short()
175 uint64_t time = fallback->debounce.button_time; in debounce_notify_button() local
183 …ce_is_up_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_up_handle_event()
204 …_is_down_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_is_down_handle_event()
232 …_waiting_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_down_waiting_handle_event()
354 …released_handle_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_released_handle_event()
375 …e_press_pending_event(struct fallback_dispatch *fallback, enum debounce_event event, uint64_t time) in debounce_press_pending_event()
399 uint64_t time) in debounce_disabled_event()
424 uint64_t time) in debounce_handle_event()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dtimezone.cs90 public abstract TimeSpan GetUtcOffset(DateTime time); in GetUtcOffset()
95 public virtual DateTime ToUniversalTime(DateTime time) { in ToUniversalTime()
112 public virtual DateTime ToLocalTime(DateTime time) { in ToLocalTime()
126 public virtual bool IsDaylightSavingTime(DateTime time) { in IsDaylightSavingTime()
132 public static bool IsDaylightSavingTime(DateTime time, DaylightTime daylightTimes) { in IsDaylightSavingTime()
196 internal static TimeSpan CalculateUtcOffset(DateTime time, DaylightTime daylightTimes) { in CalculateUtcOffset()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DTimeZone.cs100 public abstract TimeSpan GetUtcOffset(DateTime time); in GetUtcOffset()
105 public virtual DateTime ToUniversalTime(DateTime time) in ToUniversalTime()
126 public virtual DateTime ToLocalTime(DateTime time) in ToLocalTime()
142 public virtual bool IsDaylightSavingTime(DateTime time) in IsDaylightSavingTime()
149 public static bool IsDaylightSavingTime(DateTime time, DaylightTime daylightTimes) in IsDaylightSavingTime()
214 internal static TimeSpan CalculateUtcOffset(DateTime time, DaylightTime daylightTimes) in CalculateUtcOffset()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DTimeZone.cs100 public abstract TimeSpan GetUtcOffset(DateTime time); in GetUtcOffset()
105 public virtual DateTime ToUniversalTime(DateTime time) in ToUniversalTime()
126 public virtual DateTime ToLocalTime(DateTime time) in ToLocalTime()
142 public virtual bool IsDaylightSavingTime(DateTime time) in IsDaylightSavingTime()
149 public static bool IsDaylightSavingTime(DateTime time, DaylightTime daylightTimes) in IsDaylightSavingTime()
214 internal static TimeSpan CalculateUtcOffset(DateTime time, DaylightTime daylightTimes) in CalculateUtcOffset()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/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_()
71 inline 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
404 void Snes_Spc::cpu_write( int data, uint16_t addr, rel_time_t time ) in cpu_write()
438 inline int Snes_Spc::cpu_read_smp_reg( int reg, rel_time_t time ) in cpu_read_smp_reg()
[all …]
/dports/games/libretro-quicknes/QuickNES_Core-901248a/nes_emu/
H A Dnes_cpu_io.h7 int Nes_Core::cpu_read( nes_addr_t addr, nes_time_t time ) in cpu_read()
51 inline int Nes_Core::cpu_read_ppu( nes_addr_t addr, nes_time_t time ) in cpu_read_ppu()
82 void Nes_Core::cpu_write( nes_addr_t addr, int data, nes_time_t time ) in cpu_write()
129 #define NES_CPU_READ_PPU( cpu, addr, time ) \ argument
132 #define NES_CPU_READ( cpu, addr, time ) \ argument
135 #define NES_CPU_WRITEX( cpu, addr, data, time ){\ argument
139 #define NES_CPU_WRITE( cpu, addr, data, time ){\ argument
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/include/
H A Dplan_ordered_append_load.sql22 CREATE TABLE ordered_append_reverse(time timestamptz NOT NULL, device_id INT, value float); field
32 time timestamptz NOT NULL field
39 time timestamptz NOT NULL field
58 CREATE TABLE ht_missing_indexes(time timestamptz NOT NULL, device_id int, value float); field
79 CREATE TABLE ht_dropped_columns(c1 int, c2 int, c3 int, c4 int, c5 int, time timestamptz NOT NULL, … field
96 CREATE TABLE space2(time timestamptz NOT NULL, device_id int NOT NULL, tag_id int NOT NULL, value f… field
112 CREATE TABLE space3(time timestamptz NOT NULL, x int NOT NULL, y int NOT NULL, z int NOT NULL, valu… field
128 CREATE TABLE sortopt_test(time timestamptz NOT NULL, device TEXT); field
H A Dappend_load.sql34 CREATE TABLE append_test(time timestamptz, temp float, colorid integer); field
45 CREATE TABLE join_test(time timestamptz, temp float, colorid integer); field
53 CREATE TABLE metrics_date(time DATE NOT NULL); field
59 CREATE TABLE metrics_timestamp(time TIMESTAMP NOT NULL); field
65 CREATE TABLE metrics_timestamptz(time TIMESTAMPTZ NOT NULL, device_id INT NOT NULL); field
74 CREATE TABLE metrics_space(time timestamptz NOT NULL, device_id int NOT NULL, v1 float, v2 float, v… field
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/UIUCModel/
H A Duiuc_controlInput.cpp121 double time = Simtime - elevator_input_startTime; in uiuc_controlInput() local
142 double time = Simtime - aileron_input_startTime; in uiuc_controlInput() local
166 double time = Simtime - rudder_input_startTime; in uiuc_controlInput() local
186 double time = Simtime - flap_pos_input_startTime; in uiuc_controlInput() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_to_send.h31 void set_capture_time_ms(int64_t time) { capture_time_ms_ = time; } in set_capture_time_ms()
33 void set_packetization_finish_time_ms(int64_t time) { in set_packetization_finish_time_ms()
39 void set_pacer_exit_time_ms(int64_t time) { in set_pacer_exit_time_ms()
45 void set_network_time_ms(int64_t time) { in set_network_time_ms()
51 void set_network2_time_ms(int64_t time) { in set_network2_time_ms()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_to_send.h31 void set_capture_time_ms(int64_t time) { capture_time_ms_ = time; } in set_capture_time_ms()
33 void set_packetization_finish_time_ms(int64_t time) { in set_packetization_finish_time_ms()
39 void set_pacer_exit_time_ms(int64_t time) { in set_pacer_exit_time_ms()
45 void set_network_time_ms(int64_t time) { in set_network_time_ms()
51 void set_network2_time_ms(int64_t time) { in set_network2_time_ms()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_to_send.h31 void set_capture_time_ms(int64_t time) { capture_time_ms_ = time; } in set_capture_time_ms()
33 void set_packetization_finish_time_ms(int64_t time) { in set_packetization_finish_time_ms()
39 void set_pacer_exit_time_ms(int64_t time) { in set_pacer_exit_time_ms()
45 void set_network_time_ms(int64_t time) { in set_network_time_ms()
51 void set_network2_time_ms(int64_t time) { in set_network2_time_ms()
/dports/audio/csound/csound-6.15.0/InOut/
H A DHaikuMidi.cpp121 bigtime_t time) in NoteOff()
131 bigtime_t time) in NoteOn()
141 bigtime_t time) in KeyPressure()
151 bigtime_t time) in ControlChange()
160 bigtime_t time) in ProgramChange()
169 bigtime_t time) in ChannelPressure()
179 bigtime_t time) in PitchBend()
188 bigtime_t time) in SystemExclusive()
197 bigtime_t time) in SystemCommon()
203 void MidiInHandler::SystemRealTime(uchar statusByte, bigtime_t time) in SystemRealTime()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/base/util/
H A DDate.php29 public static function roundQuarters($time) {
73 public static function is_on_free_day($time, $region=false) {
106 public static function get_occurring_number_of_day_in_month($time){
255 public static function date_add($time,$days=0,$months=0,$years=0, $hours=0, $minutes=0, $seconds=0)
274 …public static function dateTime_add($time,$seconds=0,$minutes=0,$hours=0,$days=0,$months=0,$years=…
286 public static function clear_time($time, $newhour=0, $newmin=0, $newsec=0){
336 public static function format($time, $with_time=true)//, $timezone='GMT')
368 public static function formatTime($time){
379 public static function toDbTime($time){
395 public static function get_last_sunday($time)
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DTween.h65 float Tween(float time, float start, float change, float duration) override in Tween()
77 float Tween(float time, float start, float change, float duration) override in Tween()
109 float Tween(float time, float start, float change, float duration) override in Tween()
139 float Tween(float time, float start, float change, float duration) override in Tween()
171 float Tween(float time, float start, float change, float duration) override in Tween()
209 float Tween(float time, float start, float change, float duration) override in Tween()
234 float Tween(float time, float start, float change, float duration) override in Tween()
257 static float easeOut(float time, float start, float change, float duration) in easeOut()
281 float Tween(float time, float start, float change, float duration) override in Tween()
303 float easeIn(float time, float start, float change, float duration) const in easeIn()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_time.h42 int64_t time; member
47 STATIC_INLINE void vc_container_time_init( VC_CONTAINER_TIME_T *time, uint32_t time_base ) in vc_container_time_init()
57 STATIC_INLINE int64_t vc_container_time_get( VC_CONTAINER_TIME_T *time ) in vc_container_time_get()
65 STATIC_INLINE void vc_container_time_set_samplerate( VC_CONTAINER_TIME_T *time, uint32_t samplerate… in vc_container_time_set_samplerate()
80 STATIC_INLINE void vc_container_time_set( VC_CONTAINER_TIME_T *time, int64_t new_time ) in vc_container_time_set()
89 STATIC_INLINE int64_t vc_container_time_add( VC_CONTAINER_TIME_T *time, uint32_t samples ) in vc_container_time_add()

12345678910>>...988