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