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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
libgcov.c 170 /* A program checksum allows us to distinguish program data for an
564 program's checksum to make sure we only accumulate whole program
892 if (is_program && program.checksum == gcov_crc32)
960 else if (!all.checksum
968 all.checksum = ~0u;
1102 program.checksum = gcov_crc32;
    [all...]
  /dalvik/docs/
embedded-vm-control.html 227 <p>For performance reasons, the checksum on "optimized" DEX files is
240 <p>To enable extended DEX checksum verification:
  /development/build/tools/
mk_sdk_repo_xml.sh 391 <sdk:checksum type='sha1'>$SHA1</sdk:checksum>
  /external/chromium/chrome/common/
metrics_helpers.cc 540 // The checksum should have caught this, so crash separately if it didn't.
544 // Checksum corruption might not have caused order corruption.
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 214 "block checksum mismatch",
215 "checksum mismatch",
  /external/chromium_org/third_party/sqlite/src/test/
tester.tcl 946 # Read the 'checksum' of the database.
948 set checksum [cksum]
1065 # If an IO error occured, then the checksum of the database should
    [all...]
  /external/e2fsprogs/debugfs/
set_fields.c 193 { "checksum", &set_gd.bg_checksum, 2, parse_gd_csum },
424 printf("Checksum set to 0x%04x\n",
  /external/kernel-headers/original/asm-x86/
voyager.h 129 __u16 assembly_cksum; /* asm checksum */
138 checksum */
  /external/kernel-headers/original/linux/
pnp.h 149 unsigned char checksum; /* if zero - checksum passed */ member in struct:pnp_card
  /external/llvm/lib/IR/
GCOV.cpp 96 Buff.readInt(); // Checksum #1
98 Buff.readInt(); // Checksum #2
  /external/tcpdump/
print-eigrp.c 44 u_int8_t checksum[2]; member in struct:eigrp_common_header
261 EXTRACT_16BITS(&eigrp_com_header->checksum),
  /art/runtime/
dex_file.cc 84 bool DexFile::GetChecksum(const std::string& filename, uint32_t* checksum) {
85 CHECK(checksum != NULL);
101 *checksum = zip_entry->GetCrc32();
109 *checksum = dex_file->GetHeader().checksum_;
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h 132 // If this flag is set, the delta window includes an Adler32 checksum
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 20 // ASCII whitespace. The dictionary contains its own checksum when saved on
  /external/chromium_org/components/autofill/core/browser/
validation.cc 88 // Unlike all the other supported types, UnionPay cards lack Luhn checksum
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-buildbot.py 132 archive['checksum'] = { 'sha1': sha1_hash.hexdigest() }
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 218 // original result if successful, propogates the error if the checksum does
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiff_defs.h 132 // If this flag is set, the delta window includes an Adler32 checksum
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 123 /* CheckSum :: The table checksum. This value can be ignored. */
133 FT_ULong CheckSum; /* table checksum */
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table.cc 121 // requiring checksum verification in Table::Open.
  /external/chromium_org/third_party/zlib/
adler32.c 1 /* adler32.c -- compute the Adler-32 checksum of a data stream
  /external/clang/include/clang/Frontend/
CodeGenOptions.def 34 CODEGENOPT(CoverageExtraChecksum, 1, 0) ///< Whether we need a second checksum for functions in GCNO files.
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 201 /* Initialize the default seed for the hash checksum functions */
  /external/freetype/include/freetype/internal/
tttypes.h 123 /* CheckSum :: The table checksum. This value can be ignored. */
133 FT_ULong CheckSum; /* table checksum */
    [all...]
  /external/grub/stage2/
bios.c 230 unsigned char checksum;
228 unsigned char checksum; member in struct:drive_parameters

Completed in 1078 milliseconds

<<31323334353637383940>>