Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/hash/
Dcrc32c_test.cc24 TEST(CRC, StandardResults) { in TEST() argument
59 TEST(CRC, Values) { ASSERT_NE(Value("a", 1), Value("foo", 3)); } in TEST() argument
61 TEST(CRC, Extend) { in TEST() argument
65 TEST(CRC, Mask) { in TEST() argument
74 TEST(CRC, ValuesWithCord) { in TEST() argument
78 TEST(CRC, ExtendWithCord) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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()
DCrashRecoveryContext.cpp37 CrashRecoveryContext *CRC; member
457 CrashRecoveryContext *CRC; member
480 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
DProcess.cpp94 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
/external/clang/test/CodeGen/
Dsse42-builtins.c101 unsigned int test_mm_crc32_u8(unsigned int CRC, unsigned char V) { in test_mm_crc32_u8()
107 unsigned int test_mm_crc32_u16(unsigned int CRC, unsigned short V) { in test_mm_crc32_u16()
113 unsigned int test_mm_crc32_u32(unsigned int CRC, unsigned int V) { in test_mm_crc32_u32()
119 unsigned long long test_mm_crc32_u64(unsigned long long CRC, unsigned long long V) { in test_mm_crc32_u64()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DCRC.java26 class CRC { class
94 CRC() { in CRC() method in CRC
/external/lzma/CS/7zip/Common/
DCRC.cs5 class CRC class
9 static CRC() in CRC() method in SevenZip.CRC
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
355 CrashRecoveryContext *CRC; member
375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/external/llvm/include/llvm/Support/
DJamCRC.h37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/external/zopfli/src/zopfli/
Dgzip_container.c75 static unsigned long CRC(const unsigned char* data, size_t size) { in CRC() function
/external/lzma/Java/SevenZip/
DCRC.java5 public class CRC class
DLzmaBench.java116 public CRC CRC = new CRC(); field in LzmaBench.CrcOutStream
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp101 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
/external/lzma/Asm/x86/
D7zCrcOpt.asm23 CRC macro op:req, dest:req, src:req, t:req macro
DXzCrc64Opt.asm111 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req macro
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp493 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local
618 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local
687 LazyCallGraph::RefSCC &CRC = *I; in TEST() local
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib.ads323 CRC : Unsigned_32; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp176 JamCRC CRC(0); in finalizeMsfLayout() local
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs122 public CRC CRC = new CRC(); field in SevenZip.LzmaBench.CrcOutStream
/external/clang/tools/libclang/
DIndexing.cpp885 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv() local
939 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit() local
DCIndexCodeCompletion.cpp825 llvm::CrashRecoveryContext CRC; in clang_codeCompleteAt() local
/external/scapy/scapy/tools/
DUTscapy.py618 FORMAT, VERB, ONLYFAILED, CRC, autorun_func, pos_begin=0, ignore_globals=None): argument
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcord_internal.h180 CRC = 2, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp624 uint32_t CRC = writeSectionContents(Asm, Layout, MCSec); in writeSection() local

12