/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
|
/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/lzma/CS/7zip/Common/ |
D | CRC.cs | 5 class CRC class 9 static CRC() in CRC() method in SevenZip.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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | CrashRecoveryTest.cpp | 49 CrashRecoveryContext CRC; in TEST() local 57 CrashRecoveryContext CRC; in TEST() local
|
/external/llvm/include/llvm/Support/ |
D | JamCRC.h | 37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | JamCRC.h | 37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CrashRecoveryContext.cpp | 27 CrashRecoveryContext *CRC; member 324 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local 336 CrashRecoveryContext *CRC; member
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 33 CrashRecoveryContext *CRC; member 389 CrashRecoveryContext *CRC; member 409 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
|
/external/lzma/Java/SevenZip/ |
D | CRC.java | 5 public class CRC class
|
D | LzmaBench.java | 116 public CRC CRC = new CRC(); field in LzmaBench.CrcOutStream
|
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 620 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 770 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local 862 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local 965 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 1038 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C); in TEST() local 1108 LazyCallGraph::RefSCC &CRC = *CG.lookupRefSCC(C1); in TEST() local
|
/external/llvm/unittests/Analysis/ |
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
|
/external/zlib/src/contrib/ada/ |
D | zlib.ads | 323 CRC : Unsigned_32; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFileBuilder.cpp | 177 JamCRC CRC(0); in finalizeMsfLayout() local
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 122 public CRC CRC = new CRC(); field in SevenZip.LzmaBench.CrcOutStream
|
/external/u-boot/drivers/dma/ |
D | MCD_dmaApi.c | 81 #define CRC 2 /* legacy - not used */ macro
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 885 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv() local 939 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit() local
|
/external/u-boot/include/ |
D | lattice.h | 171 #define CRC 0x47 /* macro
|
/external/scapy/scapy/tools/ |
D | UTscapy.py | 618 FORMAT, VERB, ONLYFAILED, CRC, autorun_func, pos_begin=0, ignore_globals=None): argument
|