OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_seed
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc
34
static uint32_t
global_seed
= 0;
variable
42
uint32_t seed = my_rand(&
global_seed
);
210
uint32_t seed = my_rand(&
global_seed
);
277
uint32_t seed = my_rand(&
global_seed
);
asan_test.cc
65
static uint32_t
global_seed
= 0;
variable
376
uint32_t seed = my_rand(&
global_seed
);
476
(my_rand(&
global_seed
) % 1000 + kMinElem) * sizeof(int));
[
all
...]
Completed in 67 milliseconds