Searched refs:ContentHash (Results 1 – 3 of 3) sorted by relevance
66 uint64_t ContentHash; member
1704 uint32_t ContentHash[2]; member1779 uint64_t ContentHash = 0; in WriteInputFiles() local1785 ContentHash = xxh3_64bits(MemBuff->getBuffer()); in WriteInputFiles()1790 Entry.ContentHash[0] = uint32_t(ContentHash); in WriteInputFiles()1791 Entry.ContentHash[1] = uint32_t(ContentHash >> 32); in WriteInputFiles()1847 RecordData::value_type Record[] = {INPUT_FILE_HASH, Entry.ContentHash[0], in WriteInputFiles()1848 Entry.ContentHash[1]}; in WriteInputFiles()
2524 R.ContentHash = (static_cast<uint64_t>(Record[1]) << 32) | in getInputFileInfo()2560 uint64_t StoredContentHash = FI.ContentHash; in getInputFile()2645 auto ContentHash = xxh3_64bits(MemBuffOrError.get()->getBuffer()); in getInputFile() local2646 if (StoredContentHash == static_cast<uint64_t>(ContentHash)) in getInputFile()