OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ran
(Results
1 - 6
of
6
) sorted by null
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
150
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
->Rand() & 1 ? pickVectorType() : pickScalarType())
[
all
...]
/external/clang/unittests/Tooling/
ToolingTest.cpp
344
bool
Ran
= false;
346
[&Found, &
Ran
](const CommandLineArguments &Args, StringRef /*unused*/) {
347
Ran
= true;
354
EXPECT_TRUE(
Ran
);
357
Ran
= Found = false;
362
EXPECT_TRUE(
Ran
);
/external/protobuf/objectivec/DevTools/
pddm_tests.py
366
'
Ran
into directive ("//%PDDM-BOGUS", line 2) while in "//%PDDM-EXPAND a()".'),
368
'
Ran
into directive ("//%PDDM-DEFINE", line 2) while in "//%PDDM-EXPAND a()".'),
369
# 3. Expansion
ran
off end of file
374
'
Ran
into directive ("//%PDDM-BOGUS", line 3) while in "//%PDDM-DEFINE a()".'),
376
'
Ran
into directive ("//%PDDM-EXPAND-END", line 3) while in "//%PDDM-DEFINE a()".'),
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp
184
: BB(Block), PT(PT),
Ran
(R), Context(BB->getContext()) {}
201
return
Ran
->Rand();
334
Random *
Ran
;
438
RandomBits[i] =
Ran
->Rand64();
/external/bcc/tests/lua/
luaunit.lua
[
all
...]
Completed in 1583 milliseconds