Home | History | Annotate | Download | only in Option

Lines Matching refs:checksum

149 sub checksum {
231 checksum => { offset => 0x06, length => 0x01, pack => "C" },
342 =item C<< checksum () >>
344 Calculate the byte checksum of the ROM.
348 sub checksum {
359 Fix the byte checksum of the ROM.
367 $hash->{checksum} = ( ( $hash->{checksum} - $hash->checksum() ) & 0xff );
448 checksum => { offset => 0x09, length => 0x01, pack => "C" },
465 sub checksum {
469 return $self->checksum();
476 $hash->{checksum} = ( ( $hash->{checksum} - $hash->checksum() ) & 0xff );