/external/tensorflow/tensorflow/core/lib/hash/ |
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
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | x86-crc-builtins.c | 6 unsigned int test__crc32b(unsigned int CRC, unsigned char V) { in test__crc32b() 12 unsigned int test__crc32w(unsigned int CRC, unsigned short V) { in test__crc32w() 18 unsigned int test__crc32d(unsigned int CRC, unsigned int V) { in test__crc32d() 25 unsigned long long test__crc32q(unsigned long long CRC, unsigned long long V) { in test__crc32q()
|
D | sse42-builtins.c | 99 unsigned int test_mm_crc32_u8(unsigned int CRC, unsigned char V) { in test_mm_crc32_u8() 105 unsigned int test_mm_crc32_u16(unsigned int CRC, unsigned short V) { in test_mm_crc32_u16() 111 unsigned int test_mm_crc32_u32(unsigned int CRC, unsigned int V) { in test_mm_crc32_u32() 118 unsigned long long test_mm_crc32_u64(unsigned long long CRC, unsigned long long V) { in test_mm_crc32_u64()
|
/external/llvm-project/llvm/unittests/Support/ |
D | CrashRecoveryTest.cpp | 63 CrashRecoveryContext CRC; in TEST() local 71 CrashRecoveryContext CRC; in TEST() local 88 CrashRecoveryContext CRC; in TEST() local 95 CrashRecoveryContext CRC; in TEST() local 158 CrashRecoveryContext CRC; in TEST() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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()
|
D | CrashRecoveryContext.cpp | 37 CrashRecoveryContext *CRC; member 457 CrashRecoveryContext *CRC; member 480 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
D | Process.cpp | 94 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
|
/external/llvm-project/llvm/lib/Support/ |
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()
|
D | CrashRecoveryContext.cpp | 35 CrashRecoveryContext *CRC; member 484 CrashRecoveryContext *CRC; member 507 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
D | Process.cpp | 97 if (CrashRecoveryContext *CRC = CrashRecoveryContext::GetCurrent()) in Exit() local
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/ |
D | CRC.java | 26 class CRC { class 94 CRC() { in CRC() method in CRC
|
/external/clang/test/CodeGen/ |
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()
|
/external/lzma/CS/7zip/Common/ |
D | CRC.cs | 5 class CRC class 9 static CRC() in CRC() method in SevenZip.CRC
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/external/llvm/include/llvm/Support/ |
D | JamCRC.h | 37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CRC.h | 47 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 33 CrashRecoveryContext *CRC; member 355 CrashRecoveryContext *CRC; member 375 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
/external/llvm-project/clang/lib/Basic/ |
D | Stack.cpp | 69 llvm::CrashRecoveryContext CRC; in runWithSufficientStackSpaceSlow() local
|
/external/lzma/Java/SevenZip/ |
D | CRC.java | 5 public class CRC class
|
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 98 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.cpp | 101 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
|
/external/zopfli/src/zopfli/ |
D | gzip_container.c | 70 static unsigned long CRC(const unsigned char* buf, int len) { in CRC() function
|
/external/lzma/Asm/x86/ |
D | 7zCrcOpt.asm | 23 CRC macro op:req, dest:req, src:req, t:req macro
|
D | XzCrc64Opt.asm | 111 CRC macro op0:req, op1:req, dest0:req, dest1:req, src:req, t:req macro
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 622 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 772 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local 864 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local 967 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 1040 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 1110 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local
|