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

  /external/u-boot/fs/yaffs2/
yaffs_ecc.h 31 unsigned line_parity; member in struct:yaffs_ecc_other
yaffs_ecc.c 76 unsigned char line_parity = 0; local
86 line_parity ^= i;
94 if (line_parity & 0x80)
98 if (line_parity & 0x40)
102 if (line_parity & 0x20)
106 if (line_parity & 0x10)
113 if (line_parity & 0x08)
117 if (line_parity & 0x04)
121 if (line_parity & 0x02)
125 if (line_parity & 0x01
210 unsigned line_parity = 0; local
    [all...]

Completed in 76 milliseconds