Searched refs:BIGSIZE (Results 1 – 1 of 1) sorted by relevance
45 #define BIGSIZE 128*1024*1024 macro67 for (offset = 0; offset + WRITESIZE <= BIGSIZE; offset += WRITESIZE) { in do_buffered_writes()89 for (offset = 0; offset + READSIZE <= BIGSIZE; offset += READSIZE) { in do_direct_reads()143 assert("ftruncate", ftruncate(fd, BIGSIZE) == 0); in main()