Method |
Description |
|
CheckEmpty ( byte file_buffer, uint chk_start_addr, uint chk_end_addr ) : bool |
|
|
DumpChecksum ( string remark, byte allBytes, bool debugInfo ) : void |
|
|
tdi41_2002_checksum_calculate ( byte file_buffer, UInt32 chk_start_addr, UInt32 chk_end_addr, UInt16 seed_a, UInt16 seed_b, UInt16 seed_c, UInt16 seed_d, bool first_pass ) : UInt32 |
|
|
tdi41_checksum_calculate ( byte file_buffer, UInt32 chk_start_addr, UInt32 chk_end_addr, UInt16 seed_a, UInt16 seed_b ) : UInt32 |
|
|
tdi41_checksum_search_1024kb ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult |
|
|
tdi41_checksum_search_256kb ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult |
|
|
tdi41_checksum_search_512kb ( byte file_buffer, UInt32 file_size, bool debug ) : ChecksumResult |
|
|