Searched refs:Ran (Results 1 - 3 of 3) sorted by relevance

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp150 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
167 return PT->at(Ran->Rand() % PT->size());
172 if (Ran->Rand() & 1)
176 if (Ran->Rand() & 1)
185 unsigned index = Ran->Rand();
194 if (Ran->Rand() & 1)
198 if (Ran->Rand() & 1)
218 unsigned index = Ran->Rand();
229 unsigned index = Ran->Rand();
240 return (Ran
292 Random *Ran; member in struct:llvm::__anon13656::Modifier
[all...]
/external/clang/unittests/Tooling/
H A DToolingTest.cpp344 bool Ran = false; local
346 [&Found, &Ran](const CommandLineArguments &Args, StringRef /*unused*/) {
347 Ran = true;
354 EXPECT_TRUE(Ran);
357 Ran = Found = false;
362 EXPECT_TRUE(Ran);
/external/zopfli/src/zopfli/
H A Dsqueeze.c85 static unsigned int Ran(RanState* state) { function
94 if ((Ran(state) >> 4) % 3 == 0) freqs[i] = freqs[Ran(state) % n];

Completed in 146 milliseconds