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

  /external/yaffs2/yaffs2/direct/
ydirectenv.h 42 #define Y_INLINE
44 #define Y_INLINE inline
  /external/yaffs2/yaffs2/
yportenv.h 51 #define Y_INLINE inline
113 #define Y_INLINE inline
yaffs_guts.h 792 static Y_INLINE yaffs_BlockInfo *yaffs_GetBlockInfo(yaffs_Device * dev, int blk)
yaffs_guts.c 272 static Y_INLINE __u8 *yaffs_BlockBits(yaffs_Device * dev, int blk)
284 static Y_INLINE void yaffs_ClearChunkBits(yaffs_Device * dev, int blk)
291 static Y_INLINE void yaffs_ClearChunkBit(yaffs_Device * dev, int blk, int chunk)
298 static Y_INLINE void yaffs_SetChunkBit(yaffs_Device * dev, int blk, int chunk)
305 static Y_INLINE int yaffs_CheckChunkBit(yaffs_Device * dev, int blk, int chunk)
311 static Y_INLINE int yaffs_StillSomeChunkBits(yaffs_Device * dev, int blk)
327 static Y_INLINE int yaffs_HashFunction(int n)
    [all...]

Completed in 918 milliseconds