BLOCKSIZE
#define BLOCKMASK (~(BLOCKSIZE-1))
for (hs = nw; hs < nr; hs += BLOCKSIZE) {
if (he >= hs + BLOCKSIZE)
if (hs + BLOCKSIZE > nr)