/third_party/boost/boost/algorithm/string/detail/ |
D | finder.hpp | 56 ForwardIteratorT End ) const in operator ()() 63 OuterIt!=End; in operator ()() 68 return result_type( End, End ); in operator ()() 73 InnerIt!=End && SubstrIt!=m_Search.end(); in operator ()() 85 return result_type( End, End ); in operator ()() 123 ForwardIteratorT End ) const in operator ()() 128 return result_type( End, End ); in operator ()() 133 return findit( Begin, End, category() ); in operator ()() 142 ForwardIteratorT End, in findit() 150 result_type M=first_finder( Begin, End ); in findit() [all …]
|
D | sequence.hpp | 33 ForwardIteratorT End ) in insert() argument 35 Input.insert( At, Begin, End ); in insert() 75 ForwardIteratorT End ) in operator ()() 80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ ) in operator ()() 85 if ( InsertIt!=End ) in operator ()() 88 Input.insert( InputIt, InsertIt, End ); in operator ()() 111 ForwardIteratorT End ) 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 ()() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStackLayout.cpp | 32 OS << " " << i << ": [" << Regions[i].Start << ", " << Regions[i].End in print() 57 unsigned LastRegionEnd = Regions.empty() ? 0 : Regions.back().End; in layoutObject() 59 unsigned End = Start + Obj.Size; in layoutObject() local 60 Regions.emplace_back(Start, End, Obj.Range); in layoutObject() 61 ObjectOffsets[Obj.Handle] = End; in layoutObject() 69 unsigned End = Start + Obj.Size; in layoutObject() local 70 LLVM_DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n"); in layoutObject() 72 LLVM_DEBUG(dbgs() << " Examining region: " << R.Start << " .. " << R.End in layoutObject() 74 assert(End >= R.Start); in layoutObject() 75 if (Start >= R.End) { in layoutObject() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Parallel.h | 84 RandomAccessIterator End, in medianOf3() argument 86 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3() 87 return Comp(*Start, *(End - 1)) in medianOf3() 88 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start) in medianOf3() 89 : End - 1) in medianOf3() 90 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1) in medianOf3() 95 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() argument 98 if (std::distance(Start, End) < detail::MinParallelSize || Depth == 0) { in parallel_quick_sort() 99 llvm::sort(Start, End, Comp); in parallel_quick_sort() 104 auto Pivot = medianOf3(Start, End, Comp); in parallel_quick_sort() [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span.go | 54 Start, End Location member 58 return fmt.Sprintf("%v-%v", s.Start, s.End) 68 case s.End.Before(o.End): 70 case o.End.Before(s.End): 80 func (s Span) Inside(o Span) bool { return s.Start.Compare(o.Start) >= 0 && s.End.Compare(o.End) <=… 92 idxStart := sort.Search(len(*l), func(i int) bool { return (*l)[i].End.Compare(s.Start) >= 0 }) 98 idxEnd := sort.Search(len(*l), func(i int) bool { return (*l)[i].Start.Compare(s.End) > 0 }) 104 if last := (*l)[idxEnd-1]; last.End.After(s.End) { 105 s.End = last.End 118 if s.Start == s.End { [all …]
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput8-8-3 | 20 20 End 35 29 End 50 27 End 60 42 End 68 8 End 81 10 End 94 10 End 103 10 End 113 14 End 125 21 End [all …]
|
D | testoutput8-16-3 | 20 15 End 35 23 End 50 22 End 60 24 End 68 6 End 81 8 End 94 8 End 103 8 End 113 11 End 125 16 End [all …]
|
D | testoutput8-32-4 | 20 11 End 35 18 End 50 17 End 60 14 End 68 4 End 81 6 End 94 6 End 103 6 End 113 9 End 125 12 End [all …]
|
D | testoutput8-16-4 | 20 15 End 35 23 End 50 22 End 60 24 End 68 6 End 81 8 End 94 8 End 103 8 End 113 11 End 125 16 End [all …]
|
D | testoutput8-32-2 | 20 11 End 35 18 End 50 17 End 60 14 End 68 4 End 81 6 End 94 6 End 103 6 End 113 9 End 125 12 End [all …]
|
D | testoutput8-8-4 | 20 24 End 35 34 End 50 32 End 60 44 End 68 10 End 81 12 End 94 12 End 103 12 End 113 16 End 125 25 End [all …]
|
D | testoutput8-32-3 | 20 11 End 35 18 End 50 17 End 60 14 End 68 4 End 81 6 End 94 6 End 103 6 End 113 9 End 125 12 End [all …]
|
D | testoutput8-16-2 | 20 11 End 35 18 End 50 17 End 60 22 End 68 4 End 81 6 End 94 6 End 103 6 End 113 9 End 125 12 End [all …]
|
D | testoutput8-8-2 | 20 16 End 35 24 End 50 22 End 60 40 End 68 6 End 81 8 End 94 8 End 103 8 End 113 12 End 125 17 End [all …]
|
/third_party/skia/third_party/externals/freetype/builds/windows/visualc/ |
D | freetype.dsp | 162 # End Source File 166 # End Source File 170 # End Source File 174 # End Source File 178 # End Source File 182 # End Source File 186 # End Source File 190 # End Source File 194 # End Source File 198 # End Source File [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualc/ |
D | freetype.dsp | 162 # End Source File 166 # End Source File 170 # End Source File 174 # End Source File 178 # End Source File 182 # End Source File 186 # End Source File 190 # End Source File 194 # End Source File 198 # End Source File [all …]
|
/third_party/freetype/builds/windows/visualc/ |
D | freetype.dsp | 162 # End Source File 166 # End Source File 170 # End Source File 174 # End Source File 178 # End Source File 182 # End Source File 186 # End Source File 190 # End Source File 194 # End Source File 198 # End Source File [all …]
|
/third_party/boost/libs/algorithm/string/example/ |
D | rle_example.cpp | 46 ForwardIteratorT End ) const in operator ()() 53 input_iterator_type MStart=End; in operator ()() 58 for(input_iterator_type It=Begin; It!=End;) in operator ()() 62 if ( It==End || Cnt>=(std::numeric_limits<value_type>::max)() ) in operator ()() 69 if ( MStart==End ) in operator ()() 80 if ( MStart!=End ) in operator ()() 86 MStart=End; in operator ()() 93 return result_type( End, End ); in operator ()() 144 ForwardIteratorT End ) const in operator ()() 150 for(input_iterator_type It=Begin; It!=End; It++) in operator ()() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | StreamingMemoryObject.cpp | 20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) in RawMemoryObject() argument 21 : FirstChar(Start), LastChar(End) { in RawMemoryObject() 53 uint64_t End = Address + Size; in readBytes() local 54 if (End > BufferSize) in readBytes() 55 End = BufferSize; in readBytes() 57 assert(static_cast<int64_t>(End - Address) >= 0); in readBytes() 58 Size = End - Address; in readBytes() 99 uint64_t End = Address + Size; in readBytes() local 100 if (End > MaxAddress) in readBytes() 101 End = MaxAddress; in readBytes() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/visualce/ |
D | freetype.dsp | 199 # End Source File 203 # End Source File 207 # End Source File 211 # End Source File 215 # End Source File 219 # End Source File 223 # End Source File 227 # End Source File 231 # End Source File 235 # End Source File [all …]
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 40 End point `json:"end"` member 50 var Invalid = Span{v: span{Start: invalidPoint.v, End: invalidPoint.v}} 64 s := Span{v: span{URI: uri, Start: start.v, End: end.v}} 82 return comparePoint(a.v.End, b.v.End) 117 func (s Span) IsPoint() bool { return s.v.Start == s.v.End } 120 func (s Span) End() Point { return Point{s.v.End} } func 157 if !s.End.isValid() || (s.End == point{}) { 158 s.End = s.Start 192 if !s.IsValid() || (!fullForm && s.v.Start.isZero() && s.v.End.isZero()) { 198 printColumn := printLine && (fullForm || (s.v.Start.Column > 1 || s.v.End.Column > 1)) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | span.go | 40 End point `json:"end"` member 50 var Invalid = Span{v: span{Start: invalidPoint.v, End: invalidPoint.v}} 64 s := Span{v: span{URI: uri, Start: start.v, End: end.v}} 82 return comparePoint(a.v.End, b.v.End) 117 func (s Span) IsPoint() bool { return s.v.Start == s.v.End } 120 func (s Span) End() Point { return Point{s.v.End} } func 157 if !s.End.isValid() || (s.End == point{}) { 158 s.End = s.Start 192 if !s.IsValid() || (!fullForm && s.v.Start.isZero() && s.v.End.isZero()) { 198 printColumn := printLine && (fullForm || (s.v.Start.Column > 1 || s.v.End.Column > 1)) [all …]
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 40 End point `json:"end"` member 50 var Invalid = Span{v: span{Start: invalidPoint.v, End: invalidPoint.v}} 64 s := Span{v: span{URI: uri, Start: start.v, End: end.v}} 82 return comparePoint(a.v.End, b.v.End) 117 func (s Span) IsPoint() bool { return s.v.Start == s.v.End } 120 func (s Span) End() Point { return Point{s.v.End} } func 157 if !s.End.isValid() || (s.End == point{}) { 158 s.End = s.Start 192 if !s.IsValid() || (!fullForm && s.v.Start.isZero() && s.v.End.isZero()) { 198 printColumn := printLine && (fullForm || (s.v.Start.Column > 1 || s.v.End.Column > 1)) [all …]
|
/third_party/boost/boost/fusion/support/detail/ |
D | segmented_fold_until_impl.hpp | 83 , typename End 93 , typename End 97 , bool IsDone = result_of::equal_to<Begin, End>::type::value 118 template <typename Cur, typename End, typename Context> 121 typedef iterator_range<Cur, End> range_type; 125 static type call(Cur const& cur, End const& end, Context const& context) in call() 222 …template <typename Begin, typename End, typename State, typename Context, typename Fun, bool IsEmp… 227 push_context<Begin, End, Context> 254 , End 278 static type call(Begin const& beg, End const& end, State const& state in call() [all …]
|
/third_party/freetype/builds/windows/visualce/ |
D | freetype.dsp | 199 # End Source File 203 # End Source File 207 # End Source File 211 # End Source File 215 # End Source File 219 # End Source File 223 # End Source File 227 # End Source File 231 # End Source File 235 # End Source File [all …]
|