BLOCKS
#define BLOCKS(size) (((size) + 511) >> 9)
enum { TRIALS = 1000, BLOCKS = 128, BLOCK_SIZE = 64 };