/external/pdfium/fxbarcode/ |
cbc_onecode.h | 27 virtual void SetPrintChecksum(bool checksum);
|
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/pdfium/fxjs/xfa/ |
cjx_barcode.h | 20 JS_PROP(checksum);
|
/external/u-boot/arch/x86/include/asm/ |
mrccache.h | 19 u32 checksum; /* IP style checksum */ member in struct:mrc_data_container
|
/external/u-boot/net/ |
ping.c | 36 icmp->checksum = 0; 39 icmp->checksum = compute_ip_checksum(icmp, ICMP_HDR_SIZE); 108 icmph->checksum = 0; 109 icmph->checksum = compute_ip_checksum(icmph, len - IP_HDR_SIZE);
|
/external/vboot_reference/firmware/lib/include/ |
vboot_audio_private.h | 21 uint32_t checksum; /* crc32 over count & all notes */ member in struct:VbDevMusic
|
/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/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/ |
DumpArchiveUtil.java | 37 * Calculate checksum for buffer. 40 * @returns checksum 49 return DumpArchiveConstants.CHECKSUM - 66 //verify checksum... 67 final int checksum = convert32(buffer, 28); local 69 return checksum == calculateChecksum(buffer);
|
/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/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/ |
branch_skqp_dev.sh | 6 set -- platform_tools/android/apps/skqp/src/main/assets/files.checksum \
|
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/ |
branch_skqp_dev.sh | 6 set -- platform_tools/android/apps/skqp/src/main/assets/files.checksum \
|
upload_model | 29 rm -f files.checksum 56 upload "$FILES" > files.checksum
|
/external/u-boot/include/ |
cbfs.h | 47 u32 checksum; member in struct:cbfs_fileheader 58 u32 checksum; member in struct:cbfs_cachenode
|
/external/u-boot/lib/rsa/ |
rsa-checksum.c | 20 int region_count, uint8_t *checksum) 46 ret = algo->hash_finish(algo, ctx, checksum, algo->digest_size);
|
/external/u-boot/arch/x86/lib/ |
mrccache.c | 67 /* Verify checksum */ 68 if (cache->checksum != compute_ip_checksum(cache->data, 70 printf("%s: MRC cache checksum mismatch\n", __func__); 165 u16 checksum; local 176 checksum = compute_ip_checksum(gd->arch.mrc_output, cache->data_size); 177 debug("Saving %d bytes for MRC output data, checksum %04x\n", 178 cache->data_size, checksum); 179 cache->checksum = checksum; 248 debug("Saved MRC data with checksum %04x\n", data->checksum) [all...] |