Home
last modified time | relevance | path

Searched refs:time_ns (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/emulators/mess/mame-mame0226/src/lib/netlist/devices/
H A Dnld_9316_base.hxx119 using tRC = time_ns<27>;
120 using tCLR = time_ns<36>;
121 using tLDCNT = time_ns<20>;
128 using tRC = time_ns<27>;
129 using tCLR = time_ns<36>;
130 using tLDCNT = time_ns<20>;
137 using tRC = time_ns<27>;
138 using tCLR = time_ns<36>;
139 using tLDCNT = time_ns<20>;
146 using tRC = time_ns<27>;
[all …]
H A Dnld_74125.cpp63 using ts_off_on = time_ns<11>;
64 using ts_on_off = time_ns<13>;
65 using sig_off_on = time_ns<8>;
66 using sig_on_off = time_ns<12>;
/dports/emulators/mame/mame-mame0226/src/lib/netlist/devices/
H A Dnld_9316_base.hxx119 using tRC = time_ns<27>;
120 using tCLR = time_ns<36>;
121 using tLDCNT = time_ns<20>;
128 using tRC = time_ns<27>;
129 using tCLR = time_ns<36>;
130 using tLDCNT = time_ns<20>;
137 using tRC = time_ns<27>;
138 using tCLR = time_ns<36>;
139 using tLDCNT = time_ns<20>;
146 using tRC = time_ns<27>;
[all …]
H A Dnld_74125.cpp63 using ts_off_on = time_ns<11>;
64 using ts_on_off = time_ns<13>;
65 using sig_off_on = time_ns<8>;
66 using sig_on_off = time_ns<12>;
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dnamespace.c251 ns = nsproxy->time_ns; in timens_get()
299 put_time_ns(nsproxy->time_ns); in timens_install()
300 nsproxy->time_ns = ns; in timens_install()
318 put_time_ns(nsproxy->time_ns); in timens_on_fork()
319 nsproxy->time_ns = ns; in timens_on_fork()
355 time_ns = to_time_ns(ns); in proc_timens_show_offsets()
359 put_time_ns(time_ns); in proc_timens_show_offsets()
373 time_ns = to_time_ns(ns); in proc_timens_set_offset()
376 put_time_ns(time_ns); in proc_timens_set_offset()
411 if (time_ns->frozen_offsets) { in proc_timens_set_offset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dnamespace.c251 ns = nsproxy->time_ns; in timens_get()
299 put_time_ns(nsproxy->time_ns); in timens_install()
300 nsproxy->time_ns = ns; in timens_install()
318 put_time_ns(nsproxy->time_ns); in timens_on_fork()
319 nsproxy->time_ns = ns; in timens_on_fork()
355 time_ns = to_time_ns(ns); in proc_timens_show_offsets()
359 put_time_ns(time_ns); in proc_timens_show_offsets()
373 time_ns = to_time_ns(ns); in proc_timens_set_offset()
376 put_time_ns(time_ns); in proc_timens_set_offset()
411 if (time_ns->frozen_offsets) { in proc_timens_set_offset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dnamespace.c251 ns = nsproxy->time_ns; in timens_get()
299 put_time_ns(nsproxy->time_ns); in timens_install()
300 nsproxy->time_ns = ns; in timens_install()
318 put_time_ns(nsproxy->time_ns); in timens_on_fork()
319 nsproxy->time_ns = ns; in timens_on_fork()
355 time_ns = to_time_ns(ns); in proc_timens_show_offsets()
359 put_time_ns(time_ns); in proc_timens_show_offsets()
373 time_ns = to_time_ns(ns); in proc_timens_set_offset()
376 put_time_ns(time_ns); in proc_timens_set_offset()
411 if (time_ns->frozen_offsets) { in proc_timens_set_offset()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/
H A Dearly_trace_event_binding.cc21 jlong time_ns, in JNI_EarlyTraceEvent_RecordEarlyBeginEvent() argument
29 TimeTicks() + TimeDelta::FromNanoseconds(time_ns), in JNI_EarlyTraceEvent_RecordEarlyBeginEvent()
37 jlong time_ns, in JNI_EarlyTraceEvent_RecordEarlyEndEvent() argument
45 TimeTicks() + TimeDelta::FromNanoseconds(time_ns), in JNI_EarlyTraceEvent_RecordEarlyEndEvent()
53 jlong time_ns, in JNI_EarlyTraceEvent_RecordEarlyToplevelBeginEvent() argument
61 TimeTicks() + TimeDelta::FromNanoseconds(time_ns), in JNI_EarlyTraceEvent_RecordEarlyToplevelBeginEvent()
69 jlong time_ns, in JNI_EarlyTraceEvent_RecordEarlyToplevelEndEvent() argument
77 TimeTicks() + TimeDelta::FromNanoseconds(time_ns), in JNI_EarlyTraceEvent_RecordEarlyToplevelEndEvent()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/proximity/
H A Dping.c98 u32 time_ns, distance_mm; in ping_read() local
173 time_ns = dt_ns; in ping_read()
180 if ((time_ns > 12500000) && (time_ns <= 13500000)) { in ping_read()
184 if ((time_ns > 13500000) && (time_ns <= 14500000)) { in ping_read()
188 if ((time_ns > 14500000) && (time_ns <= 15500000)) { in ping_read()
214 distance_mm = time_ns * 232 / 1350800; in ping_read()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/proximity/
H A Dping.c98 u32 time_ns, distance_mm; in ping_read() local
173 time_ns = dt_ns; in ping_read()
180 if ((time_ns > 12500000) && (time_ns <= 13500000)) { in ping_read()
184 if ((time_ns > 13500000) && (time_ns <= 14500000)) { in ping_read()
188 if ((time_ns > 14500000) && (time_ns <= 15500000)) { in ping_read()
214 distance_mm = time_ns * 232 / 1350800; in ping_read()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/proximity/
H A Dping.c98 u32 time_ns, distance_mm; in ping_read() local
173 time_ns = dt_ns; in ping_read()
180 if ((time_ns > 12500000) && (time_ns <= 13500000)) { in ping_read()
184 if ((time_ns > 13500000) && (time_ns <= 14500000)) { in ping_read()
188 if ((time_ns > 14500000) && (time_ns <= 15500000)) { in ping_read()
214 distance_mm = time_ns * 232 / 1350800; in ping_read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/common/
H A Dvp9_level_stats.cc36 void Vp9LevelStats::AddFrame(const Vp9HeaderParser& parser, int64_t time_ns) { in AddFrame() argument
39 start_ns_ = time_ns; in AddFrame()
40 end_ns_ = time_ns; in AddFrame()
55 (time_ns - (libwebm::kNanosecondsPerSecondi - 1))) { in AddFrame()
60 luma_window_.push(std::make_pair(time_ns, luma_picture_size)); in AddFrame()
72 cpb_window_.push(std::make_pair(time_ns, parser.frame_size())); in AddFrame()
83 max_cpb_window_end_ns_ = time_ns; in AddFrame()
93 min_altref_end_ns = time_ns; in AddFrame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/common/
H A Dvp9_level_stats.cc36 void Vp9LevelStats::AddFrame(const Vp9HeaderParser& parser, int64_t time_ns) { in AddFrame() argument
39 start_ns_ = time_ns; in AddFrame()
40 end_ns_ = time_ns; in AddFrame()
55 (time_ns - (libwebm::kNanosecondsPerSecondi - 1))) { in AddFrame()
60 luma_window_.push(std::make_pair(time_ns, luma_picture_size)); in AddFrame()
72 cpb_window_.push(std::make_pair(time_ns, parser.frame_size())); in AddFrame()
83 max_cpb_window_end_ns_ = time_ns; in AddFrame()
93 min_altref_end_ns = time_ns; in AddFrame()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/
H A DStringSplitSpeedUnitTest.java67 final long time_ns, in printTimingString() argument
70 final double time_ms = time_ns / MS_TO_NS; in printTimingString()
72 … final double timePerSplit_ns = ((double)time_ns) / ((double)numSplits) / ((double)numIterations); in printTimingString()
75 System.out.println("\t" + decorator + " Total Time:\t" + time_ns + "ns\t" + time_ms + in printTimingString()
119 final long time_ns, in printTimingMarkdownLine() argument
122 final double time_ms = time_ns / MS_TO_NS; in printTimingMarkdownLine()
124 … final double timePerSplit_ns = ((double)time_ns) / ((double)numSplits) / ((double)numIterations); in printTimingMarkdownLine()
127 …System.out.println( rowHeader + time_ns + " | " + time_ms + " | " + timePerSplit_ns + " | " + time… in printTimingMarkdownLine()
/dports/lang/micropython/micropython-1.17/tests/extmod/
H A Dutime_time_ns.py7 utime.time_ns
13 t0 = utime.time_ns()
15 t1 = utime.time_ns()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dtime_namespace.h67 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
74 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
81 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
88 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
98 struct time_namespace *ns = current->nsproxy->time_ns; in timens_ktime_to_host()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dtime_namespace.h67 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
74 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
81 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
88 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
98 struct time_namespace *ns = current->nsproxy->time_ns; in timens_ktime_to_host()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dtime_namespace.h67 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_monotonic()
74 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime()
81 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_add_boottime_ns()
88 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets; in timens_sub_boottime()
98 struct time_namespace *ns = current->nsproxy->time_ns; in timens_ktime_to_host()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/ptp/
H A Dptp_ocp.c24 u32 time_ns; member
85 u32 ctrl, time_sec, time_ns; in __ptp_ocp_gettime_locked() local
101 time_ns = ioread32(&bp->reg->time_ns); in __ptp_ocp_gettime_locked()
105 ts->tv_nsec = time_ns; in __ptp_ocp_gettime_locked()
128 u32 ctrl, time_sec, time_ns; in __ptp_ocp_settime_locked() local
131 time_ns = ts->tv_nsec; in __ptp_ocp_settime_locked()
137 iowrite32(time_ns, &bp->reg->adjust_ns); in __ptp_ocp_settime_locked()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/ptp/
H A Dptp_ocp.c24 u32 time_ns; member
85 u32 ctrl, time_sec, time_ns; in __ptp_ocp_gettime_locked() local
101 time_ns = ioread32(&bp->reg->time_ns); in __ptp_ocp_gettime_locked()
105 ts->tv_nsec = time_ns; in __ptp_ocp_gettime_locked()
128 u32 ctrl, time_sec, time_ns; in __ptp_ocp_settime_locked() local
131 time_ns = ts->tv_nsec; in __ptp_ocp_settime_locked()
137 iowrite32(time_ns, &bp->reg->adjust_ns); in __ptp_ocp_settime_locked()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/ptp/
H A Dptp_ocp.c24 u32 time_ns; member
85 u32 ctrl, time_sec, time_ns; in __ptp_ocp_gettime_locked() local
101 time_ns = ioread32(&bp->reg->time_ns); in __ptp_ocp_gettime_locked()
105 ts->tv_nsec = time_ns; in __ptp_ocp_gettime_locked()
128 u32 ctrl, time_sec, time_ns; in __ptp_ocp_settime_locked() local
131 time_ns = ts->tv_nsec; in __ptp_ocp_settime_locked()
137 iowrite32(time_ns, &bp->reg->adjust_ns); in __ptp_ocp_settime_locked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/
H A Dsample_muxer_metadata.h47 bool Write(int64_t time_ns);
54 bool operator>(int64_t time_ns) const {
61 return (start_ns > time_ns);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/
H A Dsample_muxer_metadata.h47 bool Write(int64_t time_ns);
54 bool operator>(int64_t time_ns) const {
61 return (start_ns > time_ns);
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dnsproxy.c47 .time_ns = &init_time_ns,
122 new_nsp->time_ns = get_time_ns(tsk->nsproxy->time_ns); in create_new_namespaces()
160 if (likely(old_ns->time_ns_for_children == old_ns->time_ns)) { in copy_namespaces()
198 if (ns->time_ns) in free_nsproxy()
199 put_time_ns(ns->time_ns); in free_nsproxy()
468 ret = validate_ns(nsset, &nsp->time_ns->ns); in validate_nsset()
519 timens_commit(me, nsset->nsproxy->time_ns); in commit_nsset()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dnsproxy.c47 .time_ns = &init_time_ns,
122 new_nsp->time_ns = get_time_ns(tsk->nsproxy->time_ns); in create_new_namespaces()
160 if (likely(old_ns->time_ns_for_children == old_ns->time_ns)) { in copy_namespaces()
198 if (ns->time_ns) in free_nsproxy()
199 put_time_ns(ns->time_ns); in free_nsproxy()
468 ret = validate_ns(nsset, &nsp->time_ns->ns); in validate_nsset()
519 timens_commit(me, nsset->nsproxy->time_ns); in commit_nsset()

12345678910>>...16