OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eccres1
(Results
1 - 3
of
3
) sorted by null
/external/yaffs2/yaffs2/
yaffs_tagscompat.c
262
if (nspare.
eccres1
> 0) {
267
} else if (nspare.
eccres1
< 0) {
286
if (nspare.
eccres1
|| nspare.eccres2) {
291
if (nspare.
eccres1
< 0 || nspare.eccres2 < 0)
293
else if (nspare.
eccres1
> 0 || nspare.eccres2 > 0)
yaffs_mtdif.c
70
nspare->
eccres1
= nspare->eccres2 = 0; /* FIXME */
yaffs_guts.h
223
int
eccres1
;
member in struct:yaffs_NANDSpare
Completed in 516 milliseconds