Home
last modified time | relevance | path

Searched refs:JC (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/etc/
HDnewsyslog.conf22 /var/log/auth.log 600 7 100 @0101T JC
24 /var/log/cron 600 3 100 * JC
26 /var/log/debug.log 600 7 100 * JC
29 /var/log/lpd-errs 644 7 100 * JC
30 /var/log/maillog 640 7 * @T00 JC
31 /var/log/messages 644 5 100 @0101T JC
34 /var/log/ppp.log root:network 640 3 100 * JC
35 /var/log/devd.log 644 3 100 * JC
36 /var/log/security 600 10 100 * JC
40 /var/log/xferlog 600 7 100 * JC
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDHash.cpp81 JamCRC JC(/*Init=*/0U); in hashBufferV8() local
82 JC.update(Buf); in hashBufferV8()
83 return JC.getCRC(); in hashBufferV8()
HDTpiHashing.cpp126 JamCRC JC(/*Init=*/0U); in hashTypeRecord() local
127 JC.update(Rec.data()); in hashTypeRecord()
128 return JC.getCRC(); in hashTypeRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp607 JamCRC JC(/*Init=*/0); in writeSectionContents() local
608 JC.update(makeArrayRef(reinterpret_cast<uint8_t*>(Buf.data()), Buf.size())); in writeSectionContents()
609 return JC.getCRC(); in writeSectionContents()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp614 JamCRC JC; in computeCFGHash() local
627 JC.update(Indexes); in computeCFGHash()
634 (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()
640 << " CRC = " << JC.getCRC() in computeCFGHash()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp3490 llvm::JamCRC JC; in mangleStringLiteral() local
3492 JC.update(GetLittleEndianByte(I)); in mangleStringLiteral()
3496 Mangler.mangleNumber(JC.getCRC()); in mangleStringLiteral()