/third_party/node/deps/v8/tools/v8windbg/test/ |
D | debug-callbacks.cc | 61 ULONG CheckSum, ULONG TimeDateStamp) { in LoadModule() argument 84 ULONG ModuleSize, PCSTR ModuleName, PCSTR ImageName, ULONG CheckSum, in CreateProcessW() argument
|
D | debug-callbacks.h | 68 PCSTR ImageName, ULONG CheckSum, 80 ULONG CheckSum, ULONG TimeDateStamp,
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff.c | 219 table->CheckSum = FT_GET_ULONG(); in woff_open_font() 229 table->CheckSum )); in woff_open_font() 348 WRITE_ULONG( sfnt_header, table->CheckSum ); in woff_open_font()
|
D | ttload.c | 191 FT_FRAME_ULONG( CheckSum ), in check_table_dir() 432 entry.CheckSum = FT_GET_ULONG(); in tt_face_load_font_dir() 461 entry.CheckSum, in tt_face_load_font_dir() 476 entry.CheckSum )); in tt_face_load_font_dir()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 389 DWORD CheckSum; member 413 DWORD CheckSum; member 443 DWORD CheckSum; member 456 DWORD CheckSum; member 524 DWORD CheckSum; member 542 DWORD CheckSum; member 932 ULONG32 CheckSum; member 1047 ULONG32 CheckSum; member 1123 ULONG32 CheckSum; member 1199 ULONG CheckSum; member
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils.h | 84 static int64_t CheckSum(ByteArray* b, int32_t offset, int32_t length);
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttobjs.c | 282 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum() 283 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum() 302 FT_ULong CheckSum; member 522 if ( sfnt_id[j][k].CheckSum == checksum ) in tt_check_trickyness_sfnt_ids()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | wofftypes.h | 99 FT_ULong CheckSum; /* uncompressed checksum */ member
|
D | tttypes.h | 145 FT_ULong CheckSum; /* table checksum */ member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 395 uint32_t CheckSum; member 512 uint32_t CheckSum; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 448 uint32_t CheckSum; member 562 uint32_t CheckSum; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-open-file.hh | 72 CheckSum checkSum; /* CheckSum for this table. */ 183 CheckSum checksum; in serialize()
|
D | hb-open-type.hh | 234 struct CheckSum : HBUINT32 struct 236 CheckSum& operator = (uint32_t i) { HBUINT32::operator= (i); return *this; } in operator =() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | COFF.h | 126 support::ulittle32_t CheckSum; member 161 support::ulittle32_t CheckSum; member 515 support::ulittle32_t CheckSum; member
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 128 DWORD CheckSum; // checksum from the pe header member 423 DWORD CheckSum; // checksum from the pe header member 452 DWORD CheckSum; // checksum from the pe header member
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 2347 UInt32 CheckSum; member 2417 CheckSumDefined ? &CheckSum : NULL, Hasher, in Process() 2603 UInt32 CheckSum; member 3295 ci.CheckSum = *checkSum; in CrcBench() 3430 (!fileData && bufSize == (1 << kNumHashDictBits)) ? &bench.CheckSum : NULL, in TotalBench_Hash() 4011 checkSum = &h.CheckSum; in Bench()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 825 Aux->CheckSum = 0; in writeSymbolTable() 844 Aux->CheckSum = 0; in writeSymbolTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 540 W.write<uint32_t>(i.Aux.SectionDefinition.CheckSum); in WriteAuxiliarySymbols() 631 SecDef.Aux.SectionDefinition.CheckSum = CRC; in writeSection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | COFFYAML.cpp | 530 IO.mapRequired("CheckSum", ASD.CheckSum); in mapping()
|
D | COFFEmitter.cpp | 580 << binary_le(i->SectionDefinition->CheckSum) in writeCOFF()
|
/third_party/mindspore/patches/ |
D | 0006-remove-lite-expression-fix-double-loadso.patch | 7690 -void NetRunner::CheckSum(const mindspore::MSTensor &tensor, std::string node_type, int id, std::st… 7733 - CheckSum(after_inputs.at(i), call_param.node_type, i, "in"); 7736 - CheckSum(after_outputs.at(i), call_param.node_type, i, "out"); 7875 - void CheckSum(const mindspore::MSTensor &tensor, std::string node_type, int id, std::string in_o…
|
D | 0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch | 6863 -void NetTrain::CheckSum(MSTensor *tensor, const std::string &node_type, int id, const std::string … 7329 - void CheckSum(MSTensor *tensor, const std::string &node_type, int id, const std::string &in_out); 7607 +void NetTrainBase::CheckSum(MSTensor *tensor, const std::string &node_type, int id, const std::str… 8073 + void CheckSum(MSTensor *tensor, const std::string &node_type, int id, const std::string &in_out);
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 1759 CheckSum
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 4880 <!-- OT::CheckSum* --> 4950 <!-- const OT::CheckSum --> 4952 <!-- const OT::CheckSum* --> 5402 <!-- struct OT::CheckSum --> 5403 …<class-decl name='CheckSum' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/… 5407 <!-- static const unsigned int OT::CheckSum::static_size --> 5411 <!-- static const unsigned int OT::CheckSum::min_size --> 6059 <!-- OT::CheckSum OT::TableRecord::checkSum -->
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 3404 …<class-decl name='CheckSum' size-in-bits='32' is-struct='yes' visibility='default' filepath='/tmp/…
|