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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_tagscompat.h37 int yaffs_count_bits(__u8 byte);
H A Dyaffs_ecc.c72 static int yaffs_count_bits(unsigned char x) function
226 if ((yaffs_count_bits(d0) +
227 yaffs_count_bits(d1) +
228 yaffs_count_bits(d2)) == 1) {
313 yaffs_count_bits(cDelta)) == 1) {
H A Dyaffs_tagscompat.c50 int yaffs_count_bits(__u8 x) function
459 (yaffs_count_bits(spare.page_status) < 7) ? 1 : 0;
531 if (yaffs_count_bits(spare0.block_status & spare1.block_status) < 7)
H A Dyaffs_mtdif1.c240 deleted = (yaffs_count_bits(((__u8 *)&pt1)[8]) < 7);

Completed in 29 milliseconds