Searched refs:bitInMap (Results 1 - 1 of 1) sorted by relevance

/external/yaffs2/yaffs2/
H A Dyaffs_guts.c765 __u32 bitInMap; local
773 bitInMap = pos * dev->tnodeWidth;
774 wordInMap = bitInMap /32;
775 bitInWord = bitInMap & (32 -1);
794 __u32 bitInMap; local
801 bitInMap = pos * dev->tnodeWidth;
802 wordInMap = bitInMap /32;
803 bitInWord = bitInMap & (32 -1);

Completed in 911 milliseconds