Searched refs:fill_array32 (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/test/include/test/ |
D | SFMT.h | 75 void fill_array32(sfmt_t *ctx, uint32_t *array, int size);
|
/external/jemalloc_new/test/unit/ |
D | SFMT.c | 1462 fill_array32(ctx, array32, BLOCK_SIZE); in TEST_BEGIN() 1463 fill_array32(ctx, array32_2, BLOCK_SIZE); in TEST_BEGIN() 1497 fill_array32(ctx, array32, BLOCK_SIZE); in TEST_BEGIN() 1498 fill_array32(ctx, array32_2, BLOCK_SIZE); in TEST_BEGIN()
|
/external/jemalloc_new/test/src/ |
D | SFMT.c | 551 void fill_array32(sfmt_t *ctx, uint32_t *array, int size) { in fill_array32() function
|