HomeSort by relevance Sort by last modified time
    Searched refs:Ran (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 151 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
168 return PT->at(Ran->Rand() % PT->size());
173 if (Ran->Rand() & 1)
177 if (Ran->Rand() & 1)
186 unsigned index = Ran->Rand();
195 if (Ran->Rand() & 1)
199 if (Ran->Rand() & 1)
219 unsigned index = Ran->Rand();
230 unsigned index = Ran->Rand();
241 return (Ran->Rand() & 1 ? pickVectorType() : pickScalarType())
    [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 289 bool Ran = false;
291 [&Found, &Ran](const CommandLineArguments &Args, StringRef /*unused*/) {
292 Ran = true;
299 EXPECT_TRUE(Ran);
302 Ran = Found = false;
307 EXPECT_TRUE(Ran);
  /external/zopfli/src/zopfli/
squeeze.c 85 static unsigned int Ran(RanState* state) {
94 if ((Ran(state) >> 4) % 3 == 0) freqs[i] = freqs[Ran(state) % n];
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
test.py 362 # Number of logging cycles we ran with no progress.
401 # Ran 5 or more logging cycles with no progress, let the user
433 'Ran %d tests in %.3fs (%d sequential in %.3fs, %d parallel in %.3fs)'
  /system/extras/tests/workloads/
pwrtest.sh 363 echo Ran tests: $tests

Completed in 96 milliseconds