Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/newsyslog/
HDnewsyslog.conf18 /var/log/auth.log 600 7 1000 @0101T JC
20 /var/log/cron 600 3 1000 * JC
22 /var/log/debug.log 600 7 1000 * JC
25 /var/log/maillog 640 7 * @T00 JC
26 /var/log/messages 644 5 1000 @0101T JC
28 /var/log/devd.log 644 3 1000 * JC
29 /var/log/security 600 10 1000 * JC
32 /var/log/daemon.log 644 5 1000 @0101T JC
/freebsd-13-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-13-stable/sys/contrib/device-tree/Bindings/hwmon/
HDjc42.txt1 Properties for Jedec JC-42.4 compatible temperature sensors
7 Must include "jedec,jc-42.4-temp" for any Jedec JC-42.4
/freebsd-13-stable/usr.sbin/newsyslog/newsyslog.conf.d/
HDftp.conf1 /var/log/xferlog 600 7 1000 * JC
HDlpr.conf1 /var/log/lpd-errs 644 7 1000 * JC
HDppp.conf1 /var/log/ppp.log root:network 640 3 1000 * JC
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleProfileProbe.cpp272 JamCRC JC; in computeCFGHash() local
289 JC.update(Indexes); in computeCFGHash()
292 (uint64_t)Indexes.size() << 32 | JC.getCRC(); in computeCFGHash()
298 << " CRC = " << JC.getCRC() << ", Edges = " in computeCFGHash()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDBlockCoverageInference.cpp78 JamCRC JC; in getInstrumentedBlocksHash() local
84 JC.update(Data); in getInstrumentedBlocksHash()
88 return JC.getCRC(); in getInstrumentedBlocksHash()
HDGCOVProfiling.cpp944 JamCRC JC; in emitProfileNotes() local
945 JC.update(EdgeDestinations); in emitProfileNotes()
946 uint32_t Stamp = JC.getCRC(); in emitProfileNotes()
HDPGOInstrumentation.cpp642 JamCRC JC; in computeCFGHash() local
653 JC.update(Indexes); in computeCFGHash()
673 FunctionHash = (((uint64_t)JCH.getCRC()) << 28) + JC.getCRC(); in computeCFGHash()
680 << " CRC = " << JC.getCRC() in computeCFGHash()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDWinCOFFObjectWriter.cpp590 JamCRC JC(/*Init=*/0); in writeSectionContents() local
591 JC.update(ArrayRef(reinterpret_cast<uint8_t *>(Buf.data()), Buf.size())); in writeSectionContents()
592 return JC.getCRC(); in writeSectionContents()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDMicrosoftMangle.cpp4210 llvm::JamCRC JC; in mangleStringLiteral() local
4212 JC.update(GetLittleEndianByte(I)); in mangleStringLiteral()
4216 Mangler.mangleNumber(JC.getCRC()); in mangleStringLiteral()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td2344 def JC : MnemonicAlias<"jc", "brc">;