OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yaffs_CountBits
(Results
1 - 2
of
2
) sorted by null
/external/yaffs2/yaffs2/
yaffs_ecc.c
77
static int
yaffs_CountBits
(unsigned char x)
233
if ((
yaffs_CountBits
(d0) +
234
yaffs_CountBits
(d1) +
235
yaffs_CountBits
(d2)) == 1) {
321
yaffs_CountBits
(cDelta)) == 1) {
yaffs_tagscompat.c
50
static int
yaffs_CountBits
(__u8 x)
456
(
yaffs_CountBits
(spare.pageStatus) < 7) ? 1 : 0;
524
if (
yaffs_CountBits
(spare0.blockStatus & spare1.blockStatus) < 7)
Completed in 39 milliseconds