HomeSort by relevance Sort by last modified time
    Searched refs:nBlocks (Results 1 - 20 of 20) sorted by null

  /external/yaffs2/yaffs2/
yaffsinterface.h 21 int yaffs_Initialise(unsigned nBlocks);
yaffs_guts.c     [all...]
yaffs_fs.c     [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_ramdisk.c 56 int nBlocks;
67 //int nBlocks;
78 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024);
80 ramdisk.block = YMALLOC(sizeof(yramdisk_Block *) * ramdisk.nBlocks);
84 for(i=0; i <ramdisk.nBlocks; i++)
89 for(i=0; i <ramdisk.nBlocks && !fail; i++)
111 nAllocated/64,ramdisk.nBlocks * 528));
211 if(blockNumber < 0 || blockNumber >= ramdisk.nBlocks)
yaffs_flashif.c 52 int nBlocks;
73 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024);
75 ramdisk.block = YMALLOC(sizeof(yflash_Block *) * ramdisk.nBlocks);
79 for(i=0; i <ramdisk.nBlocks; i++)
84 for(i=0; i <ramdisk.nBlocks && !fail; i++)
106 nAllocated/64,ramdisk.nBlocks * YAFFS_BYTES_PER_BLOCK));
204 if(blockNumber < 0 || blockNumber >= ramdisk.nBlocks)
yaffs_ramem2k.c 72 int nBlocks;
95 if(blockNumber < 0 || blockNumber >= ned.nBlocks)
125 int nBlocks;
135 ned.nBlocks = nBlocks = nandemul2k_CalcNBlocks();
138 ned.block = YMALLOC(sizeof(nandemul_Block*) * nBlocks );
146 for(i=fail=0; i <nBlocks; i++)
185 ned.nBlocks = nBlocks;
293 if(blockNumber < 0 || blockNumber >= ned.nBlocks)
    [all...]
yaffs_fileem.c 58 int nBlocks;
83 filedisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024);
186 if(blockNumber < 0 || blockNumber >= filedisk.nBlocks)
yaffs_fileem2k.c 56 int nBlocks;
122 filedisk.nBlocks = SIZE_IN_MB * BLOCKS_PER_MB;
127 for(i = 0,blk = 0; blk < filedisk.nBlocks; blk+=BLOCKS_PER_HANDLE,i++)
139 return filedisk.nBlocks;
310 if(blockNumber < 0 || blockNumber >= filedisk.nBlocks)
  /external/yaffs2/yaffs2/mtdemul/
nandemul2k.c 84 int nBlocks;
136 if(blockNumber < 0 || blockNumber >= ned.nBlocks)
166 int nBlocks;
176 ned.nBlocks = nBlocks = nandemul2k_CalcNBlocks();
179 ned.block = ALLOCATE(sizeof(nandemul_Block*) * nBlocks );
187 for(i=fail=0; i <nBlocks; i++)
224 ned.nBlocks = nBlocks;
237 for(i = 0; i < ned.nBlocks; i++
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 972 unsigned blocksize, nBlocks;
984 nBlocks = (size + blocksize - 1) / blocksize;
985 buffer = ML_(dinfo_zalloc)("di.readpe.pdr.1", nBlocks * blocksize);
986 for (i = 0; i < nBlocks; i++)
998 unsigned blocksize, nBlocks;
1005 nBlocks = (size + blocksize-1) / blocksize;
1006 buffer = ML_(dinfo_zalloc)("di.readpe.pjr.1", nBlocks * blocksize);
1007 for ( i = 0; i < nBlocks; i++ )
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c     [all...]
  /external/valgrind/main/memcheck/
mc_include.h 438 /*OUT*/UWord* nBlocks );
mc_main.c     [all...]
  /frameworks/native/include/media/openmax/
OMX_Audio.h 450 OMX_U32 nBlocks; /**< Number of blocks */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Audio.h 419 OMX_U32 nBlocks; /**< Number of blocks */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h 418 OMX_U32 nBlocks; /**< Number of blocks */
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Audio.h 418 OMX_U32 nBlocks; /**< Number of blocks */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 418 OMX_U32 nBlocks; /**< Number of blocks */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Audio.h 418 OMX_U32 nBlocks; /**< Number of blocks */
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c     [all...]

Completed in 601 milliseconds