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

  /external/u-boot/fs/yaffs2/
yaffs_ecc.h 32 unsigned line_parity_prime; member in struct:yaffs_ecc_other
yaffs_ecc.c 77 unsigned char line_parity_prime = 0; local
87 line_parity_prime ^= ~i;
96 if (line_parity_prime & 0x80)
100 if (line_parity_prime & 0x40)
104 if (line_parity_prime & 0x20)
108 if (line_parity_prime & 0x10)
115 if (line_parity_prime & 0x08)
119 if (line_parity_prime & 0x04)
123 if (line_parity_prime & 0x02)
127 if (line_parity_prime & 0x01
211 unsigned line_parity_prime = 0; local
    [all...]

Completed in 88 milliseconds