Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp81 JamCRC JC(/*Init=*/0U); in hashBufferV8() local
82 JC.update(Buf); in hashBufferV8()
83 return JC.getCRC(); in hashBufferV8()
H A DTpiHashing.cpp126 JamCRC JC(/*Init=*/0U); in hashTypeRecord() local
127 JC.update(Rec.data()); in hashTypeRecord()
128 return JC.getCRC(); in hashTypeRecord()
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dmcore-opc.h28 JC, JU, JL, RSI, DO21, OB2 enumerator
184 { "jbt", JC, 0, 0xE000 },
185 { "jbf", JC, 0, 0xE800 },
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmcore-opc.h28 JC, JU, JL, RSI, DO21, OB2 enumerator
184 { "jbt", JC, 0, 0xE000 },
185 { "jbf", JC, 0, 0xE800 },
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp230 JamCRC JC; in computeCFGHash() local
241 JC.update(Indexes); in computeCFGHash()
244 (uint64_t)Indexes.size() << 32 | JC.getCRC(); in computeCFGHash()
250 << " CRC = " << JC.getCRC() << ", Edges = " in computeCFGHash()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3571.crt11 fSnn4wgIOVePvd1SJsmK9ZZ3Kd7+X5OJYPE0iC5383HtuWJ4+JC/sNPpteaPXkM+
H A D3001.crt20 JC/E9HlsfDC0DgdHQ+IuoKJgpcFRuHy9/y6AQXDP1Q2ab2l5aappA1j/iVyI4Bg2
H A D2524.key17 +9nKGv76xPd4PUw0p2nhM/JC/34HuksVIBDREEyI4ebog/69AqYE9MocjQdVxhXm
H A D368.key15 F2FmyUcLf7ebcqsQnVm7XwIL8ky5IbOOBG7v954K17vqKEgKOVCG5JcCgYEAm/JC
H A D1639.chain13 RLxG18ge9N0XvDJEfTbakcOMk7oBEfAX4fwhGdY4OX5dyJ0M/JC/KsN/qhhHXN0E
H A D1578.chain15 DRI+JC/BvzlyVF3mvsDZsdiZNlMj2olhBA519+/5m6674gpEHFdZrN/fVW/irp0q
/openbsd-src/regress/lib/libcrypto/certs/9a/
H A Droots.pem16 JC+sa/sbWSxhPE1yG7VhRIitRwGYDkS9sTdHWVTGETo/TWQ1EFzjCsrQaLGvL4/a
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp599 JamCRC JC(/*Init=*/0); in writeSectionContents() local
600 JC.update(ArrayRef(reinterpret_cast<uint8_t *>(Buf.data()), Buf.size())); in writeSectionContents()
601 return JC.getCRC(); in writeSectionContents()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp607 JamCRC JC; in computeCFGHash() local
620 JC.update(Indexes); in computeCFGHash()
629 (uint64_t)MST.AllEdges.size() << 32 | JC.getCRC(); in computeCFGHash()
644 FunctionHash = (((uint64_t)JCH.getCRC()) << 28) + JC.getCRC(); in computeCFGHash()
652 << " CRC = " << JC.getCRC() in computeCFGHash()
H A DGCOVProfiling.cpp936 JamCRC JC; in emitProfileNotes() local
937 JC.update(EdgeDestinations); in emitProfileNotes()
938 uint32_t Stamp = JC.getCRC(); in emitProfileNotes()
/openbsd-src/sys/dev/i2c/
H A Dfiles.i2c190 # SO-DIMM (JC-42.4) temperature sensor
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMicrosoftMangle.cpp3915 llvm::JamCRC JC; in mangleStringLiteral() local
3917 JC.update(GetLittleEndianByte(I)); in mangleStringLiteral()
3921 Mangler.mangleNumber(JC.getCRC()); in mangleStringLiteral()
/openbsd-src/sys/arch/alpha/conf/
H A DGENERIC313 sdtemp* at iic? # SO-DIMM (JC-42.4) temperature
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mcore.c1457 case JC: in md_assemble()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mcore.c1508 case JC:
/openbsd-src/sys/arch/amd64/conf/
H A DGENERIC187 sdtemp* at iic? # SO-DIMM (JC-42.4) temperature
/openbsd-src/sys/arch/i386/conf/
H A DGENERIC175 sdtemp* at iic? # SO-DIMM (JC-42.4) temperature
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A Dmktables14447 my $JC = property_ref('Join_Control'); # Wasn't in release 1
14448 if (defined $JC) {
14449 $Word += $JC->table('Y');