Searched refs:sfmt_t (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/test/include/test/
H A DSFMT.h69 typedef struct sfmt_s sfmt_t; typedef in typeref:struct:sfmt_s
71 uint32_t gen_rand32(sfmt_t *ctx);
72 uint32_t gen_rand32_range(sfmt_t *ctx, uint32_t limit);
73 uint64_t gen_rand64(sfmt_t *ctx);
74 uint64_t gen_rand64_range(sfmt_t *ctx, uint64_t limit);
75 void fill_array32(sfmt_t *ctx, uint32_t *array, int size);
76 void fill_array64(sfmt_t *ctx, uint64_t *array, int size);
77 sfmt_t *init_gen_rand(uint32_t seed);
78 sfmt_t *init_by_array(uint32_t *init_key, int key_length);
79 void fini_gen_rand(sfmt_t *ct
[all...]
H A DSFMT-sse2.h84 JEMALLOC_INLINE void gen_rand_all(sfmt_t *ctx) {
114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
H A DSFMT-alti.h98 JEMALLOC_INLINE void gen_rand_all(sfmt_t *ctx) {
125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
/external/jemalloc/test/src/
H A DSFMT.c125 JEMALLOC_INLINE_C void gen_rand_all(sfmt_t *ctx);
126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size);
129 static void period_certification(sfmt_t *ctx);
285 JEMALLOC_INLINE_C void gen_rand_all(sfmt_t *ctx) {
312 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
383 static void period_certification(sfmt_t *ctx) {
447 uint32_t gen_rand32(sfmt_t *ctx) {
461 uint32_t gen_rand32_range(sfmt_t *ctx, uint32_t limit) {
482 uint64_t gen_rand64(sfmt_t *ctx) {
511 uint64_t gen_rand64_range(sfmt_t *ct
[all...]
/external/jemalloc/test/unit/
H A Drtree.c70 sfmt_t *sfmt;
H A Drb.c219 sfmt_t *sfmt;
H A DSFMT.c1458 sfmt_t *ctx;
1494 sfmt_t *ctx;
1529 sfmt_t *ctx;
1566 sfmt_t *ctx;

Completed in 91 milliseconds