/external/syslinux/com32/mboot/ |
mb_header.h | 37 * Checksum 41 uint32_t checksum; member in struct:multiboot_header
|
/external/vboot_reference/firmware/lib/include/ |
vboot_audio_private.h | 21 uint32_t checksum; /* crc32 over count & all notes */ member in struct:VbDevMusic
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cycx_cfm.h | 80 * @checksum - info + image 89 unsigned short checksum; member in struct:cycx_firmware
|
romfs_fs.h | 28 __be32 checksum; member in struct:romfs_super_block 38 __be32 checksum; member in struct:romfs_inode
|
/external/syslinux/gpxe/src/util/Option/ |
ROM.pm | 149 sub checksum { subroutine 231 checksum => { offset => 0x06, length => 0x01, pack => "C" }, 342 =item C<< checksum () >> 344 Calculate the byte checksum of the ROM. 348 sub checksum { subroutine 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 { subroutine [all...] |
/external/pdfium/fxbarcode/oned/ |
BC_OnedCode39Writer.cpp | 152 int32_t checksum = 0; 158 checksum += j; 165 return kOnedCode39Checksum[checksum % FX_ArraySize(kOnedCode39Checksum)]; 170 char checksum = CalcCheckSum(contents); local 171 if (checksum == '*') 179 encodedContents += checksum; 240 char checksum; local 241 checksum = CalcCheckSum(str); 242 if (checksum == '*') 244 str += checksum; [all...] |
/bionic/libc/kernel/uapi/linux/ |
romfs_fs.h | 37 __be32 checksum; member in struct:romfs_super_block 44 __be32 checksum; member in struct:romfs_inode
|
/external/autotest/server/site_tests/display_Tearing/ |
display_Tearing.py | 64 """Gets the frame checksum of the full screen of the given color. 68 @return The frame checksum mentioned above, which is a tuple. 77 # Gets the checksum of the last one image. 82 """Makes checksum table, which maps checksums into colors. 87 x is the checksum of the full screen of pure color y. 98 checksum = self._get_single_color_checksum(chameleon_port, color) 99 if checksum in checksum_table: 101 checksum_table[checksum] = color 102 logging.info('Color %d has checksums %r', (color, checksum)) 144 for checksum in captured_checksums [all...] |
/external/kernel-headers/original/uapi/linux/ |
romfs_fs.h | 29 __be32 checksum; member in struct:romfs_super_block 39 __be32 checksum; member in struct:romfs_inode
|
/external/pdfium/core/fxge/ |
cfx_fontmgr.h | 38 uint32_t checksum, 42 uint32_t checksum,
|
/external/pdfium/fxbarcode/ |
cbc_ean13.cpp | 43 int32_t checksum = pWriter->CalcChecksum(byteString); local 44 byteString += checksum - 0 + '0';
|
cbc_ean8.cpp | 42 int32_t checksum = pWriter->CalcChecksum(byteString); local 43 encodeContents += wchar_t(checksum - 0 + '0');
|
cbc_upca.cpp | 42 int32_t checksum = pWriter->CalcChecksum(byteString); local 43 byteString += checksum - 0 + '0';
|
/external/scapy/scapy/contrib/ |
carp.py | 23 from scapy.utils import checksum, inet_aton 46 pkt = pkt[:6] + struct.pack("!H", checksum(pkt)) + pkt[8:]
|
/external/sfntly/cpp/src/sfntly/table/ |
header.h | 33 Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length); 61 // Get the checksum for the table as recorded in the table record header. 62 int64_t checksum() { return checksum_; } function in class:sfntly::Header 64 // Is the checksum valid. The checksum will not be valid if the table was 66 // Note that this does *NOT* check the validity of the checksum against 67 // the calculated checksum for the table data.
|
/external/skia/src/utils/ |
SkWhitelistTypefaces.cpp | 173 uint32_t checksum = compute_checksum(tf); local 174 if (whitelist[whitelistIndex].fChecksum != checksum) { 177 SkDebugf("!!! checksum changed !!!\n"); 179 SkDebugf("checksum updated\n"); 180 SkDebugf(" { \"%s\", 0x%08x },\n", fontName, checksum); 182 whitelist[whitelistIndex].fChecksum = checksum; 211 uint32_t checksum = compute_checksum(tf.get()); local 212 if (whitelist[i].fChecksum != checksum) { 266 uint32_t checksum = compute_checksum(tf.get()); local 267 line.printf(checksumEntry, fontName, checksum); [all...] |
/external/skia/tools/skqp/ |
upload_model | 29 rm -f files.checksum 56 upload "$FILES" > files.checksum
|
/external/skqp/src/utils/ |
SkWhitelistTypefaces.cpp | 173 uint32_t checksum = compute_checksum(tf); local 174 if (whitelist[whitelistIndex].fChecksum != checksum) { 177 SkDebugf("!!! checksum changed !!!\n"); 179 SkDebugf("checksum updated\n"); 180 SkDebugf(" { \"%s\", 0x%08x },\n", fontName, checksum); 182 whitelist[whitelistIndex].fChecksum = checksum; 211 uint32_t checksum = compute_checksum(tf.get()); local 212 if (whitelist[i].fChecksum != checksum) { 266 uint32_t checksum = compute_checksum(tf.get()); local 267 line.printf(checksumEntry, fontName, checksum); [all...] |
/external/skqp/tools/skqp/ |
upload_model | 29 rm -f files.checksum 56 upload "$FILES" > files.checksum
|
/external/syslinux/com32/gpllib/acpi/ |
rsdp.c | 49 cp_struct(&r->checksum); 75 printf(" checksum : %u\n", r->checksum); 81 printf(" extended checksum : %u\n", r->extended_checksum);
|
/prebuilts/go/darwin-x86/src/hash/adler32/ |
adler32.go | 5 // Package adler32 implements the Adler-32 checksum. 11 // Adler-32 checksum is stored as s2*65536 + s1 in most- 29 // The size of an Adler-32 checksum in bytes. 32 // digest represents the partial evaluation of a checksum. 38 // New returns a new hash.Hash32 computing the Adler-32 checksum. Its 91 // Add p to the running checksum d. 133 // Checksum returns the Adler-32 checksum of data. 134 func Checksum(data []byte) uint32 { return uint32(update(1, data)) }
|
/prebuilts/go/linux-x86/src/hash/adler32/ |
adler32.go | 5 // Package adler32 implements the Adler-32 checksum. 11 // Adler-32 checksum is stored as s2*65536 + s1 in most- 29 // The size of an Adler-32 checksum in bytes. 32 // digest represents the partial evaluation of a checksum. 38 // New returns a new hash.Hash32 computing the Adler-32 checksum. Its 91 // Add p to the running checksum d. 133 // Checksum returns the Adler-32 checksum of data. 134 func Checksum(data []byte) uint32 { return uint32(update(1, data)) }
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
WordListMetadata.java | 57 final String rawChecksum, final String checksum, final int retryCount, 67 mChecksum = checksum; 89 final String checksum = values.getAsString(MetadataDbHelper.CHECKSUM_COLUMN); local 102 || null == checksum 112 checksum, retryCount, localFilename, remoteFilename, version, formatVersion,
|
/external/deqp/external/ |
fetch_sources.py | 61 def __init__(self, url, filename, checksum, baseDir, extractDir = "src", postExtract=None): 65 self.checksum = checksum 77 if self.getExtractedChecksum() != self.checksum: 80 self.storeExtractedChecksum(self.checksum) 90 return computeChecksum(readFile(archiveFile)) == self.checksum 105 def storeExtractedChecksum (self, checksum): 106 checksum_bytes = checksum.encode("utf-8") 131 checksum = computeChecksum(data) 134 if checksum != self.checksum [all...] |
/external/skia/src/gpu/ |
GrProgramDesc.h | 57 // Gets the a checksum of the key. Can be used as a hash value for a fast lookup in a cache. 123 uint32_t* checksum = this->atOffset<uint32_t, GrProgramDesc::kChecksumOffset>(); local 124 *checksum = 0; // We'll hash through these bytes, so make sure they're initialized. 125 *checksum = SkOpts::hash(fKey.begin(), keyLength); 139 // 2. uint32_t for a checksum.
|