Home | History | Annotate | Download | only in block

Lines Matching refs:xfe

516         chksum=(((chksum&0xfe)>>1)|((chksum&0x01)?0x80:0)) + c;