Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 1 of 1) sorted by relevance

/lib/
Dtest_hash.c141 #define SIZE 256 /* Run time is cubic in SIZE */ macro
146 char buf[SIZE+1]; in test_hash_init()
152 fill_buf(buf, SIZE, 1); in test_hash_init()
155 for (j = SIZE; j > 0; --j) { in test_hash_init()