Searched defs:BLOCKS (Results 1 – 2 of 2) sorted by relevance
84 enum { TRIALS = 1000, BLOCKS = 128, BLOCK_SIZE = 64 }; in main() enumerator
15 #define BLOCKS(size) (((size) + 511) >> 9) macro