Searched defs:chksum (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h64 uint32_t chksum; local
65 std::memcpy(&chksum, chksum_buffer_, 4);
66 chksum_ += ntohl(chksum);
147 uint32_t chksum() const { function in class:ots::OTSStream
153 uint32_t chksum; member in struct:ots::OTSStream::ChecksumState
160 s.chksum = chksum_;
169 chksum_ += s.chksum;
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h52 unsigned char chksum[16], X[48], buf[16]; member in struct:md2_state
/external/grub/netboot/
H A Dns8390.c538 unsigned short chksum; local
549 chksum = 0;
551 chksum += inb(eth_asic_base+i);
553 if ((chksum & 0xFF) == 0xFF &&
H A Ddepca.c671 long sum, chksum; local
709 chksum = (u8)inb(DEPCA_PROM);
710 chksum |= (u16)(inb(DEPCA_PROM) << 8);
723 if (sum != chksum)
H A Detherboot.h285 unsigned short chksum; member in struct:iphdr
295 unsigned short chksum; member in struct:udphdr
/external/kernel-headers/original/linux/
H A Dhdsmart.h52 unsigned char chksum; member in struct:ata_smart_values_s
68 unsigned char chksum; member in struct:ata_smart_thresholds_s
103 unsigned char chksum; member in struct:ata_smart_errorlog_s
121 unsigned char chksum; member in struct:ata_smart_selftestlog_s
/external/chromium_org/third_party/ots/src/
H A Dots.cc29 uint32_t chksum; member in struct:__anon13317::OpenTypeTable
56 uint32_t chksum; member in struct:__anon13317::OutputTable
218 !file.ReadU32(&table.chksum) ||
327 !file.ReadU32(&table.chksum)) {
590 const uint32_t offset_table_chksum = output->chksum();
634 out.chksum = output->chksum();
650 !output->WriteU32(out_tables[i].chksum) ||
655 tables_chksum += out_tables[i].chksum;
657 const uint32_t table_record_chksum = output->chksum();
[all...]
/external/tremolo/Tremolo/
H A Dframing.c728 ogg_uint32_t chksum=oggbyte_read4(&page,22); local
732 if(chksum!=_checksum(oy->fifo_tail,oy->bodybytes+oy->headerbytes)){
738 oggbyte_set4(&page,chksum,22);
741 oggbyte_set4(&page,chksum,22);
/external/zlib/src/contrib/untgz/
H A Duntgz.c76 char chksum[8]; /* 148 */ member in struct:tar_header
/external/libogg/src/
H A Dframing.c665 char chksum[4]; local
668 memcpy(chksum,page+22,4);
679 if(memcmp(chksum,page+22,4)){
683 memcpy(page+22,chksum,4);
/external/qemu/block/
H A Dvvfat.c509 uint8_t chksum=0; local
516 chksum=(((chksum&0xfe)>>1)|((chksum&0x01)?0x80:0)) + c;
519 return chksum;
678 uint8_t chksum=fat_chksum(entry); local
683 entry_long->reserved[1]=chksum;

Completed in 300 milliseconds