Home | History | Annotate | Download | only in block

Lines Matching full:chksum

509     uint8_t chksum=0;
516 chksum=(((chksum&0xfe)>>1)|((chksum&0x01)?0x80:0)) + c;
519 return chksum;
678 uint8_t chksum=fat_chksum(entry);
683 entry_long->reserved[1]=chksum;