| /device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
| efi64.asm | 41 Start:
134 add ebp,018h ; ebp = Start of 1st Section
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Dhcp4/ |
| Dhcp4.h | 226 EFI_DHCP4_START Start;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/ |
| SimpleNetwork.h | 461 Offset - Byte offset in the NVRAM device at which to start the read or
620 EFI_SIMPLE_NETWORK_START Start;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/ |
| StatusCodeDataTypeId.h | 322 EFI_PHYSICAL_ADDRESS Start;
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/ |
| UefiIfrForm.c | 454 UINTN Start;
529 Start = (DimensionsWidth - LargestString - 2) / 2 + LeftColumn + 1;
547 ConOut->SetCursorPosition (ConOut, Start, Top);
572 ConOut->SetCursorPosition (ConOut, Start, Top + 1 + Index);
584 ConOut->SetCursorPosition (ConOut, Start, Top + NumberOfLines + 1);
640 Buffer - the start address of buffer.
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/ |
| IfrParse.c | 537 char *Start;
548 Start = Buffer;
550 End = Start + BufferSize;
551 while ((Pos >= Start) && (Pos < End)) {
557 Error (NULL, 0, 0, FileName, "invalid IFR opcode size at offset 0x%X", (int) Pos - (int) Start);
562 Error (NULL, 0, 0, FileName, "IFR opcode size=0 at offset 0x%X", (int) Pos - (int) Start);
[all...] |
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/ |
| EfiFileLib.c | [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| Dhcp4.h | 48 /// Start of the DHCP option data. Not present if OpCode is 0 or 255 or if Length is zero.
100 /// Start of the DHCP packed option data.
154 /// The packet to start the configuration sequence is about to be sent.
500 The Start() function starts the DHCP configuration process. This function can
507 the state is restored to the Dhcp4Init state. The Start() function can be called
520 EFI_DHCP4_PROTOCOL.Start() will wait until the driver
[all...] |
| Dhcp6.h | 36 /// The EFI DHCPv6 Protocol instance is configured, and start() needs
203 /// Start of the DHCPv6 packed option data.
362 /// lifetime, or the DHCPv6 S.A.R.R process fails. Otherwise, Start(),
477 Start the DHCPv6 S.A.R.R process.
479 The Start() function starts the DHCPv6 S.A.R.R process. This function can be called only when
486 Start() function call is a blocking operation. It will return after the DHCPv6 S.A.R.R process
488 the configured IA will be transferred to Dhcp6Init. The Start() function can be called again to
[all...] |
| SimpleNetwork.h | 192 /// start address for NVRAM read and write operations and the total
490 @param Offset Byte offset in the NVRAM device at which to start the read or
656 EFI_SIMPLE_NETWORK_START Start;
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/ |
| MpLib.c | 573 // Clear AP start-up signal when AP waken up
654 // Check AP start-up signal again.
655 // If AP start-up signal is not set, place AP into
670 // If AP start-up signal is written, AP is waken up
681 Wait for AP wakeup and write AP start-up signal till AP is waken up.
943 UINT64 Start;
952 GetPerformanceCounterProperties (&Start, &End);
953 Cycle = End - Start;
960 if (Start > End) {
[all...] |
| /external/clang/lib/CodeGen/ |
| CGRecordLayoutBuilder.cpp | 354 RecordDecl::field_iterator Start = Field; 357 accumulateBitFields(Start, Field); 373 // cross an alignment boundary break a run and start a new one. 389 // allocated storage then we allocate some storage and start a new run. 407 // Check to see if we need to start a new run. 412 // Any non-zero-length bitfield can start a new run. [all...] |
| /external/clang/lib/Format/ |
| Format.cpp | [all...] |
| /external/clang/lib/Index/ |
| CommentToXML.cpp | 605 SourceLocation Start = FormatRewriterContext.Sources.getLocForStartOfFile(ID) 611 CharSourceRange::getCharRange(Start, Start.getLocWithOffset(Length))); [all...] |
| /external/libchrome/base/ |
| tracked_objects.cc | 38 // When ThreadData is first initialized, should we start in an ACTIVE state to 39 // record all of the startup-time tasks, or should we start up DEACTIVATED, so 239 // phase end, so that we start a new uniformly randomized sample selection [all...] |
| /external/libmojo/mojo/edk/system/ |
| node_channel.cc | 191 void NodeChannel::Start() { 201 channel_->Start();
|
| /external/llvm/examples/Kaleidoscope/Chapter5/ |
| toy.cpp | 188 std::unique_ptr<ExprAST> Start, End, Step, Body; 191 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, 194 : VarName(VarName), Start(std::move(Start)), End(std::move(End)), 365 auto Start = ParseExpression(); 366 if (!Start) 369 return LogError("expected ',' after for start value"); 393 return llvm::make_unique<ForExprAST>(IdName, std::move(Start), std::move(End), 661 // start = startexpr 664 // variable = phi [start, loopheader], [nextvariable, loopend [all...] |
| /external/llvm/include/llvm/MC/ |
| MCAssembler.h | 52 MCSymbol *Start;
|
| /external/llvm/include/llvm/Object/ |
| ELF.h | 258 const T *Start = reinterpret_cast<const T *>(base() + Offset); 259 return makeArrayRef(Start, Size / sizeof(T));
|
| MachO.h | 83 const uint8_t *Start;
|
| /external/llvm/lib/Analysis/ |
| StratifiedSets.h | 427 auto *Start = &Links[Index]; 428 if (!Start->isRemapped()) 429 return *Start; 431 auto *Current = Start; 439 Current = Start;
|
| /external/llvm/lib/AsmParser/ |
| LLParser.cpp | 80 SMLoc Start = Lex.getLoc(); 85 Read = End.getPointer() - Start.getPointer(); [all...] |
| /external/llvm/lib/Fuzzer/ |
| FuzzerLoop.cpp | 127 void Start() { 469 AllocTracer.Start(); 687 // - Start fuzzing as if the chosen unit was the only element of the corpus.
|
| /external/llvm/lib/MC/ |
| MCAssembler.cpp | 432 uint64_t Start = OW->getStream().tell(); 433 (void) Start; 559 assert(OW->getStream().tell() - Start == FragmentSize && 607 uint64_t Start = getWriter().getStream().tell(); 608 (void)Start; 613 assert(getWriter().getStream().tell() - Start ==
|
| MachObjectWriter.cpp | 131 uint64_t Start = getStream().tell(); 132 (void) Start; 147 getStream().tell() - Start == 162 uint64_t Start = getStream().tell(); 163 (void) Start; 193 assert(getStream().tell() - Start == SegmentLoadCommandSize); 213 uint64_t Start = getStream().tell(); 214 (void) Start; 237 assert(getStream().tell() - Start == 247 uint64_t Start = getStream().tell() [all...] |