/external/llvm/test/Object/ |
D | yaml2obj-coff-multi-doc.test | 35 CheckSum: 0 75 CheckSum: 0
|
D | obj2yaml.test | 48 COFF-I386-NEXT: CheckSum: 0 61 COFF-I386-NEXT: CheckSum: 0 141 COFF-X86-64-NEXT: CheckSum: 0 154 COFF-X86-64-NEXT: CheckSum: 0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | yaml2obj-coff-multi-doc.test | 35 CheckSum: 0 75 CheckSum: 0
|
D | obj2yaml.test | 50 COFF-I386-NEXT: CheckSum: 0 63 COFF-I386-NEXT: CheckSum: 0 143 COFF-X86-64-NEXT: CheckSum: 0 156 COFF-X86-64-NEXT: CheckSum: 0 229 COFF-ARMNT-NEXT: CheckSum: 879026160 242 COFF-ARMNT-NEXT: CheckSum: 0 255 COFF-ARMNT-NEXT: CheckSum: 0 307 COFF-ARM64-NEXT: CheckSum: 35579893 320 COFF-ARM64-NEXT: CheckSum: 0 333 COFF-ARM64-NEXT: CheckSum: 0
|
/external/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
|
/external/u-boot/include/ |
D | pe.h | 91 uint32_t CheckSum; member 137 uint32_t CheckSum; /* 0x40 */ member
|
/external/sfntly/cpp/src/test/ |
D | test_utils.h | 84 static int64_t CheckSum(ByteArray* b, int32_t offset, int32_t length);
|
/external/freetype/src/truetype/ |
D | ttobjs.c | 251 if ( face->dir_tables[i].CheckSum ) in tt_get_sfnt_checksum() 252 return face->dir_tables[i].CheckSum; in tt_get_sfnt_checksum() 271 FT_ULong CheckSum; member 481 if ( sfnt_id[j][k].CheckSum == checksum ) in tt_check_trickyness_sfnt_ids()
|
/external/freetype/src/sfnt/ |
D | ttload.c | 192 FT_FRAME_ULONG( CheckSum ), in check_table_dir() 425 entry.CheckSum = FT_GET_ULONG(); in tt_face_load_font_dir() 454 entry.CheckSum, in tt_face_load_font_dir() 469 entry.CheckSum )); in tt_face_load_font_dir()
|
D | sfobjs.c | 520 table->CheckSum = FT_GET_ULONG(); in woff_open_font() 530 table->CheckSum )); in woff_open_font() 649 WRITE_ULONG( sfnt_header, table->CheckSum ); in woff_open_font()
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 147 FT_ULong CheckSum; /* table checksum */ member 222 FT_ULong CheckSum; /* uncompressed checksum */ member
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | COFF.h | 395 uint32_t CheckSum; member 512 uint32_t CheckSum; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 446 uint32_t CheckSum; member 560 uint32_t CheckSum; member
|
/external/llvm/include/llvm/Support/ |
D | COFF.h | 390 uint32_t CheckSum; member 507 uint32_t CheckSum; member
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 182 YAMLASD.CheckSum = ObjSD->CheckSum; in dumpSectionDefinition()
|
/external/harfbuzz_ng/src/ |
D | hb-open-file.hh | 73 CheckSum checkSum; /* CheckSum for this table. */ 171 CheckSum checksum; in serialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 245 YAMLASD.CheckSum = ObjSD->CheckSum; in dumpSectionDefinition()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | COFF.h | 281 uint32_t CheckSum; member
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 113 support::ulittle32_t CheckSum; member 148 support::ulittle32_t CheckSum; member 492 support::ulittle32_t CheckSum; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 538 Aux->CheckSum = 0; in writeSymbolTable() 557 Aux->CheckSum = 0; in writeSymbolTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 127 support::ulittle32_t CheckSum; member 162 support::ulittle32_t CheckSum; member 513 support::ulittle32_t CheckSum; member
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1571 UInt32 CheckSum; member 1595 p->CheckSumDefined ? &p->CheckSum : NULL, p->Hasher, in CrcThreadFunction() 1705 UInt32 CheckSum; member 2288 info.CheckSum = *checkSum; in CrcBench() 2385 &bench.CheckSum, method, in TotalBench_Hash() 3112 checkSum = &h.CheckSum; in Bench()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 575 writeLE32(i.Aux.SectionDefinition.CheckSum); in WriteAuxiliarySymbols() 1053 SecDef.Aux.SectionDefinition.CheckSum = JC.getCRC(); in writeObject()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 551 W.write<uint32_t>(i.Aux.SectionDefinition.CheckSum); in WriteAuxiliarySymbols() 648 SecDef.Aux.SectionDefinition.CheckSum = CRC; in writeSection()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 648 , unsigned(asd->CheckSum)) in printCOFFSymbolTable()
|