OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gen_rand32
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/test/include/test/
SFMT.h
71
uint32_t
gen_rand32
(sfmt_t *ctx);
109
return to_real1(
gen_rand32
(ctx));
122
return to_real2(
gen_rand32
(ctx));
135
return to_real3(
gen_rand32
(ctx));
166
x =
gen_rand32
(ctx);
167
y =
gen_rand32
(ctx);
/external/jemalloc/test/src/
SFMT.c
447
uint32_t
gen_rand32
(sfmt_t *ctx) {
function
466
ret =
gen_rand32
(ctx);
478
* The function gen_rand64 should not be called after
gen_rand32
,
/external/jemalloc/test/unit/
SFMT.c
[
all
...]
Completed in 833 milliseconds