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

  /external/yaffs2/yaffs2/
yaffs_ecc.c 105 unsigned char line_parity = 0; local
116 line_parity ^= i;
125 if (line_parity & 0x80)
129 if (line_parity & 0x40)
133 if (line_parity & 0x20)
137 if (line_parity & 0x10)
144 if (line_parity & 0x08)
148 if (line_parity & 0x04)
152 if (line_parity & 0x02)
156 if (line_parity & 0x01
261 unsigned line_parity = 0; local
    [all...]

Completed in 357 milliseconds