Home
last modified time | relevance | path

Searched defs:time (Results 26 – 50 of 14057) sorted by relevance

12345678910>>...563

/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init()
22 nstime_ns(const nstime_t *time) { in nstime_ns()
27 nstime_msec(const nstime_t *time) { in nstime_msec()
32 nstime_sec(const nstime_t *time) { in nstime_sec()
37 nstime_nsec(const nstime_t *time) { in nstime_nsec()
104 nstime_get(nstime_t *time) { in nstime_get()
116 nstime_get(nstime_t *time) { in nstime_get()
125 nstime_get(nstime_t *time) { in nstime_get()
134 nstime_get(nstime_t *time) { in nstime_get()
140 nstime_get(nstime_t *time) { in nstime_get()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/src/
H A Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init()
22 nstime_ns(const nstime_t *time) { in nstime_ns()
27 nstime_msec(const nstime_t *time) { in nstime_msec()
32 nstime_sec(const nstime_t *time) { in nstime_sec()
37 nstime_nsec(const nstime_t *time) { in nstime_nsec()
104 nstime_get(nstime_t *time) { in nstime_get()
116 nstime_get(nstime_t *time) { in nstime_get()
125 nstime_get(nstime_t *time) { in nstime_get()
134 nstime_get(nstime_t *time) { in nstime_get()
140 nstime_get(nstime_t *time) { in nstime_get()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dnstime.c12 nstime_init(nstime_t *time, uint64_t ns) { in nstime_init()
22 nstime_ns(const nstime_t *time) { in nstime_ns()
27 nstime_msec(const nstime_t *time) { in nstime_msec()
32 nstime_sec(const nstime_t *time) { in nstime_sec()
37 nstime_nsec(const nstime_t *time) { in nstime_nsec()
104 nstime_get(nstime_t *time) { in nstime_get()
116 nstime_get(nstime_t *time) { in nstime_get()
125 nstime_get(nstime_t *time) { in nstime_get()
134 nstime_get(nstime_t *time) { in nstime_get()
140 nstime_get(nstime_t *time) { in nstime_get()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Lang/
H A Dka.php66 $time = strtr($time, array_flip($replacements)); variable
67 $time = strtr($time, $replacements); variable
88 $time = strtr($time, array_flip($replacements)); variable
89 $time = strtr($time, $replacements); variable
110 $time = strtr($time, array_flip($replacements)); variable
111 $time = strtr($time, $replacements); variable
132 $time = strtr($time, array_flip($replacements)); variable
133 $time = strtr($time, $replacements); variable
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Lang/
H A Dka.php69 $time = strtr($time, array_flip($replacements)); variable
70 $time = strtr($time, $replacements); variable
91 $time = strtr($time, array_flip($replacements)); variable
92 $time = strtr($time, $replacements); variable
113 $time = strtr($time, array_flip($replacements)); variable
114 $time = strtr($time, $replacements); variable
135 $time = strtr($time, array_flip($replacements)); variable
136 $time = strtr($time, $replacements); variable
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/showdown/
H A Dperformance.json1 {"1.9.0":[{"suiteName":"Basic","cycles":50,"tests":[{"name":"Simple \"Hello World\"","time":0.39364… number
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Dnstime.c6 nstime_init(nstime_t *time, uint64_t ns) in nstime_init()
20 nstime_ns(const nstime_t *time) in nstime_ns()
27 nstime_sec(const nstime_t *time) in nstime_sec()
34 nstime_nsec(const nstime_t *time) in nstime_nsec()
83 nstime_idivide(nstime_t *time, uint64_t divisor) in nstime_idivide()
103 nstime_get(nstime_t *time) in nstime_get()
116 nstime_get(nstime_t *time) in nstime_get()
126 nstime_get(nstime_t *time) in nstime_get()
136 nstime_get(nstime_t *time) in nstime_get()
144 nstime_get(nstime_t *time) in nstime_get()
[all …]
/dports/misc/py-pyEDFlib/pyEDFlib-0.1.23/demo/
H A DwriteEDFFile.py37 time = np.linspace(0, file_duration, file_duration*200) variable
46 time = np.linspace(0, file_duration, file_duration*200) variable
52 time = np.linspace(0, file_duration, file_duration*200) variable
60 time = np.linspace(0, file_duration, file_duration*256) variable
68 time = np.linspace(0, file_duration, file_duration*217) variable
80 time = np.linspace(0, file_duration, file_duration*200) variable
85 time = np.linspace(0, file_duration, file_duration*200) variable
90 time = np.linspace(0, file_duration, file_duration*200) variable
95 time = np.linspace(0, file_duration, file_duration*200) variable
100 time = np.linspace(0, file_duration, file_duration*200) variable
[all …]
/dports/databases/timescaledb/timescaledb-2.5.1/test/sql/
H A Dinsert_single.sql11 CREATE TABLE "1dim"(time timestamp PRIMARY KEY, temp float); field
18 CREATE TABLE regular_table (time timestamp, temp float); field
29 CREATE TABLE "1dim_pre1970"(time timestamp PRIMARY KEY, temp float); field
38 CREATE TABLE "1dim_usec_interval"(time timestamp PRIMARY KEY, temp float); field
43 CREATE TABLE "1dim_usec_interval"(time timestamp PRIMARY KEY, temp float); field
47 CREATE TABLE "1dim_neg"(time INTEGER, temp float); field
63 CREATE TABLE "3dim" (time timestamp, temp float, device text, location text); field
119 CREATE TABLE hyper_date(time date, temp float); field
127 CREATE TABLE "test_tz"(time timestamp PRIMARY KEY, temp float); field
140 CREATE TABLE "nondefault_mem_settings"(time timestamp PRIMARY KEY, temp float); field
H A Dconstraint.sql.in6 time BIGINT NOT NULL, field
54 time BIGINT NOT NULL UNIQUE, field
196 time BIGINT NOT NULL PRIMARY KEY, field
391 time BIGINT NOT NULL field
402 time BIGINT, field
456 time BIGINT, field
472 time BIGINT, field
483 time BIGINT, field
548 time BIGINT, field
572 time BIGINT NOT NULL UNIQUE, field
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-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/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/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/openjdk14/jdk14u-jdk-14.0.2-12-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/databases/timescaledb/timescaledb-2.5.1/tsl/test/sql/
H A Ddist_ddl.sql95 CREATE TABLE non_disttable1(time timestamptz); field
96 CREATE TABLE non_disttable2(time timestamptz); field
295 CREATE TABLE some_dist_table(time timestamptz, device int); field
305 CREATE TABLE some_dist_table(time timestamptz, device int); field
316 CREATE TABLE some_dist_table(time timestamptz, device int); field
330 CREATE TABLE some_dist_table(time timestamptz, device int); field
345 CREATE TABLE some_dist_table(time timestamptz, device int); field
362 CREATE TABLE some_dist_table(time timestamptz, device int); field
379 CREATE TABLE some_dist_table(time timestamptz, device int); field
397 CREATE TABLE some_dist_table(time timestamptz, device int); field
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/scripting/
H A Dcustom_particles.cpp338 void CustomParticles::fade_delay(float delay, float time) in fade_delay()
367 void CustomParticles::fade_lifetime(float lifetime, float time) in fade_lifetime()
425 void CustomParticles::fade_birth_time(float birth_time, float time) in fade_birth_time()
483 void CustomParticles::fade_death_time(float death_time, float time) in fade_death_time()
541 void CustomParticles::fade_speed_x(float speed_x, float time) in fade_speed_x()
570 void CustomParticles::fade_speed_y(float speed_y, float time) in fade_speed_y()
657 void CustomParticles::fade_acceleration_x(float acceleration_x, float time) in fade_acceleration_x()
686 void CustomParticles::fade_acceleration_y(float acceleration_y, float time) in fade_acceleration_y()
715 void CustomParticles::fade_friction_x(float friction_x, float time) in fade_friction_x()
744 void CustomParticles::fade_friction_y(float friction_y, float time) in fade_friction_y()
[all …]
/dports/games/vamos/vamos-0.7.1/world/
H A DInteractive_Driver.cc46 Interactive_Driver::gas (double value, double time) in gas()
53 Interactive_Driver::brake (double value, double time) in brake()
60 Interactive_Driver::steer (double value, double time) in steer()
67 Interactive_Driver::steer_left (double value, double time) in steer_left()
74 Interactive_Driver::steer_right (double value, double time) in steer_right()
149 Interactive_Driver::shift_up_disengage (double, double time) in shift_up_disengage() argument
164 Interactive_Driver::shift_down_disengage (double, double time) in shift_down_disengage() argument
223 Interactive_Driver::engage_clutch (double, double time) in engage_clutch() argument
234 Interactive_Driver::disengage_clutch (double, double time) in disengage_clutch() argument
245 Interactive_Driver::pan_left (double value, double time) in pan_left()
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/mongodb/testdata/
H A Dtop.json1 {"ok":1,"totals":{"admin.system.version":{"commands":{"count":0,"time":0},"getmore":{"count":0,"tim… number

12345678910>>...563