/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 76 unsigned Previous = y - 1; variable 81 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u), 85 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous; 88 Previous = OldRow;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 77 unsigned Previous = y - 1; variable 82 Previous + (FromArray[y-1] == ToArray[x-1] ? 0u : 1u), 86 if (FromArray[y-1] == ToArray[x-1]) Row[x] = Previous; 89 Previous = OldRow;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 143 StringRef Previous; in finalizeStringTable() local 146 if (Previous.endswith(S)) { in finalizeStringTable() 160 Previous = S; in finalizeStringTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 693 auto *Previous = dyn_cast<Instruction>(Phi->getIncomingValueForBlock(Latch)); in isFirstOrderRecurrence() local 694 if (!Previous || !TheLoop->contains(Previous) || isa<PHINode>(Previous) || in isFirstOrderRecurrence() 695 SinkAfter.count(Previous)) // Cannot rely on dominance due to motion. in isFirstOrderRecurrence() 716 if (Previous == I) in isFirstOrderRecurrence() 730 if (DT->dominates(Previous, I)) // We already are good w/o sinking. in isFirstOrderRecurrence() 736 allUsesDominatedBy(I, Previous)) { in isFirstOrderRecurrence() 737 SinkAfter[I] = Previous; in isFirstOrderRecurrence() 742 return allUsesDominatedBy(Phi, Previous); in isFirstOrderRecurrence()
|
D | MemorySSA.cpp | 504 Optional<ListIndex> Previous; member 507 Optional<ListIndex> Previous) in DefPath() 508 : Loc(Loc), First(First), Last(Last), Previous(Previous) {} in DefPath() 511 Optional<ListIndex> Previous) in DefPath() 512 : DefPath(Loc, Init, Init, Previous) {} in DefPath() 706 N = curNode().Previous; in operator ++()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_btree_navigator_test.cc | 132 EXPECT_THAT(nav.Previous(), Eq(nullptr)); in TEST_P() 141 ASSERT_THAT(nav.Previous(), Eq(flats[i])); in TEST_P() 144 EXPECT_THAT(nav.Previous(), Eq(nullptr)); in TEST_P() 156 ASSERT_THAT(nav.Previous(), Eq(flats[i])); in TEST_P() 159 EXPECT_THAT(nav.Previous(), Eq(nullptr)); in TEST_P()
|
D | cord_rep_btree_navigator.h | 97 CordRep* Previous(); 220 inline CordRep* CordRepBtreeNavigator::Previous() { in Previous() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64GenRegisterBankInfo.def | 149 PartialMappingIdx Previous = Order.front(); 156 if (Previous + 1 != Current) 158 Previous = Current;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1State.h | 99 TextureSrc src1Rgb = TextureSrc::Previous; 100 TextureSrc src1Alpha = TextureSrc::Previous;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.h | 57 unsigned Previous; member
|
/third_party/gn/src/gn/ |
D | function_template.cc | 199 Err(existing_template->GetDefinitionRange(), "Previous definition."));
|
/third_party/mesa3d/src/glx/apple/ |
D | RELEASE_NOTES | 30 libGL. Previous versions of the X11 libGL didn't allow getting the newer
|
/third_party/unity/docs/ |
D | UnityChangeLog.md | 8 This project is now tracking changes in more detail. Previous releases get less detailed as
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/ |
D | index.rst | 56 Previous discussions and bug reports are available on the list
|
/third_party/lwip/doc/ |
D | ppp.txt | 479 * Previous PPP API used an integer to identify PPP sessions, we are now 490 * Previous PPP API used CamelCase, we are now using snake_case. 492 * Previous PPP API mixed PPPoS and PPPoE calls, this isn't the case anymore,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.h | 855 const TiXmlAttribute* Previous() const; 856 TiXmlAttribute* Previous() { in Previous() function 857 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Previous() ); in Previous()
|
/third_party/lame/ACM/tinyxml/ |
D | changes.txt | 46 - Fixed TiXmlAttribute::Previous actually returning "next." Thanks
|
/third_party/glib/patch/ |
D | backport-gregex-set-default-max-stack-size-for-PCRE2-JIT-compiler-to-512KiB.patch | 42 Previous default used was 32KiB (the library default) which caused some
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0a4.rst | 18 "[Previous line repeated {count} more times]" by the builtin traceback 210 lines as "[Previous line repeated {count} more times]" (this change then
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | PackedGLEnums_autogen.cpp | 1942 return TextureSrc::Previous; in FromGLenum() 1958 case TextureSrc::Previous: in ToGLenum() 1977 case TextureSrc::Previous: in operator <<()
|
/third_party/lzma/DOC/ |
D | lzma-history.txt | 13 Previous versions by default used x86 filter BCJ or BCJ2 for all exe/dll files. 22 only volumes that still can be changed. Previous versions kept all volumes 145 - Previous versions of 7-Zip could work incorrectly in "Large memory pages" mode in
|
/third_party/selinux/ |
D | README.md | 134 will support passing this flag, but ignore it. Previous clang versions fail.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/ |
D | OcclusionQueries.md | 12 ### Previous implementation
|
/third_party/libsnd/ |
D | AUTHORS | 140 Previous releasers:
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGISel.cpp | 1701 MachineBasicBlock::iterator Previous = SplitPoint; in FindSplitPointForStackProtector() local 1702 --Previous; in FindSplitPointForStackProtector() 1704 while (MIIsInTerminatorSequence(*Previous)) { in FindSplitPointForStackProtector() 1705 SplitPoint = Previous; in FindSplitPointForStackProtector() 1706 if (Previous == Start) in FindSplitPointForStackProtector() 1708 --Previous; in FindSplitPointForStackProtector()
|