/aosp_15_r20/external/tensorflow/tensorflow/core/lib/hash/ |
H A D | crc32c_test.cc | 24 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 D | crc32c_test.cc | 12 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 D | sse42-builtins.c | 101 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 D | CrashRecoveryContext.cpp | 33 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 D | CrashRecoveryContext.cpp | 37 CrashRecoveryContext *CRC; member 457 CrashRecoveryContext *CRC; member 480 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
H A D | CRC.cpp | 75 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 D | Process.cpp | 94 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 33 CrashRecoveryContext *CRC; member 494 CrashRecoveryContext *CRC; member 519 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
H A D | CRC.cpp | 75 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 D | Process.cpp | 96 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 D | CRC.java | 26 class CRC { class 94 CRC() { in CRC() method in CRC
|
/aosp_15_r20/external/llvm/unittests/Analysis/ |
H A D | LazyCallGraphTest.cpp | 493 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/ |
D | CRC.h | 47 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 D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | CRC.h | 47 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 D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | crc_byte.h | 37 #define CRC(buf, size, crc_func) ({ \ macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | JamCRC.h | 37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/aosp_15_r20/external/zopfli/src/zopfli/ |
H A D | gzip_container.c | 75 static unsigned long CRC(const unsigned char* data, size_t size) { in CRC() function
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 101 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipAddCommon.h | 26 UInt32 CRC; member
|
/aosp_15_r20/hardware/st/secure_element/ese-spi-driver/utils-lib/ |
D | Atp.h | 51 typedef enum { LRC, CRC } ChecksumType; enumerator
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/ |
H A D | RarHeader.h | 160 UInt16 CRC; member
|