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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_tagscompat.c143 int ecc_result1, ecc_result2; local
174 ecc_result2 = yaffs_ecc_correct(&data[256], spare->ecc2, calc_ecc);
188 if (ecc_result2 > 0) {
193 } else if (ecc_result2 < 0) {
200 if (ecc_result1 || ecc_result2) {
205 if (ecc_result1 < 0 || ecc_result2 < 0)
207 else if (ecc_result1 > 0 || ecc_result2 > 0)

Completed in 14 milliseconds