Searched defs:YAFFS_TNODES_INTERNAL_BITS (Results 1 - 2 of 2) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.h42 #define YAFFS_TNODES_INTERNAL_BITS (YAFFS_TNODES_LEVEL0_BITS - 1) macro
H A Dyaffs_guts.c851 i >>= YAFFS_TNODES_INTERNAL_BITS; local
866 YAFFS_TNODES_INTERNAL_BITS)
915 x >>= YAFFS_TNODES_INTERNAL_BITS; local
947 (l - 1) * YAFFS_TNODES_INTERNAL_BITS)) &
1043 YAFFS_TNODES_INTERNAL_BITS)
1145 YAFFS_TNODES_INTERNAL_BITS)
3624 (chunkOffset<<YAFFS_TNODES_INTERNAL_BITS) + i);

Completed in 25 milliseconds