Searched refs:TEST_SIZE (Results 1 – 2 of 2) sorted by relevance
570 #define TEST_SIZE 1024 macro578 data = kmalloc(sizeof(*data) * TEST_SIZE, GFP_KERNEL); in prandom32_state_selftest()582 for (samples = 0; samples < TEST_SIZE; samples++) in prandom32_state_selftest()
499 #define TEST_SIZE (5 * 4096) macro504 volatile size_t a = TEST_SIZE; \505 volatile size_t b = (SIZE_MAX / TEST_SIZE) + 1; \