HomeSort by relevance Sort by last modified time
    Searched full:cdelta (Results 1 - 1 of 1) sorted by null

  /external/yaffs2/yaffs2/
yaffs_ecc.c 286 unsigned char cDelta; /* column parity delta */
291 cDelta = read_ecc->colParity ^ test_ecc->colParity;
295 if ((cDelta | lDelta | lDeltaPrime) == 0)
299 (((cDelta ^ (cDelta >> 1)) & 0x15) == 0x15))
305 if (cDelta & 0x20)
307 if (cDelta & 0x08)
309 if (cDelta & 0x02)
321 yaffs_CountBits(cDelta)) == 1) {

Completed in 27 milliseconds