HomeSort by relevance Sort by last modified time
    Searched full:sfmt_t (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/test/include/test/
SFMT.h 69 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 *ctx)
    [all...]
SFMT-sse2.h 84 JEMALLOC_INLINE void gen_rand_all(sfmt_t *ctx) {
114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) {
SFMT-alti.h 98 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/
SFMT.c 125 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 *ctx, uint64_t limit)
    [all...]
  /external/jemalloc/test/unit/
rtree.c 97 sfmt_t *sfmt;
ph.c 170 sfmt_t *sfmt;
rb.c 233 sfmt_t *sfmt;
SFMT.c     [all...]

Completed in 163 milliseconds