Home
last modified time | relevance | path

Searched refs:computed_code (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/nand/
Dhamming.c184 const uint8_t *computed_code) in hamming_correct_256() argument
194 correction_code[0] = computed_code[0] ^ original_code[0]; in hamming_correct_256()
195 correction_code[1] = computed_code[1] ^ original_code[1]; in hamming_correct_256()
196 correction_code[2] = computed_code[2] ^ original_code[2]; in hamming_correct_256()