Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/Download/
DDownload.c111 static u32 GetFsBlock(s32 sizeByte);
293 static u32 GetFsBlock(s32 sizeByte) in GetFsBlock() argument
295 ASSERT(sizeByte > 0); in GetFsBlock()
296 if ((sizeByte % NAND_FSBLOCK_SIZE) == 0) in GetFsBlock()
298 return (u32)(sizeByte / NAND_FSBLOCK_SIZE); in GetFsBlock()
302 return (u32)(sizeByte / NAND_FSBLOCK_SIZE + 1); in GetFsBlock()