HomeSort by relevance Sort by last modified time
    Searched refs:gen_rand_array (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/test/include/test/
SFMT-sse2.h 114 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { function
SFMT-alti.h 125 JEMALLOC_INLINE void gen_rand_array(sfmt_t *ctx, w128_t *array, int size) { function
  /external/jemalloc/test/src/
SFMT.c 126 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 155 milliseconds