HomeSort by relevance Sort by last modified time
    Searched full:checksum (Results 126 - 150 of 1787) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/block/
vpc.c 70 // Checksum of the Hard Disk Footer ("one's complement of the sum of all
71 // the bytes in the footer without the checksum field")
72 uint32_t checksum; member in struct:vhd_footer
95 uint32_t checksum; member in struct:vhd_dyndisk_header
160 uint32_t checksum; local
169 checksum = be32_to_cpu(footer->checksum);
170 footer->checksum = 0;
171 if (vpc_checksum(s->footer_buf, HEADER_SIZE) != checksum)
172 fprintf(stderr, "block-vpc: The header checksum of '%s' is
    [all...]
  /external/qemu/slirp/
udp.h 49 u_int16_t uh_sum; /* udp checksum */
75 u_long udps_badsum; /* checksum error */
89 #define UDPCTL_CHECKSUM 1 /* checksum UDP packets */
  /external/qemu/slirp-android/
udp.h 51 u_int16_t uh_sum; /* udp checksum */
76 u_long udps_badsum; /* checksum error */
89 #define UDPCTL_CHECKSUM 1 /* checksum UDP packets */
  /external/sfntly/cpp/src/sfntly/table/
table.h 69 // Get the calculated checksum for the data in the table.
84 // Get the checksum for the table from the record header.
85 virtual int64_t header_checksum() { return header_->checksum(); }
  /external/skia/src/core/
SkDescriptor.h 90 // probe to see if we have a good checksum algo
93 // the first value we should look at is the checksum, so this loop
124 const uint32_t* ptr = (const uint32_t*)desc + 1; // skip the checksum field
  /external/e2fsprogs/lib/ext2fs/
csum.c 45 /* Have to swab back to little-endian to do the checksum */
55 offset += sizeof(desc->bg_checksum); /* skip checksum */
57 /* for checksum of struct ext4_group_desc do the rest...*/
158 /* Have to swab back to little-endian to do the checksum */
214 printf("checksum for group 0 should be %04x\n", csum_known);
233 printf("checksums should not depend on checksum field\n");
  /external/chromium/sdch/open-vcdiff/man/
vcdiff.1 47 \fB\-checksum\fR
49 Include an Adler32 checksum of the target data when encoding.
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 95 Value* EncodeHelper(BookmarkModel* model, std::string* checksum) {
110 *checksum = computed_checksum;
144 // Stored checksum should be as expected.
220 // Undo the change and make sure the checksum is same as original.
346 std::string checksum; local
347 scoped_ptr<Value> value(EncodeHelper(model.get(), &checksum));
351 model.reset(DecodeHelper(*value, checksum, &checksum, false));
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
update_operation.h 51 // Flags to specify whether the md5 checksum should be compared to the value
53 // upload takes place only when there is a mismatch in the checksum.
  /external/chromium_org/rlz/lib/
machine_id.cc 45 // The ID should be the SID hash + the Hard Drive SNo. + checksum byte.
72 // Append the checksum byte.
  /external/chromium_org/sdch/open-vcdiff/man/
vcdiff.1 47 \fB\-checksum\fR
49 Include an Adler32 checksum of the target data when encoding.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
mock_drt.py 200 checksum = None
203 checksum = vals[1]
209 return DriverInput(test_name, 0, checksum, self._options.pixel_tests)
220 actual_checksum = 'mock-checksum'
224 actual_checksum = 'not-mock-checksum'
264 uri, timeout, checksum = vals
267 checksum = None
270 return DriverInput(test_name, timeout, checksum, self._options.pixel_tests)
  /external/grub/stage2/
mb_header.h 33 * Checksum
37 unsigned checksum; member in struct:multiboot_header
  /external/open-vcdiff/man/
vcdiff.1 47 \fB\-checksum\fR
49 Include an Adler32 checksum of the target data when encoding.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
HeaderItem.java 57 private int checksum; field in class:HeaderItem
93 checksum = in.readInt(); //checksum
188 out.annotate("checksum");
274 * Get the checksum that was originally stored as part of this header item
279 * @return The addler32 checksum (as an integer) of the dex file
284 return checksum;
293 * @return The sha1 checksum of the dex file, as a 20-element byte array
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.c 97 "message for Integrity Checksum Data");
122 wpa_printf(MSG_DEBUG, "EAP-IKEV2: Valid Integrity Checksum Data in "
  /packages/apps/Launcher3/protos/
backup.proto 32 optional int64 checksum = 4;
37 required int64 checksum = 2;
  /external/tcpdump/
print-ip.c 87 * This is used for UDP and TCP pseudo-header in the checksum
272 * compute an IP header checksum.
306 * Given the host-byte-order value of the checksum field in a packet
307 * header, and the network-byte-order computed checksum of the data
308 * that the checksum covers (including the checksum itself), compute
309 * what the checksum field *should* have been.
317 * The value that should have gone into the checksum field
319 * *but* the checksum field.
321 * We can compute that by subtracting the value of the checksum
    [all...]
  /bionic/libc/include/netinet/
udp.h 41 u_int16_t uh_sum; /* udp checksum */
  /dalvik/libdex/
DexOptData.h 37 * Compute the checksum of the optimized data tables pointed at by the given
  /development/ndk/platforms/android-3/include/linux/
icmp.h 61 __u16 checksum; member in struct:icmphdr
  /development/ndk/platforms/android-3/include/linux/raid/
md.h 27 #include <net/checksum.h>
  /development/ndk/platforms/android-3/include/netinet/
udp.h 41 u_int16_t uh_sum; /* udp checksum */
  /external/apache-http/src/org/apache/commons/codec/
EncoderException.java 22 * such as invalid data, inability to calculate a checksum, characters outside of the
  /external/chromium/sdch/open-vcdiff/src/
checksum.h 17 // with another checksum implementation if desired.

Completed in 1219 milliseconds

1 2 3 4 56 7 8 91011>>