/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 135 bool isAnti = false; in GetStream() local 140 isAnti = VARIANT_BOOLToBool(propTemp.boolVal); in GetStream() 162 if (!isAnti) in GetStream() 172 if (isAnti) in GetStream() 189 if (!isAnti) in GetStream()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.h | 222 void SetItem_Anti(unsigned index, bool isAnti) in SetItem_Anti() 226 IsAnti[index] = isAnti; in SetItem_Anti()
|
D | 7zOut.cpp | 615 bool isAnti = db.IsItemAnti(i); in WriteHeader() local 616 antiVector[cur] = isAnti; in WriteHeader() 617 if (isAnti) in WriteHeader()
|
D | 7zIn.cpp | 1386 bool isAnti; in ReadHeader() local 1392 isAnti = false; in ReadHeader() 1403 isAnti = BoolVector_Item_IsValidAndTrue(antiFileVector, emptyFileIndex); in ReadHeader() 1409 db.IsAnti[i] = isAnti; in ReadHeader()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | DDGTest.cpp | 124 EXPECT_TRUE(DL.back()->isAnti()); in TEST()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 987 bool isAnti = false; in GetStream() local 988 RINOK(_arc->IsItemAnti(index, isAnti)); in GetStream() 1025 if (!isAnti) in GetStream() 1102 if (isAnti) in GetStream() 1221 if (!isAnti) in GetStream()
|
D | UpdateCallback.h | 38 virtual HRESULT GetStream(const wchar_t *name, bool isDir, bool isAnti, UInt32 mode) x; \
|
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 134 bool isAnti() const; 138 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 128 bool isAnti() const; 132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | SevenZOutputFile.java | 551 final boolean isAnti = file1.isAntiItem(); 552 antiItems.set(antiItemCounter++, isAnti); 553 hasAntiItems |= isAnti;
|
D | SevenZFile.java | 752 BitSet isAnti = null; in readFilesInfo() local 775 isAnti = readBits(header, isEmptyStream.cardinality()); in readFilesInfo() 892 files[i].setAntiItem(isAnti != null && isAnti.get(emptyFileCounter)); in readFilesInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 168 DepResult->isAnti())) in isSafeToMoveBefore()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 512 HRESULT CUpdateCallbackConsole::GetStream(const wchar_t *name, bool /* isDir */, bool isAnti, UInt3… in GetStream() argument 526 if (isAnti) in GetStream()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 129 bool isAnti() const; 133 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CodeMoverUtils.cpp | 383 DepResult->isAnti())) in isSafeToMoveBefore()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 128 if (D->isAnti()) { in populateDependencyMatrix()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 131 D->isFlow() ? "flow" : D->isAnti() ? "anti" : "output"; in populateDependencyMatrix()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 129 D->isFlow() ? "flow" : D->isAnti() ? "anti" : "output"; in populateDependencyMatrix()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 239 bool Dependence::isAnti() const { in isAnti() function in Dependence 602 else if (isAnti()) in dump()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 219 bool Dependence::isAnti() const { in isAnti() function in Dependence 581 else if (isAnti()) in dump()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 239 bool Dependence::isAnti() const { in isAnti() function in Dependence 602 else if (isAnti()) in dump()
|