/external/libnfc-nci/src/adaptation/ |
libmain.c | 113 unsigned short checksum = 0; local 114 size_t actualReadCrc = read (fileStream, &checksum, sizeof(checksum)); 174 unsigned short checksum = crcChecksumCompute (pBuffer, nbytes); local 175 size_t actualWrittenCrc = write (fileStream, &checksum, sizeof(checksum)); 178 if ((actualWrittenData == nbytes) && (actualWrittenCrc == sizeof(checksum)))
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 188 * The computed TCP checksum 207 /* Checksum the pseudo-header */ 215 /* Checksum the TCP header and data */ 310 /* Compute and verify TCP checksum -- do not touch a packet with a bad 311 checksum */ 314 syslog(LOG_ERR, "Bad TCP checksum %x", (unsigned int) csum); 377 /* Recompute TCP checksum */
|
/external/kernel-headers/original/linux/ |
skbuff.h | 30 #include <net/checksum.h> 50 * NONE: device failed to checksum this packet. 53 * UNNECESSARY: device parsed packet and wouldbe verified checksum. 59 * HW: the most generic way. Device supplied checksum of _all_ 70 * from skb->h.raw to the end and to record the checksum 75 * NETIF_F_HW_CSUM - it is clever device, it is able to checksum 202 * @csum: Checksum 208 * @ip_summed: Driver fed us an IP checksum [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
dbghelp.h | 389 DWORD CheckSum; 413 DWORD CheckSum; 443 DWORD CheckSum; 456 DWORD CheckSum; 524 DWORD CheckSum; 542 DWORD CheckSum; [all...] |
/external/guava/guava/src/com/google/common/io/ |
Files.java | 46 import java.util.zip.Checksum; 563 * Computes and returns the checksum value for a file. 564 * The checksum object is reset when this method returns successfully. 567 * @param checksum the checksum object 568 * @return the result of {@link Checksum#getValue} after updating the 569 * checksum object with all of the bytes in the file 572 public static long getChecksum(File file, Checksum checksum) 574 return ByteStreams.getChecksum(newInputStreamSupplier(file), checksum); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 389 DWORD CheckSum; 413 DWORD CheckSum; 443 DWORD CheckSum; 456 DWORD CheckSum; 524 DWORD CheckSum; 542 DWORD CheckSum; [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
ArraysTest.java | [all...] |
/external/chromium/base/metrics/ |
histogram_unittest.cc | 390 uint32 checksum = i; local 393 if (checksum & 1) 394 checksum = kReversedPolynomial ^ (checksum >> 1); 396 checksum >>= 1; 398 EXPECT_EQ(Histogram::kCrcTable[i], checksum);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/ |
OpenTypeUtilities.cpp | 68 BigEndianULong checkSum; 359 // Rounded up to a multiple of 4 to simplify the checksum calculation. 394 // Update the table checksum in the directory entry. 395 rewrittenSfnt->tables[t].checkSum = 0; 397 rewrittenSfnt->tables[t].checkSum = rewrittenSfnt->tables[t].checkSum + reinterpret_cast<BigEndianULong*>(name)[i];
|
/external/openfst/src/include/fst/ |
symbol-table.h | 159 string CheckSum() const { 181 // if the checksum is up-to-date (requiring no recomputation). 335 // added to the table will result in an updated checksum. 337 virtual string CheckSum() const { 338 return impl_->CheckSum(); 341 // Same as CheckSum(), but this returns an label-dependent version.
|
/cts/tools/dex-tools/src/dex/reader/ |
DexFileReader.java | 36 private int checksum = 0; field in class:DexFileReader 112 // CHECKSUM (1, U_INT) 114 checksum = b.readUInt();
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_file.h | 55 // MD5Digest checksum; // Checksum over preceeding data. 101 // TODO(shess): By using a checksum, this code can avoid doing an
|
/external/chromium/sdch/open-vcdiff/src/ |
headerparser.cc | 291 VCDChecksum* checksum) { 296 ParseChecksum("Adler32 checksum value", checksum);
|
/external/chromium_org/sdch/open-vcdiff/src/ |
headerparser.cc | 291 VCDChecksum* checksum) { 296 ParseChecksum("Adler32 checksum value", checksum);
|
/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/chromium_org/third_party/skia/src/sfnt/ |
SkOTUtils.cpp | 146 // Update the table checksum in the directory entry. 147 nameTableEntry->checksum = SkEndian_SwapBE32(SkOTUtils::CalcTableChecksum(reinterpret_cast<SK_OT_ULONG*>(nameTable), nameTableLogicalSize)); 149 // Update the checksum adjustment in the head table.
|
/external/open-vcdiff/src/ |
headerparser.cc | 291 VCDChecksum* checksum) { 296 ParseChecksum("Adler32 checksum value", checksum);
|
/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/skia/src/sfnt/ |
SkOTUtils.cpp | 146 // Update the table checksum in the directory entry. 147 nameTableEntry->checksum = SkEndian_SwapBE32(SkOTUtils::CalcTableChecksum(reinterpret_cast<SK_OT_ULONG*>(nameTable), nameTableLogicalSize)); 149 // Update the checksum adjustment in the head table.
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/ |
ml_stored_data.c | 123 * size is 2777 bytes (header and checksum included). 162 * Test and its size is 36 bytes (header and checksum included). 210 len is the total record length including header and checksum */
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/ |
ml_stored_data.c | 127 * size is 2777 bytes (header and checksum included). 166 * Test and its size is 36 bytes (header and checksum included). 214 len is the total record length including header and checksum */
|
/libcore/dex/src/main/java/com/android/dex/ |
TableOfContents.java | 56 public int checksum; field in class:TableOfContents 82 checksum = headerIn.readInt(); 168 out.writeInt(checksum);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ShortName.java | 99 * Calculates the checksum that is used to test a long file name for it's 102 * @return the {@code ShortName}'s checksum 104 public byte checkSum() {
|
/art/runtime/gc/space/ |
image_space.cc | 266 LOG(ERROR) << "Failed to match oat file checksum " << std::hex << oat_checksum 267 << " to expected oat checksum " << std::hex << image_oat_checksum 280 LOG(WARNING) << "ValidateOatFile could not find checksum for " << dex_file_location; 284 LOG(WARNING) << "ValidateOatFile found checksum mismatch between oat file "
|
/art/runtime/ |
image.h | 126 // Checksum of the oat file we link to for load time sanity check.
|