Home
last modified time | relevance | path

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

12345

/aosp_15_r20/external/tensorflow/tensorflow/core/lib/hash/
H A 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
/aosp_15_r20/external/leveldb/util/
H A 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
/aosp_15_r20/external/clang/test/CodeGen/
H A 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()
/aosp_15_r20/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
355 CrashRecoveryContext *CRC; member
375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp37 CrashRecoveryContext *CRC; member
457 CrashRecoveryContext *CRC; member
480 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
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 DProcess.cpp94 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
494 CrashRecoveryContext *CRC; member
519 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
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 DProcess.cpp96 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
H A DCRC.java26 class CRC { class
94 CRC() { in CRC() method in CRC
/aosp_15_r20/external/llvm/unittests/Analysis/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/external/coreboot/src/include/
H A Dcrc_byte.h37 #define CRC(buf, size, crc_func) ({ \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DCRC.h47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DJamCRC.h37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/aosp_15_r20/external/zopfli/src/zopfli/
H A Dgzip_container.c75 static unsigned long CRC(const unsigned char* data, size_t size) { in CRC() function
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp101 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipAddCommon.h26 UInt32 CRC; member
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/
DAtp.h51 typedef enum { LRC, CRC } ChecksumType; enumerator
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRarHeader.h160 UInt16 CRC; member

12345