HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 276 - 300 of 463) sorted by null

<<111213141516171819

  /external/chromium_org/printing/
image.cc 55 std::string Image::checksum() const { function in class:printing::Image
  /external/chromium_org/rlz/lib/
rlz_lib.cc 411 // Find the checksum line.
418 // Calculate checksum of message preceeding checksum line.
433 // Find the checksum value on the response.
439 std::string checksum = response_string.substr(checksum_begin, local
441 TrimWhitespaceASCII(checksum, TRIM_ALL, &checksum);
446 return calculated_crc == HexStringToInteger(checksum.c_str());
  /external/chromium_org/third_party/icu/source/test/letest/
FontObject.h 24 le_uint32 checksum; member in struct:DirectoryEntry
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 42 // Gets the a checksum of the key. Can be used as a hash value for a fast lookup in a cache.
175 // The key is 1 uint32_t for the length, followed another for the checksum, the header, and then
195 uint32_t* checksum() { return this->atOffset<uint32_t, kChecksumOffset>(); } function in class:GrGLProgramDesc
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_init.c 122 /* set Li, checksum */
124 zeromem(ocb->checksum, ocb->block_len);
  /external/grub/netboot/
pci.h 82 unsigned char checksum; /* All bytes must add up to zero */ member in struct:bios32::__anon20225
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 37 import java.util.zip.Checksum;
722 * Computes and returns the checksum value for a supplied input stream.
723 * The checksum object is reset when this method returns successfully.
726 * @param checksum the checksum object
727 * @return the result of {@link Checksum#getValue} after updating the
728 * checksum object with all of the bytes in the stream
732 final Checksum checksum) throws IOException {
736 checksum.update(buf, off, len)
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 27 le_uint32 checksum; member in struct:DirectoryEntry
  /external/icu4c/test/letest/
FontObject.h 24 le_uint32 checksum; member in struct:DirectoryEntry
  /external/sfntly/cpp/src/sfntly/
font.h 241 // Get the checksum for this font.
242 int64_t checksum() { return checksum_; } function in class:sfntly::Font
  /external/skia/src/gpu/gl/
GrGLProgramDesc.h 42 // Gets the a checksum of the key. Can be used as a hash value for a fast lookup in a cache.
175 // The key is 1 uint32_t for the length, followed another for the checksum, the header, and then
195 uint32_t* checksum() { return this->atOffset<uint32_t, kChecksumOffset>(); } function in class:GrGLProgramDesc
  /external/srec/srec/include/
utteranc.h 225 unsigned long checksum; member in struct:_UttHeader
  /external/stressapptest/src/
os.h 239 AdlerChecksum *checksum);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
edd.h 167 __u8 checksum; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip_icmp.h 31 u_int16_t checksum; member in struct:icmphdr
142 u_int16_t icmp_cksum; /* ones complement checksum of struct */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 167 __u8 checksum; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 31 u_int16_t checksum; member in struct:icmphdr
142 u_int16_t icmp_cksum; /* ones complement checksum of struct */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
edd.h 167 __u8 checksum; member in struct:edd_device_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
ip_icmp.h 31 u_int16_t checksum; member in struct:icmphdr
142 u_int16_t icmp_cksum; /* ones complement checksum of struct */
  /development/build/tools/
mk_sdk_repo_xml.sh 391 <sdk:checksum type='sha1'>$SHA1</sdk:checksum>
  /external/chromium/chrome/browser/bookmarks/
bookmark_codec_unittest.cc 91 Value* EncodeHelper(BookmarkModel* model, std::string* checksum) {
106 *checksum = computed_checksum;
138 // Stored checksum should be as expected.
213 // Undo the change and make sure the checksum is same as original.
  /external/chromium_org/courgette/
ensemble_apply.cc 120 uint32 checksum = CalculateCrc(base_region_.start(), base_region_.length()); local
121 if (source_checksum_ != checksum)
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 63 checksum[MAXBLOCKSIZE]; /* current checksum */ member in struct:__anon19189
147 checksum[MAXBLOCKSIZE]; /* current checksum */ member in struct:__anon19191
  /external/kernel-headers/original/linux/
netfilter.h 253 __sum16 (*checksum)(struct sk_buff *skb, unsigned int hook, member in struct:nf_afinfo
284 csum = afinfo->checksum(skb, hook, dataoff, protocol);
  /hardware/invensense/60xx/mlsdk/
Android.mk 80 $(MLSDK_ROOT)/mlutils/checksum.c

Completed in 922 milliseconds

<<111213141516171819