HomeSort by relevance Sort by last modified time
    Searched defs:Start (Results 451 - 475 of 826) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 189 UINT16 Start[18];
210 Start[1] = 0;
213 WordOfStart = Start[Index];
215 Start[Index + 1] = (UINT16) (WordOfStart + (WordOfCount << (16 - Index)));
218 if (Start[17] != 0) {
226 Start[Index] >>= JuBits;
235 Index = (UINT16) (Start[TableBits + 1] >> JuBits);
254 NextCode = (UINT16) (Start[Len] + Weight[Len]);
258 for (Index = Start[Len]; Index < NextCode; Index++) {
264 Index3 = Start[Len];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/
MpServicesOnFrameworkMpServicesThunk.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/EntryPoints/
EdkIIGlueSmmDriverEntryPoint.c 171 CONST EFI_DEVICE_PATH_PROTOCOL *Start;
180 Start = DevicePath;
188 return ((UINTN) DevicePath - (UINTN) Start) + sizeof (EFI_DEVICE_PATH_PROTOCOL);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueReportStatusCodeLib.h 140 EFI_PHYSICAL_ADDRESS Start;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 304 UINT16 Start[18];
340 Start[0] = 0;
341 Start[1] = 0;
344 Start[Index + 1] = (UINT16) (Start[Index] + (Count[Index] << (16 - Index)));
347 if (Start[17] != 0) {
355 Start[Index] >>= JuBits;
364 Index = (UINT16) (Start[TableBits + 1] >> JuBits);
383 NextCode = (UINT16) (Start[Len] + Weight[Len]);
387 for (Index = Start[Len]; Index < NextCode; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 196 UINT16 Start[18];
215 Start[1] = 0;
218 Start[Index + 1] = (UINT16) (Start[Index] + (Count[Index] << (16 - Index)));
221 if (Start[17] != 0) {
229 Start[Index] >>= JuBits;
237 Index = (UINT16) (Start[TableBits + 1] >> JuBits);
256 NextCode = (UINT16) (Start[Len] + Weight[Len]);
260 for (Index = Start[Len]; Index < NextCode; Index++) {
266 Index3 = Start[Len];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
FWVolume.c 205 char *Start;
210 Start = Name;
744 // Start the files section
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
BiosSnp16.c 41 Start the UNDI interface.
46 @retval EFI_DEVICE_ERROR Fail to start 16 bit UNDI ROM.
47 @retval Others Status of start 16 bit UNDI ROM.
56 Start the UNDI interface
60 @retval EFI_DEVICE_ERROR Fail to start 16 bit UNDI ROM.
61 @retval Others Status of start 16 bit UNDI ROM.
462 SimpleNetworkDevice->SimpleNetwork.Start = Undi16SimpleNetworkStart;
590 // Start() the SimpleNetwork device
592 DEBUG ((DEBUG_NET, "Start()\n"));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c 158 @param Start The starting address in the memory range Must be
168 IN EFI_PHYSICAL_ADDRESS Start,
176 ASSERT ((Start & EFI_PAGE_MASK) == 0);
177 ASSERT (End > Start) ;
181 DEBUG ((DEBUG_PAGE, "AddRange: %lx-%lx to %d\n", Start, End, Type));
192 if (Type == EfiConventionalMemory && Start == 0 && (End >= EFI_PAGE_SIZE - 1)) {
193 SetMem ((VOID *)(UINTN)Start, EFI_PAGE_SIZE, 0);
233 if (Entry->End + 1 == Start) {
235 Start = Entry->Start;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 425 UINTN Start;
476 Start = (DimensionsWidth - LargestString - 2) / 2 + gScreenDimensions.LeftColumn + 1;
477 End = Start + LargestString + 1;
483 PrintCharAt (Start, Top, Character);
485 for (Index = Start; Index + 2 < End; Index++) {
502 ClearLines (Start, End, Index + 1, Index + 1, GetPopupColor ());
507 ClearLines (Start + 1, End - 1, Index + 1, Index + 1, POPUP_INVERSE_TEXT | POPUP_INVERSE_BACKGROUND);
519 ClearLines (Start, End, Index + 1, Index + 1, GetPopupColor ());
528 PrintCharAt (Start, Index + 1, Character);
534 PrintCharAt (Start, Bottom - 1, Character);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 77 UINTN Start;
121 Start = (DimensionsWidth - ScreenSize - 2) / 2 + gStatementDimensions.LeftColumn + 1;
140 PrintStringAt (Start + 1, Top + 3, BufferedString);
149 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
161 PrintStringAt (Start + 1, Top + 3, BufferedString);
165 gST->ConOut->SetCursorPosition (gST->ConOut, Start + GetStringWidth (StringPtr) / 2, Top + 3);
198 PrintCharAt (Start + Index + 1, Top + 3, IsPassword && StringPtr[Index] != CHAR_NULL? L'*' : StringPtr[Index]);
279 // adjust the index to start printing portions of the string
282 PrintStringAt (Start + 1, Top + 3, BufferedString);
291 gST->ConOut->SetCursorPosition (gST->ConOut, Start + 1, Top + 3);
    [all...]
ProcessOptions.c 598 UINTN Start;
619 Start = (DimensionsWidth - RequestedWidth - 2) / 2 + gStatementDimensions.LeftColumn + 1;
620 End = Start + RequestedWidth + 1;
626 PrintCharAt (Start, Top, Character);
628 for (Index = Start; Index + 2 < End; Index++) {
646 ClearLines (Start, End, Index + 1, Index + 1, GetPopupColor ());
653 ClearLines (Start + 1, End - 1, Index + 1, Index + 1, GetPopupInverseColor ());
660 ClearLines (Start, End, Index + 1, Index + 1, GetPopupColor ());
669 PrintCharAt (Start, Index + 1, Character);
674 PrintCharAt (Start, Bottom - 1, Character);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
MainHexEditor.c 523 UINTN Start;
525 Start = (HMainEditor.BufferImage->BufferPosition.Row - 1) * 0x10 + HMainEditor.BufferImage->BufferPosition.Column;
532 StatusBarSetStatusString (L"Invalid Block Start");
537 if (HMainEditor.SelectEnd != 0 && Start > HMainEditor.SelectEnd) {
538 StatusBarSetStatusString (L"Invalid Block Start");
542 HMainEditor.SelectStart = Start;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmramSaveState.c 67 #define SMM_REGISTER_RANGE(Start, End) { Start, End, End - Start + 1 }
73 EFI_SMM_SAVE_STATE_REGISTER Start;
248 if (Register >= mSmmCpuRegisterRanges[Index].Start && Register <= mSmmCpuRegisterRanges[Index].End) {
249 return Register - mSmmCpuRegisterRanges[Index].Start + Offset;
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 160 self.Start()
167 def Start(self):
168 """Start the shell."""
358 cls._RunAdbCmd(['start-server'], timeout=timeout, retries=retries,
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 228 const char *Start = SourceMgr.getCharacterData(Tok.getLocation());
229 llvm::errs() << " [UnClean='" << StringRef(Start, Tok.getLength())
529 // Start parsing the predefines.
    [all...]
  /external/compiler-rt/lib/cfi/
cfi.cc 37 // The pointer to the cfi shadow region is stored at the start of this page.
42 uptr start; member in struct:__cfi::__anon17165::__anon17166
53 // Get the start address of the CFI shadow region.
55 return cfi_shadow_limits_storage.limits.start;
112 void Start();
125 void ShadowBuilder::Start() {
164 cfi_shadow_limits_storage.limits.start = shadow_;
264 b.Start();
  /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) {}
111 Location getStart() const { return Start; }
  /external/dng_sdk/source/
dng_resample.cpp 518 virtual void Start (uint32 threadCount,
628 void dng_resample_task::Start (uint32 threadCount,
686 dng_filter_task::Start (threadCount,
  /external/freetype/src/otvalid/
otvcommn.c 88 FT_UInt Start, End, StartCoverageIndex, last = 0;
100 Start = FT_NEXT_USHORT( p );
104 if ( Start > End || StartCoverageIndex != total )
110 if ( n > 0 && Start <= last )
113 total += End - Start + 1;
190 FT_UInt Start, End;
195 Start = FT_NEXT_USHORT( p );
199 result += End - Start + 1;
260 FT_UInt Start, End, last = 0;
272 Start = FT_NEXT_USHORT( p )
    [all...]
  /external/libchrome/base/message_loop/
message_loop.cc 599 void MessageLoopForUI::Start() {
601 static_cast<MessagePumpForUI*>(pump_.get())->Start(this);
  /external/libchrome/base/timer/
timer_unittest.cc 58 // A basic helper class that can start a one-shot timer and signal a
70 void Start() {
72 timer_->Start(FROM_HERE, delay_, this, &OneShotTimerTesterBase::Run);
163 void Start() {
165 timer_.Start(FROM_HERE, delay_, this, &RepeatingTimerTester::Run);
209 a.Start();
212 b.Start();
229 // Now start the timer.
230 a->Start();
233 b.Start();
    [all...]
  /external/libmojo/mojo/edk/system/ports/
ports_unittest.cc 125 void Start(MessageRouter* router) {
127 node_thread_.Start();
323 node->Start(this);
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 197 SMLoc Start = SMLoc::getFromPointer(Val.begin());
199 SourceRange = SMRange(Start, End);
222 StringRef::size_type Start,
240 SMLoc Start = SMLoc::getFromPointer(RawVal.begin());
242 SourceRange = SMRange(Start, End);
455 WasPreviousTokenFlowEntry(true), // Start with an imaginary ','.
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 102 Instruction *Start, Instruction *Exit, Type *RT, bool &IsSigned,
120 if (!J || J == Start)
172 // Obtain the reduction start value from the value that comes from the loop
184 // We start with the PHI node and scan for all of the users of this
199 Instruction *Start = Phi;
217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts);
220 Worklist.push_back(Start);
221 VisitedInsts.insert(Start);
263 if (Cur != Start) {
285 FoundReduxOp |= !IsAPhi && Cur != Start;
    [all...]

Completed in 8282 milliseconds

<<11121314151617181920>>