Searched defs:Rng (Results 1 – 11 of 11) sorted by relevance
129 pub struct Rng { struct136 impl Rng { argument138 pub fn new(virtio_features: u64) -> Result<Rng> { in new()149 impl Drop for Rng { implementation162 impl VirtioDevice for Rng { implementation
14 type Rng = super::xoshiro256plusplus::Xoshiro256PlusPlus; typedef16 type Rng = super::xoshiro128plusplus::Xoshiro128PlusPlus; typedef
5 pub type Rng = Rand64; typedef
52 llvm::Optional<Range> Rng; member
25 int rangeLength(llvm::StringRef Code, const Range &Rng) { in rangeLength()
55 pub trait Rng: RngCore { interface
884 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local895 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local906 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local926 CXSourceRange Rng = clang_getRange(B, E); in TEST_F() local
186 R: Rng, in sample_iter()
90 RandomGenerator& Rng() { in Rng() function
395 std::mt19937 Rng(Seed); in RunRandTest() local
315 void ClangdServer::formatRange(PathRef File, llvm::StringRef Code, Range Rng, in formatRange()