Home
last modified time | relevance | path

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

123

/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/leveldb/util/
Dcrc32c_test.cc12 TEST(CRC, StandardResults) { in TEST() argument
41 TEST(CRC, Values) { ASSERT_NE(Value("a", 1), Value("foo", 3)); } in TEST() argument
43 TEST(CRC, Extend) { in TEST() argument
47 TEST(CRC, Mask) { in TEST() argument
/external/swiftshader/third_party/llvm-16.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.cpp33 CrashRecoveryContext *CRC; member
494 CrashRecoveryContext *CRC; member
519 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
DProcess.cpp96 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
/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/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/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/rust/android-crates-io/crates/crc/src/
Dlib.rs86 const CRC: Crc<u32> = Crc::<u32>::new(&CRC_32_ISCSI); in test_clone() constant
/external/coreboot/src/include/
Dcrc_byte.h37 #define CRC(buf, size, crc_func) ({ \ macro
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/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/llvm/lib/Support/
DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
355 CrashRecoveryContext *CRC; member
375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
/external/zopfli/src/zopfli/
Dgzip_container.c75 static unsigned long CRC(const unsigned char* data, size_t size) { in CRC() function
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp101 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
/external/lzma/CPP/7zip/Archive/Zip/
DZipAddCommon.h26 UInt32 CRC; member
/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/lzma/CPP/7zip/Archive/Rar/
DRarHeader.h160 UInt16 CRC; member
/external/lzma/Asm/x86/
D7zCrcOpt.asm38 CRC macro op:req, dest:req, src:req, t:req macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp176 JamCRC CRC(0); in finalizeMsfLayout() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp181 JamCRC CRC(0); in finalizeMsfLayout() local
/external/cronet/stable/third_party/abseil-cpp/absl/crc/internal/
Dcrc.cc427 CRC::CRC() {} in CRC() function in absl::crc_internal::CRC

123