OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ran
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
130
BB(Block),PT(PT),
Ran
(R),Context(BB->getContext()) {}
147
return PT->at(
Ran
->Rand() % PT->size());
152
if (
Ran
->Rand() & 1)
156
if (
Ran
->Rand() & 1)
165
unsigned index =
Ran
->Rand();
174
if (
Ran
->Rand() & 1)
178
if (
Ran
->Rand() & 1)
198
unsigned index =
Ran
->Rand();
209
unsigned index =
Ran
->Rand();
220
return (
Ran
->Rand() & 1 ? pickVectorType() : pickScalarType())
[
all
...]
/external/clang/unittests/Tooling/
ToolingTest.cpp
272
bool
Ran
= false;
274
[&Found, &
Ran
](const CommandLineArguments &Args) {
275
Ran
= true;
282
EXPECT_TRUE(
Ran
);
285
Ran
= Found = false;
290
EXPECT_TRUE(
Ran
);
/external/lldb/examples/test/
usage-pre-post-flight
63
Ran
2 tests in 1.584s
usage-lldb-loggings
57
Ran
2 tests in 7.826s
122
Ran
2 tests in 8.575s
/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];
Completed in 145 milliseconds