Searched refs:JC (Results 1 – 6 of 6) sorted by relevance
22 /var/log/auth.log 600 7 100 @0101T JC24 /var/log/cron 600 3 100 * JC26 /var/log/debug.log 600 7 100 * JC29 /var/log/lpd-errs 644 7 100 * JC30 /var/log/maillog 640 7 * @T00 JC31 /var/log/messages 644 5 100 @0101T JC34 /var/log/ppp.log root:network 640 3 100 * JC35 /var/log/devd.log 644 3 100 * JC36 /var/log/security 600 10 100 * JC40 /var/log/xferlog 600 7 100 * JC
81 JamCRC JC(/*Init=*/0U); in hashBufferV8() local82 JC.update(Buf); in hashBufferV8()83 return JC.getCRC(); in hashBufferV8()
126 JamCRC JC(/*Init=*/0U); in hashTypeRecord() local127 JC.update(Rec.data()); in hashTypeRecord()128 return JC.getCRC(); in hashTypeRecord()
607 JamCRC JC(/*Init=*/0); in writeSectionContents() local608 JC.update(makeArrayRef(reinterpret_cast<uint8_t*>(Buf.data()), Buf.size())); in writeSectionContents()609 return JC.getCRC(); in writeSectionContents()
614 JamCRC JC; in computeCFGHash() local627 JC.update(Indexes); in computeCFGHash()634 (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()640 << " CRC = " << JC.getCRC() in computeCFGHash()
3490 llvm::JamCRC JC; in mangleStringLiteral() local3492 JC.update(GetLittleEndianByte(I)); in mangleStringLiteral()3496 Mangler.mangleNumber(JC.getCRC()); in mangleStringLiteral()