Searched defs:New (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEditStatusBar.c98 STATUS_BAR_COLOR_UNION New; local
114 New.Colors.Foreground = Orig.Colors.Background;
115 New.Colors.Background = Orig.Colors.Foreground;
118 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
H A DEditTitleBar.c101 TITLE_BAR_COLOR_UNION New; local
110 New.Colors.Foreground = Orig.Colors.Background;
111 New.Colors.Background = Orig.Colors.Foreground;
113 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
H A DEditInputBar.c131 INPUT_BAR_COLOR_UNION New; local
154 New.Colors.Foreground = Orig.Colors.Background;
155 New.Colors.Background = Orig.Colors.Foreground;
157 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
H A DCompress.c332 NODE New; local
336 New = mAvail;
337 mAvail = mNext[New];
338 mChildCount[New] = 0;
340 mPrev[New] = LoopVar10;
341 mNext[LoopVar10] = New;
343 mNext[New] = LoopVar10;
344 mPrev[LoopVar10] = New;
345 mParent[New] = mParent[Old];
346 mLevel[New]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/SerializeVariablesLib/
H A DSerializeVariablesLib.c377 SV_INSTANCE *New; local
379 New = AllocateZeroPool (sizeof (*New));
380 if (New == NULL) {
384 New->Signature = SV_SIGNATURE;
386 *Handle = (EFI_HANDLE) New;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py574 def New(BuildItem, Dependency=None): member in class:BuildTask
624 self.DependencyList.append(BuildTask.New(Dep)) # BuildTask list
1438 Bt = BuildTask.New(ModuleMakeUnit(Ma, self.Target))
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c245 @param[in] New The color to print with.
255 IN HEFI_EDITOR_COLOR_UNION New
321 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
358 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
551 HEFI_EDITOR_COLOR_UNION New; local
583 New.Colors.Foreground = Orig.Colors.Background;
584 New.Colors.Background = Orig.Colors.Foreground;
596 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
648 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
750 HEFI_EDITOR_COLOR_UNION New; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c616 NODE New, t; local
618 New = mAvail;
619 mAvail = mNext[New];
620 mChildCount[New] = 0;
622 mPrev[New] = t;
623 mNext[t] = New;
625 mNext[New] = t;
626 mPrev[t] = New;
627 mParent[New] = mParent[Old];
628 mLevel[New]
[all...]
H A DTianoCompress.c637 NODE New; local
640 New = mAvail;
641 mAvail = mNext[New];
642 mChildCount[New] = 0;
644 mPrev[New] = TempNode;
645 mNext[TempNode] = New;
647 mNext[New] = TempNode;
648 mPrev[TempNode] = New;
649 mParent[New] = mParent[Old];
650 mLevel[New]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DFileBuffer.c271 EFI_EDITOR_COLOR_UNION New; local
303 New.Colors.Foreground = Orig.Colors.Background;
304 New.Colors.Background = Orig.Colors.Foreground;
345 gST->ConOut->SetAttribute (gST->ConOut, New.Data);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c459 NODE New; local
462 New = mAvail;
463 mAvail = mNext[New];
464 mChildCount[New] = 0;
466 mPrev[New] = TempNode;
467 mNext[TempNode] = New;
469 mNext[New] = TempNode;
470 mPrev[TempNode] = New;
471 mParent[New] = mParent[Old];
472 mLevel[New]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp551 IN SVfrDataType *New
554 New->mNext = mDataTypeList;
555 mDataTypeList = New;
749 SVfrDataType *New = NULL; local
753 New = new SVfrDataType;
754 if (New != NULL) {
755 strcpy (New->mTypeName, gInternalTypesTable[Index].mTypeName);
756 New->mType = gInternalTypesTable[Index].mType;
757 New->mAlign = gInternalTypesTable[Index].mAlign;
758 New
[all...]

Completed in 73 milliseconds