Home
last modified time | relevance | path

Searched refs:SIZE_IN_MB (Results 1 – 5 of 5) sorted by relevance

/external/yaffs2/yaffs2/direct/
Dyaffs_fileem2k.h20 #define SIZE_IN_MB 128 macro
29 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)
33 #define SIZE_IN_MB 128 macro
41 #define SIZE_IN_BLOCKS (BLOCKS_PER_MB * SIZE_IN_MB)
Dyaffs_fileem.c35 #define SIZE_IN_MB 16 macro
83 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()
Dyaffs_ramdisk.c31 #define SIZE_IN_MB 2 macro
78 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024); in CheckInit()
Dyaffs_flashif.c29 #define SIZE_IN_MB 16 macro
73 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024); in CheckInit()
Dyaffs_fileem2k.c122 filedisk.nBlocks = SIZE_IN_MB * BLOCKS_PER_MB; in CheckInit()