Home
last modified time | relevance | path

Searched defs:Rng (Results 1 – 11 of 11) sorted by relevance

/external/crosvm/devices/src/virtio/
Drng.rs129 pub struct Rng { struct
136 impl Rng { argument
138 pub fn new(virtio_features: u64) -> Result<Rng> { in new()
149 impl Drop for Rng { implementation
162 impl VirtioDevice for Rng { implementation
/external/rust/crates/rand/src/rngs/
Dsmall.rs14 type Rng = super::xoshiro256plusplus::Xoshiro256PlusPlus; typedef
16 type Rng = super::xoshiro128plusplus::Xoshiro128PlusPlus; typedef
/external/rust/crates/criterion/src/stats/
Drand_util.rs5 pub type Rng = Rand64; typedef
/external/llvm-project/clang-tools-extra/clangd/unittests/
DConfigTesting.h52 llvm::Optional<Range> Rng; member
DDraftStoreTests.cpp25 int rangeLength(llvm::StringRef Code, const Range &Rng) { in rangeLength()
/external/rust/crates/rand/src/
Drng.rs55 pub trait Rng: RngCore { interface
/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp884 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
895 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
906 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
926 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
/external/rust/crates/rand/src/distributions/
Dmod.rs186 R: Rng, in sample_iter()
/external/webrtc/rtc_base/
Dhelpers.cc90 RandomGenerator& Rng() { in Rng() function
/external/llvm-project/llvm/unittests/Analysis/
DAssumeBundleQueriesTest.cpp395 std::mt19937 Rng(Seed); in RunRandTest() local
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp315 void ClangdServer::formatRange(PathRef File, llvm::StringRef Code, Range Rng, in formatRange()