Home
last modified time | relevance | path

Searched defs:CRC (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCRC.cpp75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
87 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32()
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
497 CrashRecoveryContext *CRC; member
522 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
H A DProcess.cpp96 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp68 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow() local
/freebsd/usr.bin/cksum/
H A Dcrc32.c22 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff]) macro
/freebsd/sys/geom/raid/
H A Dmd_ddf.h39 uint32_t CRC; member
90 uint32_t CRC; member
164 uint32_t CRC; member
209 uint32_t CRC; member
221 uint32_t CRC; member
278 uint32_t CRC; member
291 uint32_t CRC; member
308 uint32_t CRC; member
329 uint32_t CRC; member
340 uint32_t CRC; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp97 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h74 unsigned CRC : 1; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp185 JamCRC CRC(0); in finalizeMsfLayout() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp432 llvm::CrashRecoveryContext CRC; in Execute() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h334 support::ulittle32_t CRC; // CRC of the original file contents. member
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp634 uint32_t CRC = writeSectionContents(Asm, Layout, *Sec.MCSection); in writeSection() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp975 uint32_t CRC = IS->getCrc32(); in dumpInjectedSources() local
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_image.h190 U32 CRC; /* 0x1C */ member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp1316 std::string_view CRC; in demangleStringLiteral() local
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1159 Elf_Word *CRC = in visit() local