Searched refs:SIZE_IN_MB (Results 1 – 5 of 5) sorted by relevance
20 #define SIZE_IN_MB 128 macro29 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)33 #define SIZE_IN_MB 128 macro41 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)
35 #define SIZE_IN_MB 16 macro83 filedisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024); in CheckInit()96 if(fSize < SIZE_IN_MB * 1024 * 1024) in CheckInit()104 for(i = 0; i < SIZE_IN_MB * 1024 * 1024; i+= 512) in CheckInit()
31 #define SIZE_IN_MB 2 macro78 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024); in CheckInit()
29 #define SIZE_IN_MB 16 macro73 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024); in CheckInit()
122 filedisk.nBlocks = SIZE_IN_MB * BLOCKS_PER_MB; in CheckInit()