HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 176 - 200 of 964) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 94 } // end of anonymous namespace
128 ReverseIter End = MBB->rend();
129 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End);
132 if ((LastBr == End) ||
136 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End);
140 if ((FirstBr == End) ||
158 NewMBB->splice(NewMBB->end(), MBB, (++LastBr).base(), MBB->end());
165 for (MachineFunction::iterator I = MF->begin(), E = MF->end(); I != E;)
183 ReverseIter End = MBB->rend()
    [all...]
  /external/mesa3d/docs/
MESA_window_pos.spec 112 Begin and End.
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 37 } // end llvm namespace
102 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const {
127 End = FirstInstID;
173 } // end llvm_2_9 namespace
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 37 } // end llvm namespace
102 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const {
127 End = FirstInstID;
173 } // End llvm_2_9_func namespace
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 37 } // end llvm namespace
102 assert(I != TypeMap.end() && "Type not in ValueEnumerator!");
112 assert(I != AttributeMap.end() && "Attribute not in ValueEnumerator!");
119 assert(I != AttributeGroupMap.end() && "Attribute not in ValueEnumerator!");
125 void getFunctionConstantRange(unsigned &Start, unsigned &End) const {
127 End = FirstInstID;
173 } // End llvm_3_2 namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
finder.hpp 18 #include <boost/range/end.hpp>
232 \param End End of the range
240 ForwardIteratorT End )
242 return detail::range_finderF<ForwardIteratorT>( Begin, End );
  /system/media/camera/docs/
CameraMetadataEnums.mako 23 * modify the comment blocks at the start or end.
88 * End generated code
  /external/chromium_org/cc/resources/
texture_uploader.h 65 void End();
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTFwd_RToCCS_S16S32_Sfs_s.S 151 End:
157 .end
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 167 B End
234 @// the first BL would corrupt the flags. This is because the end of
282 BLT End
286 End:
295 .end
  /external/chromium_org/ui/gfx/animation/
linear_animation.cc 56 void LinearAnimation::End() {
60 // NOTE: We don't use AutoReset here as Stop may end up deleting us (by way
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 104 EXPECT_EQ(EndLine, Range.End.Line);
106 EXPECT_EQ(EndColumn, Range.End.Column);
107 return Range.Start.Line == StartLine && Range.End.Line == EndLine &&
108 Range.Start.Column == StartColumn && Range.End.Column == EndColumn;
237 "1:4: Error parsing matcher. Found end-of-code while looking for ')'.",
239 EXPECT_EQ("1:1: End of code found while looking for token.",
247 EXPECT_EQ("1:7: Expected end of code.", ParseWithError("expr()a"));
287 } // end anonymous namespace
288 } // end namespace dynamic
289 } // end namespace ast_matcher
    [all...]
  /external/llvm/include/llvm/ADT/
StringRef.h 98 iterator end() const { return Data + Length; } function in class:llvm::StringRef
129 std::copy(begin(), end(), S);
225 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
417 /// Return a reference to the substring from [Start, End).
423 /// \param End The index following the last character to include in the
427 StringRef slice(size_t Start, size_t End) const {
429 End = min(max(Start, End), Length);
430 return StringRef(Data + Start, End - Start);
  /external/llvm/include/llvm/Support/
StreamableMemoryObject.h 62 /// region, up to the end of the region.
94 /// isObjectEnd - Returns true if the address is one past the end of the
175 const unsigned char *Start, const unsigned char *End);
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 147 MachineBasicBlock::iterator End,
  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 178 TT_uint16_t End;
180 TRangeRecord(): Start(0), End(0), StartCoverageIndex(0) {}
233 TT_uint16_t End;
235 TClassRangeRecord(): Start(0), End(0), Class(0) {}
  /art/runtime/gc/space/
large_object_space.h 78 byte* End() const {
83 return End() - Begin();
88 return Begin() <= byte_obj && byte_obj < End();
94 explicit LargeObjectSpace(const std::string& name, byte* begin, byte* end);
102 // Begin and end, may change as more large objects are allocated.
156 FreeListSpace(const std::string& name, MemMap* mem_map, byte* begin, byte* end);
180 // There is not footer for any allocations at the end of the space, so we keep track of how much
181 // free space there is at the end manually.
188 // Free bytes at the end of the space.
  /external/chromium_org/third_party/freetype/src/sfnt/
ttpost.c 251 " truncating at end of post table (%d byte left)\n",
523 goto End;
546 goto End;
558 End:
563 /* END */
  /external/chromium_org/third_party/libwebp/utils/
thread.c 271 static void End(WebPWorker* const worker) {
291 Init, Reset, Sync, Launch, Execute, End
298 winterface->Execute == NULL || winterface->End == NULL) {
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_fog.c 99 GLfloat end = ctx->Fog.End; local
111 if (ctx->Fog.Start == ctx->Fog.End)
114 d = 1.0F / (ctx->Fog.End - ctx->Fog.Start);
117 GLfloat f = (end - z) * d;
  /external/clang/lib/Basic/
Diagnostic.cpp 33 Output.append(Str.begin(), Str.end());
147 return DiagStatePoints.end() - 1;
151 return DiagStatePoints.end() - 1;
153 DiagStatePointsTy::iterator Pos = DiagStatePoints.end();
157 Pos = std::upper_bound(DiagStatePoints.begin(), DiagStatePoints.end(),
207 assert(Pos != DiagStatePoints.end());
211 I = Pos+1, E = DiagStatePoints.end(); I != E; ++I) {
447 // Get the end of the value. This is either the } or the |.
480 static unsigned PluralNumber(const char *&Start, const char *End) {
483 while (Start != End && *Start >= '0' && *Start <= '9')
    [all...]
  /external/clang/lib/Format/
FormatToken.cpp 121 // Returns the lengths in code points between Begin and End (both included),
124 const FormatToken *End) {
125 assert(End->TotalLength >= Begin->TotalLength);
126 return End->TotalLength - Begin->TotalLength + Begin->ColumnWidth;
142 // The lengths of an item if it is put at the end of the line. This includes
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 61 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
114 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
148 Hints.push_back(FixItHint::CreateInsertion(End, ")"));
  /external/freetype/src/sfnt/
ttpost.c 251 " truncating at end of post table (%d byte left)\n",
523 goto End;
546 goto End;
558 End:
563 /* END */
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 144 /// instruction to the end of its MBB.
173 /// If a SlotIndex in Indices is the end index of a basic block, LI will be
180 /// removing any liveness reachable from Kill. Add live range end points to
262 bool findLiveInMBBs(SlotIndex Start, SlotIndex End,
264 return Indexes->findLiveInMBBs(Start, End, MBBs);
300 /// begin/end on the SlotIndex for BundleStart.
322 MachineBasicBlock::iterator End,
419 } // End llvm namespace

Completed in 1043 milliseconds

1 2 3 4 5 6 78 91011>>