HomeSort by relevance Sort by last modified time
    Searched refs:End (Results 376 - 400 of 1604) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 177 unsigned End = NumLaneElts / 2;
179 for (unsigned i = Start; i != End; ++i) {
185 End += NumLaneElts;
  /prebuilts/go/darwin-x86/src/cmd/internal/gcprog/
gcprog.go 37 // to describe the data type, and then finally call End.
54 // during future calls to methods like Ptr, Advance, and End.
73 // End marks the end of the program, writing any remaining bytes.
74 func (w *Writer) End() {
80 println("gcprog: End wrote program for", index, "bits, but current index is", w.index)
139 // ZeroUntil is usually called in preparation for a call to Repeat, Append, or End.
181 // Don't emit that, or else our own program will end.
221 println("gcprog: found end instruction after", n, "ptrs, with", len(p), "bytes remaining")
222 panic("gcprog: extra data at end of program"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/gcprog/
gcprog.go 37 // to describe the data type, and then finally call End.
54 // during future calls to methods like Ptr, Advance, and End.
73 // End marks the end of the program, writing any remaining bytes.
74 func (w *Writer) End() {
80 println("gcprog: End wrote program for", index, "bits, but current index is", w.index)
139 // ZeroUntil is usually called in preparation for a call to Repeat, Append, or End.
181 // Don't emit that, or else our own program will end.
221 println("gcprog: found end instruction after", n, "ptrs, with", len(p), "bytes remaining")
222 panic("gcprog: extra data at end of program"
    [all...]
  /system/update_engine/payload_consumer/
xz_extent_writer_unittest.cc 98 EXPECT_TRUE(xz_writer_->End());
116 // Test that no Init() or End() called doesn't crash the program.
123 std::end(kCompressedDataNoCheck)));
129 std::end(kCompressedDataCRC32)));
137 std::end(kCompressed30KiBofA)));
146 EXPECT_TRUE(xz_writer_->End());
153 std::end(kCompressed30KiBofA));
158 EXPECT_TRUE(xz_writer_->End());
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 66 if (I == segments().end()) {
100 if (I->end <= StartIdx)
102 if (I->end < Use)
108 /// by I to end at the specified endpoint. To do this, we should
112 assert(I != segments().end() && "Not a valid segment!");
118 for (; MergeTo != segments().end() && NewEnd >= MergeTo->end; ++MergeTo)
122 S->end = std::max(NewEnd, std::prev(MergeTo)->end);
126 if (MergeTo != segments().end() && MergeTo->start <= I->end &
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
ArmDisassembler.c 90 UINTN Index, Start, End;
99 Start = End = Index;
101 End = Index;
110 if (Start == End) {
116 AsciiStrCat (Str, gReg[End]);
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 195 UINT64 End;
288 FwData->PciWindow32.End = Mmio32MaxExclTop - 1;
292 FwData->PciWindow64.End = 0;
303 "ACPI PciWindow32: Base=0x%08lx End=0x%08lx Length=0x%08lx\n",
305 FwData->PciWindow32.End,
310 "ACPI PciWindow64: Base=0x%08lx End=0x%08lx Length=0x%08lx\n",
312 FwData->PciWindow64.End,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SmmCpuFeaturesLib/
SmmCpuFeaturesLib.c 409 #define SMM_REGISTER_RANGE(Start, End) { Start, End, End - Start + 1 }
416 EFI_SMM_SAVE_STATE_REGISTER End;
521 if (Register >= mSmmCpuRegisterRanges[Index].Start && Register <= mSmmCpuRegisterRanges[Index].End) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmramSaveState.c 39 #define SMM_REGISTER_RANGE(Start, End) { Start, End, End - Start + 1 }
46 EFI_SMM_SAVE_STATE_REGISTER End;
220 if (Register >= mSmmCpuRegisterRanges[Index].Start && Register <= mSmmCpuRegisterRanges[Index].End) {
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 339 /// Holds the pointer value at the end of the loop.
340 const SCEV *End;
351 PointerInfo(Value *PointerValue, const SCEV *Start, const SCEV *End,
354 : PointerValue(PointerValue), Start(Start), End(End),
368 /// Insert a pointer and calculate the start and end SCEVs.
386 : RtCheck(RtCheck), High(RtCheck.Pointers[Index].End),
802 } // End llvm namespace
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 58 BitstreamReader(const unsigned char *Start, const unsigned char *End)
60 init(Start, End);
78 void init(const unsigned char *Start, const unsigned char *End) {
79 assert(((End-Start) & 3) == 0 &&"Bitcode stream not a multiple of 4 bytes");
80 BitcodeBytes.reset(getNonStreamedMemoryObject(Start, End));
166 // pos can be skipped to if it is a valid address or one byte past the end.
239 report_fatal_error("Unexpected end of file");
247 // If we run out of data, stop at the end of the stream.
286 // If we run out of data, stop at the end of the stream.
353 /// Skip to the end of the file
    [all...]
  /external/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 261 static void scanOneBB(Instruction *Start, Instruction *End,
265 for (BasicBlock::iterator BBI(Start), BBE0 = Start->getParent()->end(),
266 BBE1 = BasicBlock::iterator(End);
276 // without encountering end first
288 static void scanInlinedCode(Instruction *Start, Instruction *End,
294 scanOneBB(Start, End, Calls, Seen, Worklist);
298 scanOneBB(&*BB->begin(), End, Calls, Seen, Worklist);
515 std::sort(PollLocations.begin(), PollLocations.end(), OrderByBBName);
517 // We can sometimes end up with duplicate poll locations. This happens if
521 PollLocations.end()),
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamReader.h 56 BitstreamReader(const unsigned char *Start, const unsigned char *End) {
58 init(Start, End);
61 void init(const unsigned char *Start, const unsigned char *End) {
63 LastChar = End;
64 assert(((End-Start) & 3) == 0 &&"Bitcode stream not a multiple of 4 bytes");
274 // If we run out of data, stop at the end of the stream.
514 // Figure out where the end of this blob will be including tail padding.
517 // If this would read off the end of the bitcode file, just set the
643 } // End llvm namespace
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveInterval.h 147 /// program, with an inclusive start point and an exclusive end point.
148 /// These ranges are rendered as [start,end).
151 SlotIndex end; // End point of the interval (exclusive) member in struct:llvm::LiveRange
155 : start(S), end(E), valno(V) {
163 return start <= I && I < end;
170 return (start <= S && S < end) && (start < E && E <= end);
174 return start < LR.start || (start == LR.start && end < LR.end);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
For.c 111 INTN End;
343 // Make sure that an End exists.
426 Info->End = 0;
537 Info->End = 0 - (INTN)ReturnUintn(ArgSetWalker+1);
539 Info->End = (INTN)ReturnUintn(ArgSetWalker);
541 if (Info->Current < Info->End) {
652 if ((Info->Step > 0 && Info->Current > Info->End) || (Info->Step < 0 && Info->Current < Info->End)) {
  /external/clang/lib/Format/
WhitespaceManager.cpp 97 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr));
122 // the end of the line.
166 AlignTokenSequence(unsigned Start, unsigned End, unsigned Column, F &&Matches,
170 for (unsigned i = Start; i != End; ++i) {
204 // Line number of the start and the end of the current token sequence.
228 // Sequences start from the first matching token to align, and end at the
274 // preceding commas, or the scope depth, do not match anymore, end the
293 // If we are restricted by the maximum column width, end the sequence.
398 // Break the comment sequence if the previous line did not end
421 void WhitespaceManager::alignTrailingComments(unsigned Start, unsigned End,
    [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 205 SourceLocation End = DestroyedType.getLocation();
207 End = TInfo->getTypeLoc().getLocalSourceRange().getEnd();
208 return End;
221 UnresolvedSetIterator End)
233 Begin, End);
256 UnresolvedSetIterator End,
272 Results(nullptr), NumResults(End - Begin),
275 NumResults = End - Begin;
278 for (UnresolvedSetImpl::const_iterator I = Begin; I != End; ++I) {
322 UnresolvedSetIterator End) {
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 201 : Predicate(std::move(P)), Iterator(I), End(E) {
216 while (Iterator != End && !Predicate(*Iterator)) {
222 llvm::object::section_iterator End;
233 SectionFilterIterator end() { function in class:__anon26150::SectionFilter
251 FilterSections.end(),
252 String) != FilterSections.end();
559 Result.append(fmtbuf.begin(), fmtbuf.end());
570 Result.append(fmtbuf.begin(), fmtbuf.end());
584 Result.append(fmtbuf.begin(), fmtbuf.end());
601 Result.append(fmtbuf.begin(), fmtbuf.end());
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 124 } // End anonymous namespace.
269 End = --(MachineBasicBlock::reverse_iterator(I1));
272 End = MachineBasicBlock::reverse_iterator(I1);
281 for (; I != End; ++I) {
317 MachineBasicBlock::iterator I(I1), End(I2);
320 End = std::next(MachineBasicBlock::iterator(I2));
328 while(++I != End) {
460 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end(); BI != BE;
466 for(MachineBasicBlock::iterator MI = BI->begin(), End = BI->end();
    [all...]
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 577 SMLoc End) {
581 Op->EndLoc = End;
586 SMLoc Start, SMLoc End) {
590 Op->EndLoc = End;
673 SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
684 return LanaiOperand::createReg(RegNum, Start, End);
699 SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
743 End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1);
752 return LanaiOperand::createImm(Res, Start, End);
757 SMLoc End = SMLoc::getFromPointer(Parser.getTok().getLoc().getPointer() - 1)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 714 // Could check for end-of-file and still in a comment, but
905 // The file buffer pointer will typically get updated before the End-of-file flag in the
937 Error (SourceFile->FileName, SourceFile->LineNum, 0, "end-of-file encountered", "expected string identifier");
1009 "end-of-file encountered",
1101 Error (SourceFile->FileName, SourceFile->LineNum, 0, "end-of-line found in quoted include file name", NULL);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 347 // We don't create a DIE if we have a single Range and the end label
680 if (I != AbstractVariables.end())
799 End = Next.End;
833 for (auto I = Ranges.begin(), E = Ranges.end(); I != E; ++I) {
835 const MachineInstr *End = I->second;
847 auto Last = std::remove_if(OpenRanges.begin(), OpenRanges.end(),
851 OpenRanges.erase(Last, OpenRanges.end());
857 if (End != nullptr)
858 EndLabel = getLabelAfterInsn(End);
    [all...]
  /art/runtime/gc/collector/
mark_compact.cc 101 reinterpret_cast<uintptr_t>(space_->End()),
252 std::vector<StackReference<mirror::Object>> temp(mark_stack_->Begin(), mark_stack_->End());
365 reinterpret_cast<uintptr_t>(space->End()),
377 reinterpret_cast<uintptr_t>(space_->End()),
391 int64_t bytes_freed = reinterpret_cast<int64_t>(space_->End()) -
522 reinterpret_cast<uintptr_t>(space_->End()),
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 524 End = -1
528 End = String[2:].find('"')
533 End = String[2:].find('"')
534 if End >= 0:
537 Comment = Comment[:Start] + String[End + 3:]
538 String = String[:End + 3]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 209 /// Create a location for the end of the statement.
235 /// Create a location for the end of the compound statement.
245 /// Constructs a location for the end of the enclosing declaration body.
246 /// Defaults to the end of brace.
254 /// Create a location corresponding to the next valid ExplodedNode as end
310 PathDiagnosticLocation Start, End;
313 const PathDiagnosticLocation &end)
314 : Start(start), End(end) {}
317 const PathDiagnosticLocation &getEnd() const { return End; }
667 iterator end() { return LPairs.end(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
676 const_iterator end() const { return LPairs.end(); } function in class:clang::ento::PathDiagnosticControlFlowPiece
    [all...]

Completed in 1554 milliseconds

<<11121314151617181920>>