Home
last modified time | relevance | path

Searched refs:End (Results 1 – 25 of 3300) sorted by relevance

12345678910>>...132

/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp57 LLVM_NODISCARD IdInfo lexIdentifier(const char *First, const char *const End);
59 const char *const End);
60 LLVM_NODISCARD bool minimizeImpl(const char *First, const char *const End);
61 LLVM_NODISCARD bool lexPPLine(const char *&First, const char *const End);
62 LLVM_NODISCARD bool lexAt(const char *&First, const char *const End);
63 LLVM_NODISCARD bool lexModule(const char *&First, const char *const End);
64 LLVM_NODISCARD bool lexDefine(const char *&First, const char *const End);
65 LLVM_NODISCARD bool lexPragma(const char *&First, const char *const End);
66 LLVM_NODISCARD bool lexEndif(const char *&First, const char *const End);
68 const char *&First, const char *const End);
[all …]
/external/perfetto/test/trace_processor/chrome/
Dscroll_flow_event.out9 2709,544967888829,2000,0,"STEP_DRAW_AND_SWAP",544967890829,544977012829,544977012829,2709,"End"
10 2709,544977012829,1000,0,"End",544977013829,"[NULL]",544966000403,2711,"AsyncBegin"
17 2711,544978840829,8000,0,"STEP_DRAW_AND_SWAP",544978848829,544988619829,544988619829,2711,"End"
18 2711,544988619829,2000,0,"End",544988621829,"[NULL]",544983000403,2715,"AsyncBegin"
25 2715,545001087829,8000,0,"STEP_DRAW_AND_SWAP",545001095829,545011097829,545011097829,2715,"End"
26 2715,545011097829,2000,0,"End",545011099829,"[NULL]",544991000403,2717,"AsyncBegin"
33 2717,545011641829,5000,0,"STEP_DRAW_AND_SWAP",545011646829,545021756829,545021756829,2717,"End"
34 2717,545021756829,9000,0,"End",545021765829,"[NULL]",544999000403,2719,"AsyncBegin"
41 2719,545023105829,8000,0,"STEP_DRAW_AND_SWAP",545023113829,545033749829,545033749829,2719,"End"
42 2719,545033749829,2000,0,"End",545033751829,"[NULL]",545007000403,2721,"AsyncBegin"
[all …]
/external/tcpdump/win32/prj/
DWinDump.dsp89 # End Source File
93 # End Source File
97 # End Source File
101 # End Source File
105 # End Source File
109 # End Source File
113 # End Source File
117 # End Source File
121 # End Source File
125 # End Source File
[all …]
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSFXCon.dsp92 # End Source File
96 # End Source File
101 # End Source File
105 # End Source File
106 # End Group
113 # End Source File
117 # End Source File
121 # End Source File
125 # End Source File
129 # End Source File
[all …]
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp97 # End Source File
101 # End Source File
105 # End Source File
109 # End Source File
113 # End Source File
117 # End Source File
121 # End Source File
125 # End Source File
129 # End Source File
133 # End Source File
[all …]
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSFXWin.dsp129 # End Source File
133 # End Source File
134 # End Group
141 # End Source File
145 # End Source File
149 # End Source File
153 # End Source File
157 # End Source File
161 # End Source File
165 # End Source File
[all …]
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSFXSetup.dsp128 # End Source File
133 # End Source File
137 # End Source File
138 # End Group
142 # End Group
149 # End Source File
153 # End Source File
157 # End Source File
161 # End Source File
165 # End Source File
[all …]
/external/lzma/CPP/7zip/Bundles/Alone7z/
DAlone.dsp148 # End Source File
152 # End Source File
156 # End Source File
160 # End Source File
164 # End Source File
168 # End Source File
172 # End Source File
176 # End Source File
180 # End Source File
184 # End Source File
[all …]
/external/llvm/lib/CodeGen/
DSafeStackLayout.cpp27 OS << " " << i << ": [" << Regions[i].Start << ", " << Regions[i].End in print()
51 unsigned LastRegionEnd = Regions.empty() ? 0 : Regions.back().End; in layoutObject()
53 unsigned End = Start + Obj.Size; in layoutObject() local
54 Regions.emplace_back(Start, End, Obj.Range); in layoutObject()
55 ObjectOffsets[Obj.Handle] = End; in layoutObject()
63 unsigned End = Start + Obj.Size; in layoutObject() local
64 DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n"); in layoutObject()
66 DEBUG(dbgs() << " Examining region: " << R.Start << " .. " << R.End in layoutObject()
68 assert(End >= R.Start); in layoutObject()
69 if (Start >= R.End) { in layoutObject()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.cpp32 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 …]
/external/llvm-project/llvm/lib/CodeGen/
DSafeStackLayout.cpp31 OS << " " << i << ": [" << Regions[i].Start << ", " << Regions[i].End in print()
56 unsigned LastRegionEnd = Regions.empty() ? 0 : Regions.back().End; in layoutObject()
58 unsigned End = Start + Obj.Size; in layoutObject() local
59 Regions.emplace_back(Start, End, Obj.Range); in layoutObject()
60 ObjectOffsets[Obj.Handle] = End; in layoutObject()
68 unsigned End = Start + Obj.Size; in layoutObject() local
69 LLVM_DEBUG(dbgs() << " First candidate: " << Start << " .. " << End << "\n"); in layoutObject()
71 LLVM_DEBUG(dbgs() << " Examining region: " << R.Start << " .. " << R.End in layoutObject()
73 assert(End >= R.Start); in layoutObject()
74 if (Start >= R.End) { in layoutObject()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h84 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 …]
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaCon.dsp92 # End Source File
96 # End Source File
97 # End Group
104 # End Source File
108 # End Source File
112 # End Source File
116 # End Source File
120 # End Source File
121 # End Group
128 # End Source File
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DParallel.h80 RandomAccessIterator End, in medianOf3() argument
82 RandomAccessIterator Mid = Start + (std::distance(Start, End) / 2); in medianOf3()
83 return Comp(*Start, *(End - 1)) in medianOf3()
84 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start) in medianOf3()
85 : End - 1) in medianOf3()
86 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1) in medianOf3()
91 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() argument
94 if (std::distance(Start, End) < detail::MinParallelSize || Depth == 0) { in parallel_quick_sort()
95 llvm::sort(Start, End, Comp); in parallel_quick_sort()
100 auto Pivot = medianOf3(Start, End, Comp); in parallel_quick_sort()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/vc/cares/
Dvc6cares.dsp154 # End Source File
158 # End Source File
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
[all …]
/external/swiftshader/tests/regres/cov/
Dspan.go54 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 …]
/external/clang/include/clang/Analysis/Support/
DBumpVector.h59 T *Begin, *End, *Capacity; variable
63 : Begin(nullptr), End(nullptr), Capacity(nullptr) { in BumpVector()
70 destroy_range(Begin, End); in ~BumpVector()
91 iterator end() { return End; } in end()
92 const_iterator end() const { return End; } in end()
100 bool empty() const { return Begin == End; } in empty()
101 size_type size() const { return End-Begin; } in size()
104 assert(Begin + idx < End);
108 assert(Begin + idx < End);
127 --End; in pop_back()
[all …]
/external/speex/win32/libspeexdsp/
Dlibspeexdsp.dsp93 # End Source File
97 # End Source File
101 # End Source File
105 # End Source File
109 # End Source File
113 # End Source File
117 # End Source File
121 # End Source File
125 # End Source File
129 # End Source File
[all …]
/external/llvm-project/clang/include/clang/Analysis/Support/
DBumpVector.h61 T *End = nullptr; variable
73 destroy_range(Begin, End); in ~BumpVector()
94 iterator end() { return End; } in end()
95 const_iterator end() const { return End; } in end()
105 bool empty() const { return Begin == End; } in empty()
106 size_type size() const { return End-Begin; } in size()
109 assert(Begin + idx < End);
113 assert(Begin + idx < End);
132 --End; in pop_back()
133 End->~T(); in pop_back()
[all …]
/external/pcre/dist2/testdata/
Dtestoutput8-32-220 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 …]
Dtestoutput8-16-420 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 …]
Dtestoutput8-8-420 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 …]
Dtestoutput8-8-320 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 …]
Dtestoutput8-16-320 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 …]
Dtestoutput8-32-420 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 …]

12345678910>>...132