Home
last modified time | relevance | path

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

12

/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
/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/lzma/CS/7zip/Common/
DCRC.cs5 class CRC class
9 static CRC() in CRC() method in SevenZip.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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCrashRecoveryTest.cpp49 CrashRecoveryContext CRC; in TEST() local
57 CrashRecoveryContext CRC; in TEST() local
/external/llvm/include/llvm/Support/
DJamCRC.h37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DJamCRC.h37 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() function
/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp27 CrashRecoveryContext *CRC; member
324 CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *) Impl; in getBacktrace() local
336 CrashRecoveryContext *CRC; member
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp33 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/
DCrashRecoveryContext.cpp33 CrashRecoveryContext *CRC; member
389 CrashRecoveryContext *CRC; member
409 if (CrashRecoveryContextImpl *CRC = (CrashRecoveryContextImpl *)Impl) in RunSafelyOnThread() local
/external/lzma/Java/SevenZip/
DCRC.java5 public class CRC class
DLzmaBench.java116 public CRC CRC = new CRC(); field in LzmaBench.CrcOutStream
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp101 llvm::CrashRecoveryContext CRC; in onBodySynthesis() local
/external/zopfli/src/zopfli/
Dgzip_container.c70 static unsigned long CRC(const unsigned char* buf, int len) { in CRC() function
/external/lzma/Asm/x86/
D7zCrcOpt.asm23 CRC macro op:req, dest:req, src:req, t:req macro
DXzCrc64Opt.asm111 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/
DLazyCallGraphTest.cpp620 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/
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/zlib/src/contrib/ada/
Dzlib.ads323 CRC : Unsigned_32; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp177 JamCRC CRC(0); in finalizeMsfLayout() local
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs122 public CRC CRC = new CRC(); field in SevenZip.LzmaBench.CrcOutStream
/external/u-boot/drivers/dma/
DMCD_dmaApi.c81 #define CRC 2 /* legacy - not used */ macro
/external/clang/tools/libclang/
DIndexing.cpp885 llvm::CrashRecoveryContext CRC; in clang_indexSourceFileFullArgv() local
939 llvm::CrashRecoveryContext CRC; in clang_indexTranslationUnit() local
/external/u-boot/include/
Dlattice.h171 #define CRC 0x47 /* macro
/external/scapy/scapy/tools/
DUTscapy.py618 FORMAT, VERB, ONLYFAILED, CRC, autorun_func, pos_begin=0, ignore_globals=None): argument

12