Searched refs:syndrome (Results 1 – 1 of 1) sorted by relevance
144 int syndrome = get_syndrome(received); in GolayDec() local145 received ^= iDecTab[syndrome]; in GolayDec()146 *num_errors = iNumOnes[syndrome&0xFF] + iNumOnes[(syndrome >> 8)&0xFF] + in GolayDec()147 iNumOnes[(syndrome >> 16)&0xFF] + iNumOnes[(syndrome >> 24)&0xFF]; in GolayDec()