Home
last modified time | relevance | path

Searched refs:times_two (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/lazy-static.rs/tests/
H A Dno_std.rs10 pub static ref NUMBER: u32 = times_two(3);
13 fn times_two(n: u32) -> u32 { in times_two() functions
H A Dtest.rs7 pub static ref NUMBER: u32 = times_two(3);
43 fn times_two(n: u32) -> u32 { in times_two() functions

Completed in 1 milliseconds