Searched defs:gen_rand_array (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/test/include/test/
H A DSFMT-sse2.h114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { function
H A DSFMT-alti.h125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { function
/external/jemalloc/test/src/
H A DSFMT.c126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size);
312 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { function
557 gen_rand_array(ctx, (w128_t *)array, size / 4);
593 gen_rand_array(ctx, (w128_t *)array, size / 2);

Completed in 196 milliseconds