Home
last modified time | relevance | path

Searched refs:get_checksum (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/DebugInfo/PDB/DIA/
HDDIASourceFile.cpp41 HRESULT Result = SourceFile->get_checksum(0, &ByteSize, nullptr); in getChecksum()
45 Result = SourceFile->get_checksum(ByteSize, &ByteSize, &ChecksumBytes[0]); in getChecksum()
/NextBSD/contrib/groff/src/utils/tfmtodit/
HDtfmtodit.cpp113 int get_checksum();
234 int tfm::get_checksum() in get_checksum() function in tfm
819 printf("checksum %d\n", t.get_checksum()); in main()