Home
last modified time | relevance | path

Searched refs:NANOS_PER_MILLI (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/nanosleep/
H A Dnanosleep_test.c160 { 0, 1 * NANOS_PER_MILLI, }, in main()
161 { 0, 2 * NANOS_PER_MILLI, }, in main()
162 { 0, 5 * NANOS_PER_MILLI, }, in main()
163 { 0, 10 * NANOS_PER_MILLI, }, in main()
164 { 0, 25 * NANOS_PER_MILLI, }, in main()
165 { 0, 50 * NANOS_PER_MILLI, }, in main()
166 { 0, 100 * NANOS_PER_MILLI, }, in main()
167 { 0, 250 * NANOS_PER_MILLI, }, in main()
168 { 0, 500 * NANOS_PER_MILLI, }, in main()
169 { 1, 0 * NANOS_PER_MILLI, }, in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/
H A Dtimefuncs_test.cc216 { 0, 1 * NANOS_PER_MILLI, }, in TestSuite()
217 { 0, 2 * NANOS_PER_MILLI, }, in TestSuite()
218 { 0, 5 * NANOS_PER_MILLI, }, in TestSuite()
219 { 0, 10 * NANOS_PER_MILLI, }, in TestSuite()
220 { 0, 25 * NANOS_PER_MILLI, }, in TestSuite()
221 { 0, 50 * NANOS_PER_MILLI, }, in TestSuite()
222 { 0, 100 * NANOS_PER_MILLI, }, in TestSuite()
223 { 0, 250 * NANOS_PER_MILLI, }, in TestSuite()
224 { 0, 500 * NANOS_PER_MILLI, }, in TestSuite()
225 { 1, 0 * NANOS_PER_MILLI, }, in TestSuite()
[all …]
/dports/sysutils/vector/tower-c87fdd9c1e4c0728fdaa87d3fafe3e48da9b498a/tower/src/load/
H A Dpeak_ewma.rs86 const NANOS_PER_MILLI: f64 = 1_000_000.0; const
196 estimate / NANOS_PER_MILLI, in load()
253 rtt / NANOS_PER_MILLI, in update()
254 self.rtt_ns / NANOS_PER_MILLI, in update()
268 rtt / NANOS_PER_MILLI, in update()
270 next_estimate / NANOS_PER_MILLI, in update()
338 NANOS_PER_MILLI * 1_000.0, in default_decay()
342 assert_eq!(load, 10.0 * NANOS_PER_MILLI); in default_decay()
346 assert!(9.0 * NANOS_PER_MILLI < load && load < 10.0 * NANOS_PER_MILLI); in default_decay()
350 assert!(8.0 * NANOS_PER_MILLI < load && load < 9.0 * NANOS_PER_MILLI); in default_decay()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-timer-0.2.13/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-timer-0.2.13/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-timer-0.2.13/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-timer-0.2.12/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-timer/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-timer-0.2.13/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-timer-0.2.13/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-timer-0.2.13/src/
H A Dlib.rs92 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
97 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
98 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-timer-0.2.12/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000;
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI,
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-timer-0.2.11/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-timer-0.2.11/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-timer/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-timer/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-timer/src/
H A Dlib.rs86 const NANOS_PER_MILLI: u32 = 1_000_000; in ms() const
91 Round::Up => (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI, in ms()
92 Round::Down => duration.subsec_nanos() / NANOS_PER_MILLI, in ms()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/mio-extras-2.0.6/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/mio-extras-2.0.6/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mio-extras-2.0.5/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/www/firefox/firefox-99.0/third_party/rust/mio-extras/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/mio-extras-2.0.6/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/mio-extras-2.0.5/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mio-extras/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/mio-extras-2.0.6/src/
H A Dlib.rs17 const NANOS_PER_MILLI: u32 = 1_000_000; const
27 let millis = (duration.subsec_nanos() + NANOS_PER_MILLI - 1) / NANOS_PER_MILLI; in millis()

12345678910>>...15