HomeSort by relevance Sort by last modified time
    Searched defs:Last (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Option.c 269 UINT8 *Last;
276 Last = (UINT8 *) Packet + PacketLen - 1;
280 // The last byte is always zero.
282 while (Cur < Last) {
289 if (Cur == Last) {
366 // The last byte must be zero to terminate the options.
  /external/clang/include/clang/Basic/
AddressSpaces.h 39 Last,
40 Count = Last-Offset
  /external/llvm/tools/dsymutil/
NonRelocatableStringpool.h 32 : CurrentEndOffset(0), Sentinel(0), Last(&Sentinel) {
55 // if \p E was the last entry.
65 MapTy::MapEntryTy Sentinel, *Last;
  /external/swiftshader/third_party/subzero/src/
IceRangeSpec.cpp 39 /// Helper function to parse "X" or "X:Y" into First and Last.
49 void getRange(const std::string &Token, uint32_t *First, uint32_t *Last) {
54 *Last = *First + 1;
57 *Last = Tokens[1].empty() ? RangeSpec::RangeMax : std::stoul(Tokens[1]);
61 if (*First >= *Last) {
80 uint32_t First, Last;
81 getRange(Token, &First, &Last);
82 if (Last == RangeSpec::RangeMax) {
85 if (Last >= D->Numbers.size())
86 D->Numbers.resize(Last + 1)
    [all...]
IceMangling.cpp 52 size_t Last;
53 for (Last = OldPos + 1; Last < OldLen; ++Last) {
54 char Ch = OldName[Last];
68 size_t Length = Last - OldPos;
105 OldPos = Last;
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 58 const FieldDecl *Last = nullptr;
60 Last = *Iter;
61 assert(Last && "empty structs should already be handled");
63 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual();
66 Ctx.getAsConstantArrayType(Last->getType())) {
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 102 const SCEV *Last = A->getOperand(A->getNumOperands() - 1);
103 if (Last->getType()->isPointerTy())
104 return GetBaseValue(Last);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 97 const SCEV *Last = A->getOperand(A->getNumOperands()-1);
98 if (Last->getType()->isPointerTy())
99 return GetBaseValue(Last);
  /prebuilts/go/darwin-x86/test/
typeswitch.go 23 Last
70 for i := Bool; i < Last; i++ {
  /prebuilts/go/linux-x86/test/
typeswitch.go 23 Last
70 for i := Bool; i < Last; i++ {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.c 177 UINT8 *Last;
184 Last = (UINT8 *) Packet + PacketLen - 1;
187 // process option name and value pairs. The last byte is always zero
189 while (Cur < Last) {
196 if (Cur == Last) {
230 the array, at last, call Mtftp4FillOption again to save the options.
268 // The last byte must be zero to terminate the options
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
McaInitPmi.h 40 UINT64 Last : 1;
127 @param MakeLast This flag specifies the handler should be made last in the list
151 @param MakeLast This flag specifies the handler should be made last in the list
175 @param MakeLast This flag specifies the handler should be made last in the list
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
Observable.c 168 * the last most observable, deletes all of its subscribers, then deletes the observable itself.
351 OBS_LEAF* Last = NULL;
386 Last = TempLeaf;
396 TempLeaf = Last;
519 OBS_TREE* Last = NULL;
530 Last = TempTree;
537 TempTree = Last;
  /external/clang/lib/Format/
AffectedRangeManager.cpp 35 FormatToken *Last = Line->Last;
38 Last = (*PPEnd)->Last;
42 if (affectsTokenRange(*Line->First, *Last,
73 const FormatToken &Last,
78 SourceLocation End = Last.getStartOfNonWhitespace();
79 End = End.getLocWithOffset(Last.TokenText.size());
139 PreviousLine->Affected && PreviousLine->Last->is(tok::comment);
TokenAnnotator.h 67 Last = Current;
68 Last->Next = nullptr;
94 return Last && Last->endsSequence(Tokens...);
101 // FIXME: Line.Last points to other characters than tok::semi
103 return !Last->isOneOf(tok::semi, tok::comment);
107 FormatToken *Last;
  /external/google-breakpad/src/testing/gtest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /external/googletest/googletest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 123 // The COPY is the last instruction in the repair range.
124 MachineBasicBlock::iterator Last = I;
125 --Last;
132 LIS->repairIntervalsInRange(&MBB, First, Last, OrigRegs);
  /external/protobuf/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E>* Last() { return last_; }
111 const QueueNode<E>* Last() const { return last_; }
165 QueueNode<E>* last_; // The last node of the queue.
  /external/v8/testing/gtest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /external/clang/lib/AST/
TypeLoc.cpp 209 TypeLoc Last;
213 if (!Last)
214 Last = Cur;
215 return Last.getLocalSourceRange().getEnd();
222 Last = Cur;
226 Last = TypeLoc();
228 Last = Cur;
236 if (!Last)
237 Last = Cur;
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 69 ErrorContent &Last = Errors.back();
70 Last.ContextStack = ContextStack;
71 Last.Messages.emplace_back();
72 Last.Messages.back().Range = Range;
73 Last.Messages.back().Type = Error;
74 return ArgStream(&Last.Messages.back().Args);

Completed in 873 milliseconds

1 2 3 4 5