Home
last modified time | relevance | path

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

/external/yaffs2/yaffs2/direct/
Dydirectenv.h42 #define Y_INLINE macro
44 #define Y_INLINE inline macro
/external/yaffs2/yaffs2/
Dyportenv.h51 #define Y_INLINE inline macro
113 #define Y_INLINE inline macro
Dyaffs_guts.h792 static Y_INLINE yaffs_BlockInfo *yaffs_GetBlockInfo(yaffs_Device * dev, int blk) in yaffs_GetBlockInfo()
Dyaffs_guts.c272 static Y_INLINE __u8 *yaffs_BlockBits(yaffs_Device * dev, int blk) in yaffs_BlockBits()
284 static Y_INLINE void yaffs_ClearChunkBits(yaffs_Device * dev, int blk) in yaffs_ClearChunkBits()
291 static Y_INLINE void yaffs_ClearChunkBit(yaffs_Device * dev, int blk, int chunk) in yaffs_ClearChunkBit()
298 static Y_INLINE void yaffs_SetChunkBit(yaffs_Device * dev, int blk, int chunk) in yaffs_SetChunkBit()
305 static Y_INLINE int yaffs_CheckChunkBit(yaffs_Device * dev, int blk, int chunk) in yaffs_CheckChunkBit()
311 static Y_INLINE int yaffs_StillSomeChunkBits(yaffs_Device * dev, int blk) in yaffs_StillSomeChunkBits()
327 static Y_INLINE int yaffs_HashFunction(int n) in yaffs_HashFunction()