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

/external/yaffs2/yaffs2/
H A Dyaffs_ecc.c77 static int yaffs_CountBits(unsigned char x) function
233 if ((yaffs_CountBits(d0) +
234 yaffs_CountBits(d1) +
235 yaffs_CountBits(d2)) == 1) {
321 yaffs_CountBits(cDelta)) == 1) {
H A Dyaffs_tagscompat.c50 static int yaffs_CountBits(__u8 x) function
456 (yaffs_CountBits(spare.pageStatus) < 7) ? 1 : 0;
524 if (yaffs_CountBits(spare0.blockStatus & spare1.blockStatus) < 7)

Completed in 69 milliseconds