Searched refs:fill_array64 (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/include/test/ |
D | SFMT.h | 76 void fill_array64(sfmt_t *ctx, uint64_t *array, int size);
|
/external/jemalloc/test/unit/ |
D | SFMT.c | 1534 fill_array64(ctx, array64, BLOCK_SIZE64); in TEST_BEGIN() 1535 fill_array64(ctx, array64_2, BLOCK_SIZE64); in TEST_BEGIN() 1571 fill_array64(ctx, array64, BLOCK_SIZE64); in TEST_BEGIN() 1572 fill_array64(ctx, array64_2, BLOCK_SIZE64); in TEST_BEGIN()
|
/external/jemalloc/test/src/ |
D | SFMT.c | 587 void fill_array64(sfmt_t *ctx, uint64_t *array, int size) { in fill_array64() function
|