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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
memcpyRep1.asm 42 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
47 mov rsi, r9 ; rsi <- End of Source
48 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
58 END
memcpyRep4.asm 42 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
54 mov rsi, r9 ; rsi <- End of Source
55 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
65 END
memcpyRep8.asm 42 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
54 mov rsi, r9 ; rsi <- End of Source
55 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
65 END
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/Ia32/
CopyMem.asm 40 lea eax, [esi + edx - 1] ; eax <- End of Source
52 mov esi, eax ; esi <- End of Source
53 lea edi, [edi + edx - 1] ; edi <- End of Destination
63 END
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/
CopyMem.asm 38 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
51 mov rsi, r9 ; rsi <- End of Source
52 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
61 END
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMemRep1.asm 67 lea eax, [esi + edx - 1] ; eax <- End of Source
72 mov esi, eax ; esi <- End of Source
73 lea edi, [edi + edx - 1] ; edi <- End of Destination
85 END
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
EfiCopyMem.asm 42 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
63 mov rsi, r9 ; rsi <- End of Source
64 lea rdi, [rdi + r8 - 1] ; rdi <- End of Destination
74 END
EfiCopyMemRep1.asm 41 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
46 mov rsi, r9 ; rsi <- End of Source
47 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
57 END
EfiCopyMemRep4.asm 41 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
53 mov rsi, r9 ; rsi <- End of Source
54 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
64 END
EfiCopyMemRep8.asm 41 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
53 mov rsi, r9 ; rsi <- End of Source
54 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
64 END
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/X64/
CopyMem.asm 38 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
60 mov rsi, r9 ; rsi <- End of Source
61 lea rdi, [rdi + r8 - 1] ; rdi <- End of Destination
70 END
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/Ia32/
CopyMem.asm 44 lea eax, [esi + edx - 1] ; eax <- End of Source
49 mov esi, eax ; esi <- End of Source
50 lea edi, [edi + edx - 1] ; edi <- End of Destination
61 END
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptPei/X64/
CopyMem.asm 38 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
51 mov rsi, r9 ; rsi <- End of Source
52 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
61 END
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/Ia32/
CopyMem.asm 40 lea eax, [esi + edx - 1] ; eax <- End of Source
52 mov esi, eax ; esi <- End of Source
53 lea edi, [edi + edx - 1] ; edi <- End of Destination
63 END
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibRepStr/X64/
CopyMem.asm 38 lea r9, [rsi + r8 - 1] ; r9 <- End of Source
51 mov rsi, r9 ; rsi <- End of Source
52 lea rdi, [rdi + r8 - 1] ; esi <- End of Destination
61 END
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 43 Ie = CompilationDatabasePluginRegistry::end();
177 for (const std::string *I = Arr.begin(), *E = Arr.end(); I != E; ++I)
235 // prevents compilation, e.g. -E or something like -version, we may still end
241 Args.erase(std::remove_if(Args.begin(), Args.end(),
243 Args.end());
268 std::vector<const char *>::iterator End = std::remove_if(
269 Args.begin(), Args.end(), MatchesAny(CompileAnalyzer.Inputs));
272 End = std::remove_if(Args.begin(), End, MatchesAny(DiagClient.UnusedInputs));
274 // Remove the -c add above as well. It will be at the end right now
    [all...]
  /external/clang/unittests/Tooling/
TestVisitor.h 138 It = ExpectedMatches.begin(), End = ExpectedMatches.end();
139 It != End; ++It) {
153 It = DisallowedMatches.begin(), End = DisallowedMatches.end();
154 It != End; ++It) {
160 It = ExpectedMatches.begin(), End = ExpectedMatches.end();
161 It != End; ++It) {
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 104 Location Start, End;
108 Range() : Start(), End(), Text() {}
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
110 : Start(Start), End(End), Text(Text) {}
112 Location getEnd() const { return End; }
  /external/llvm/include/llvm/ADT/
SetVector.h 58 SetVector(It Start, It End) {
59 insert(Start, End);
84 /// \brief Get an iterator to the end of the SetVector.
85 iterator end() { function in class:llvm::SetVector
86 return vector_.end();
89 /// \brief Get a const_iterator to the end of the SetVector.
90 const_iterator end() const { function in class:llvm::SetVector
91 return vector_.end();
94 /// \brief Get an reverse_iterator to the end of the SetVector.
99 /// \brief Get a const_reverse_iterator to the end of the SetVector
    [all...]
  /external/llvm/lib/IR/
User.cpp 58 Use *End = Begin + N;
59 (void) new(End) Use::UserRef(const_cast<User*>(this), 1);
60 setOperandList(Use::initTags(Begin, End));
99 return {MutableARef.begin(), MutableARef.end()};
131 Use *End = Start + Us;
132 User *Obj = reinterpret_cast<User*>(End);
136 Use::initTags(Start, End);
205 } // End llvm namespace
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 49 // for_each(V.begin(), B.end(), deleter<Interval>);
216 /// after the end of an array.
248 /// array_pod_sort - This sorts an array with the specified start and end
263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) {
265 if (Start == End) return;
266 qsort(&*Start, End-Start, sizeof(*Start),
271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End,
274 if (Start == End) return;
275 qsort(&*Start, End-Start, sizeof(*Start), Compare);
286 for (typename Container::iterator I = C.begin(), E = C.end(); I != E; ++I
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 220 DEBUG ((EFI_D_INFO, "Pei ProgramPciLpssI2C() End\n"));
433 IN UINT8 End
496 if(End && Start ) {
498 } else if (!End && Start ) {
500 } else if (End && !Start ) {
502 } else if (!End && !Start ) {
531 IN UINT8 End
564 if(End && Start) {
566 } else if (!End && Start ) {
568 } else if (End && !Start ) {
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 60 } // end anonymous namespace
232 const serialized_diags::Location &End,
237 const serialized_diags::Location &End) override;
250 } // end anonymous namespace
295 CXLoadedDiagnostic::Location *Start, *End;
297 End = TopDiags->Alloc.Allocate<CXLoadedDiagnostic::Location>();
302 if ((EC = readLocation(SDEnd, *End)))
306 CXSourceLocation endLoc = makeLocation(End);
355 const serialized_diags::Location &End) {
357 if (std::error_code EC = readRange(Start, End, SR)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 143 Trim the packet to fit in [Start, End), and update the per
148 @param End One beyond the sequence of last byte to fit in.
155 IN INTN End
163 ASSERT (Info->Start + Info->Length == Info->End);
164 ASSERT ((Info->Start < End) && (Start < Info->End));
174 if (End < Info->End) {
175 Len = End - Info->End;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 35 return (TCP_SEQ_LEQ (Tcb->RcvWl2, Seg->End) &&
278 if (TCP_SEQ_LEQ (Seg->End, Left) || TCP_SEQ_LEQ (Right, Seg->Seq)) {
283 Seg->Seq = Seg->End;
323 if (TCP_SEQ_GT (Seg->End, Right)) {
325 Drop = TCP_SUB_SEQ (Seg->End, Right);
326 Seg->End = Right;
410 Seq = Seg->End;
487 Seg->End--;
504 if (TCP_SEQ_LEQ (Seg->End, Tcb->RcvUp)) {
583 if (TCP_SEQ_LT (Seg->Seq, TCPSEG_NETBUF (Node)->End)) {
    [all...]

Completed in 580 milliseconds

1 2 3 4 5 6 78 91011>>