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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_ecc.c280 unsigned lDelta; /* line parity delta */ local
285 lDelta = read_ecc->lineParity ^ test_ecc->lineParity;
288 if ((cDelta | lDelta | lDeltaPrime) == 0)
291 if (lDelta == ~lDeltaPrime &&
304 if (lDelta >= n_bytes)
307 data[lDelta] ^= (1 << bit);
312 if ((yaffs_count_bits32(lDelta) + yaffs_count_bits32(lDeltaPrime) +

Completed in 54 milliseconds