Home
last modified time | relevance | path

Searched refs:Begin (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/third_party/boost/boost/units/detail/
Dheterogeneous_conversion.hpp28 template<class Begin, class Y>
38 template<class Begin, class Y>
40 typedef typename Begin::next next;
44 typename mpl::times<X2, typename Begin::item>::type
53 template<class Begin>
56 typename Begin::item,
57 typename Next::template apply<typename Begin::next>::type
70 template<class Begin>
73 typename Begin::next,
74 typename Begin::item
[all …]
Ddimension_impl.hpp48 template<class Begin, int N, class T>
51 typename Begin::item,
53 typename Begin::next,
64 template<class Begin, int N, class T>
66 typedef typename push_front_or_add<Begin, T>::type type;
72 template<class Begin, class T>
74 …typedef typename insertion_sort_dims_comparison_impl<mpl::less<typename Begin::item, T>::value>::t…
75 Begin,
84 template<class Begin, class T>
92 template<class Begin>
[all …]
Dsort.hpp39 template<class Begin, int N, class T>
42 typename Begin::item,
44 typename Begin::next,
54 template<class Begin, int N, class T>
56 typedef list<T, Begin> type;
62 template<class Begin, class T>
64 …typedef typename insertion_sort_comparison_impl<mpl::less<typename Begin::item, T>::value>::templa…
65 Begin,
74 template<class Begin, class T>
82 template<class Begin>
[all …]
Dlinear_algebra.hpp70 template<class Begin, class Divisor>
72 …typename mpl::divides<typename Begin::item, Divisor>::type, typename divide_equation<N - 1>::templ…
78 template<class Begin, class Divisor>
607 template<class Begin, class S>
610 typename Begin::next,
615 (has_key<next, typename Begin::item::tag_type>::value)
618 typename Begin::item::tag_type
625 template<class Begin, class S>
633 template<class Begin>
635 …typedef typename find_base_dimensions_impl_impl<(Begin::item::dimension_type::size::value)>::templ…
[all …]
/third_party/boost/boost/algorithm/string/detail/
Dfinder.hpp55 ForwardIteratorT Begin, in operator ()()
62 for(input_iterator_type OuterIt=Begin; in operator ()()
122 ForwardIteratorT Begin, in operator ()()
133 return findit( Begin, End, category() ); in operator ()()
141 ForwardIteratorT Begin, in findit()
150 result_type M=first_finder( Begin, End ); in findit()
166 ForwardIteratorT Begin, in findit()
175 OuterIt!=Begin; ) in findit()
242 ForwardIteratorT Begin, in operator ()()
247 return find_forward(Begin, End, m_Nth); in operator ()()
[all …]
Dsequence.hpp32 ForwardIteratorT Begin, in insert() argument
35 Input.insert( At, Begin, End ); in insert()
74 ForwardIteratorT Begin, in operator ()()
78 ForwardIteratorT InsertIt=Begin; in operator ()()
110 ForwardIteratorT Begin, in operator ()()
114 if ( Begin!=End ) in operator ()()
118 Input.insert( At, Begin, End ); in operator ()()
122 Input.insert( Input.begin(), Begin, End ); in operator ()()
137 ForwardIteratorT Begin, in operator ()()
144 Input, From, To, Begin, End ); in operator ()()
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.dsp27 # Begin Project
150 # Begin Target
156 # Begin Group "Source Files"
159 # Begin Source File
163 # Begin Source File
167 # Begin Source File
171 # Begin Source File
175 # Begin Source File
179 # Begin Source File
183 # Begin Source File
[all …]
/third_party/freetype/builds/windows/visualc/
Dfreetype.dsp27 # Begin Project
150 # Begin Target
156 # Begin Group "Source Files"
159 # Begin Source File
163 # Begin Source File
167 # Begin Source File
171 # Begin Source File
175 # Begin Source File
179 # Begin Source File
183 # Begin Source File
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualc/
Dfreetype.dsp27 # Begin Project
150 # Begin Target
156 # Begin Group "Source Files"
159 # Begin Source File
163 # Begin Source File
167 # Begin Source File
171 # Begin Source File
175 # Begin Source File
179 # Begin Source File
183 # Begin Source File
[all …]
/third_party/boost/libs/pfr/include/boost/pfr/detail/
Dmake_flat_tuple_of_references.hpp33 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size>
34 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_…
36 template <class TupleOrUserType, class Getter, std::size_t Begin>
37 …<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_t_<0>) noex…
39 template <class TupleOrUserType, class Getter, std::size_t Begin>
40 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_…
73 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size>
74 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references() argument
77 detail::make_flat_tuple_of_references(t, g, size_t_<Begin>{}, size_t_<next_size>{}), in make_flat_tuple_of_references()
78 …detail::make_flat_tuple_of_references(t, g, size_t_<Begin + Size / 2>{}, size_t_<Size - next_size>… in make_flat_tuple_of_references()
[all …]
Dfields_count.hpp109 template <std::size_t Begin, std::size_t Last>
110 using is_one_element_range = std::integral_constant<bool, Begin == Last>;
116 template <class T, std::size_t Begin, std::size_t Middle>
119 Begin == Middle, in detect_fields_count()
122 return Begin; in detect_fields_count()
125 template <class T, std::size_t Begin, std::size_t Middle>
128 template <class T, std::size_t Begin, std::size_t Middle>
132 constexpr std::size_t next_v = Middle + (Middle - Begin + 1) / 2; in detect_fields_count()
136 template <class T, std::size_t Begin, std::size_t Middle>
138 constexpr std::size_t next_v = Begin + (Middle - Begin) / 2; in detect_fields_count()
[all …]
/third_party/boost/boost/pfr/detail/
Dmake_flat_tuple_of_references.hpp33 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size>
34 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_…
36 template <class TupleOrUserType, class Getter, std::size_t Begin>
37 …<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_t_<0>) noex…
39 template <class TupleOrUserType, class Getter, std::size_t Begin>
40 constexpr auto make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_…
73 template <class TupleOrUserType, class Getter, std::size_t Begin, std::size_t Size>
74 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references() argument
77 detail::make_flat_tuple_of_references(t, g, size_t_<Begin>{}, size_t_<next_size>{}), in make_flat_tuple_of_references()
78 …detail::make_flat_tuple_of_references(t, g, size_t_<Begin + Size / 2>{}, size_t_<Size - next_size>… in make_flat_tuple_of_references()
[all …]
Dfields_count.hpp109 template <std::size_t Begin, std::size_t Last>
110 using is_one_element_range = std::integral_constant<bool, Begin == Last>;
116 template <class T, std::size_t Begin, std::size_t Middle>
119 Begin == Middle, in detect_fields_count()
122 return Begin; in detect_fields_count()
125 template <class T, std::size_t Begin, std::size_t Middle>
128 template <class T, std::size_t Begin, std::size_t Middle>
132 constexpr std::size_t next_v = Middle + (Middle - Begin + 1) / 2; in detect_fields_count()
136 template <class T, std::size_t Begin, std::size_t Middle>
138 constexpr std::size_t next_v = Begin + (Middle - Begin) / 2; in detect_fields_count()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualce/
Dfreetype.dsp28 # Begin Project
185 # Begin Target
193 # Begin Group "Source Files"
196 # Begin Source File
200 # Begin Source File
204 # Begin Source File
208 # Begin Source File
212 # Begin Source File
216 # Begin Source File
220 # Begin Source File
[all …]
/third_party/freetype/builds/windows/visualce/
Dfreetype.dsp28 # Begin Project
185 # Begin Target
193 # Begin Group "Source Files"
196 # Begin Source File
200 # Begin Source File
204 # Begin Source File
208 # Begin Source File
212 # Begin Source File
216 # Begin Source File
220 # Begin Source File
[all …]
/third_party/skia/third_party/externals/freetype/builds/windows/visualce/
Dfreetype.dsp28 # Begin Project
185 # Begin Target
193 # Begin Group "Source Files"
196 # Begin Source File
200 # Begin Source File
204 # Begin Source File
208 # Begin Source File
212 # Begin Source File
216 # Begin Source File
220 # Begin Source File
[all …]
/third_party/boost/boost/fusion/support/detail/
Dsegmented_fold_until_impl.hpp82 typename Begin
92 typename Begin
97 , bool IsDone = result_of::equal_to<Begin, End>::type::value
222 …template <typename Begin, typename End, typename State, typename Context, typename Fun, bool IsEmp…
227 push_context<Begin, End, Context>
238 typename result_of::deref<Begin>::type
253 typename result_of::next<Begin>::type
278 static type call(Begin const& beg, End const& end, State const& state in call()
285 static type call(Begin const& beg, End const& end, State const& state in call()
301 static type call(Begin const& beg, End const& end, State const& state in call()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() argument
134 ptrdiff_t TaskSize = std::distance(Begin, End) / 1024; in parallel_for_each()
139 while (TaskSize < std::distance(Begin, End)) { in parallel_for_each()
140 TG.spawn([=, &Fn] { std::for_each(Begin, Begin + TaskSize, Fn); }); in parallel_for_each()
141 Begin += TaskSize; in parallel_for_each()
143 std::for_each(Begin, End, Fn); in parallel_for_each()
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() argument
148 ptrdiff_t TaskSize = (End - Begin) / 1024; in parallel_for_each_n()
153 IndexTy I = Begin; in parallel_for_each_n()
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.cpp61 MachineBasicBlock::iterator Begin, in printRegion() argument
66 auto BB = Begin->getParent(); in printRegion()
69 auto I = Begin; in printRegion()
92 MachineBasicBlock::iterator Begin, in printLivenessInfo() argument
95 const auto BB = Begin->getParent(); in printLivenessInfo()
98 const auto LiveIns = getLiveRegsBefore(*Begin, *LIS); in printLivenessInfo()
113 printRegion(OS, R->Begin, R->End, LIS, 1); in printRegions()
114 printLivenessInfo(OS, R->Begin, R->End, LIS); in printRegions()
125 printRegion(OS, R->Begin, R->End, LIS); in printSchedResult()
151 auto BB = R.Begin->getParent(); in BuildDAG()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringExtras.h161 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
164 if (Begin == End) in join_impl()
167 S += (*Begin); in join_impl()
168 while (++Begin != End) { in join_impl()
170 S += (*Begin); in join_impl()
176 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
179 if (Begin == End) in join_impl()
182 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl()
183 for (IteratorT I = Begin; I != End; ++I) in join_impl()
184 Len += (*Begin).size(); in join_impl()
[all …]
/third_party/icu/tools/colprobe/
Dcolprobe.dsp24 # Begin Project
83 # Begin Target
87 # Begin Group "Source Files"
90 # Begin Source File
94 # Begin Source File
98 # Begin Source File
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
115 # Begin Group "Header Files"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DLazyRandomTypeCollection.cpp230 auto Begin = Types.begin(); in fullScanForType() local
243 Begin = Types.at(Offset); in fullScanForType()
244 ++Begin; in fullScanForType()
248 while (Begin != End) { in fullScanForType()
252 Records[Idx].Type = *Begin; in fullScanForType()
253 Records[Idx].Offset = Begin.offset(); in fullScanForType()
255 ++Begin; in fullScanForType()
264 void LazyRandomTypeCollection::visitRange(TypeIndex Begin, uint32_t BeginOffset, in visitRange() argument
270 while (Begin != End) { in visitRange()
271 LargestTypeIndex = std::max(LargestTypeIndex, Begin); in visitRange()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h298 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
301 if (Begin == End) in join_impl()
304 S += (*Begin); in join_impl()
305 while (++Begin != End) { in join_impl()
307 S += (*Begin); in join_impl()
313 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() argument
316 if (Begin == End) in join_impl()
319 size_t Len = (std::distance(Begin, End) - 1) * Separator.size(); in join_impl()
320 for (IteratorT I = Begin; I != End; ++I) in join_impl()
321 Len += (*Begin).size(); in join_impl()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode-iOS/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj9 /* Begin PBXBuildFile section */
13 /* Begin PBXFileReference section */
18 /* Begin PBXFrameworksBuildPhase section */
28 /* Begin PBXGroup section */
72 /* Begin PBXNativeTarget section */
92 /* Begin PBXProject section */
107 /* Begin PBXResourcesBuildPhase section */
117 /* Begin PBXSourcesBuildPhase section */
128 /* Begin PBXVariantGroup section */
131 /* Begin XCBuildConfiguration section */
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSlotIndexes.cpp179 MachineBasicBlock::iterator Begin, in repairIndexesInRange() argument
185 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
186 --Begin; in repairIndexesInRange()
190 bool includeStart = (Begin == MBB->begin()); in repairIndexesInRange()
195 startIdx = getInstructionIndex(*Begin); in repairIndexesInRange()
211 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()
218 bool MBBIAtBegin = MBBI == Begin && (!includeStart || pastStart); in repairIndexesInRange()
222 if (MBBI != Begin) in repairIndexesInRange()
227 if (MBBI != Begin) in repairIndexesInRange()
240 for (MachineBasicBlock::iterator I = End; I != Begin;) { in repairIndexesInRange()

12345678910>>...39