Searched defs:First (Results 1 - 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DMcaInitPmi.h39 UINT64 First : 1; member in struct:__anon9136
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
H A DArmDisassembler.c91 BOOLEAN First; local
95 for (Index = 0, First = TRUE; Index <= 15; Index++) {
102 if (!First) {
105 First = FALSE;
118 if (First) {
H A DThumbDisassembler.c400 BOOLEAN First; local
405 for (Index = 0, First = TRUE; Index <= 15; Index++) {
412 if (!First) {
415 First = FALSE;
427 if (First) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.h52 UINT32 First; member in struct:__anon5563
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSerialIoDxe/
H A DWinNtSerialIo.h55 UINT32 First; member in struct:__anon9703
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
H A DLinux.c452 UINT8 First, Len; local
454 First = 0;
460 First++;
468 *Pos = First;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c696 BOOLEAN First; local
798 First = TRUE;
807 if (First) {
969 First = FALSE;
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DSerialIo.c227 // First UINT8: The index of the first data in array Data[].
233 UINT8 First; member in struct:__anon10591
349 *Data = Fifo->Data[Fifo->First];
351 Fifo->First++;
352 if (Fifo->First == DEBGU_SERIAL_IO_FIFO_DEPTH) {
353 Fifo->First = 0;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset.c1467 First( Junction *j, int k, int jtype, int *max_k ) function
1469 First( j, k, jtype, max_k )
1483 require(j->ntype==nJunction, "First: non junction passed");
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShellParametersProtocol.c33 CONST CHAR16 *First; local
36 First = FindFirstCharacter(String, L" \"", L'^');
41 if (*First == CHAR_NULL) {
42 return (First);
49 if (*First == L' ') {
50 return (First);
53 CloseQuote = FindFirstCharacter (First+1, L"\"", L'^');
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c545 UINT32 First; local
559 // First find the first and last BlockOp that contains
575 // First is the index of the first BlockOp, FirstSkip is
578 First = Index;
600 Last = First;
605 ASSERT (Last >= First);
606 BlockOpNum = Last - First + 1;
660 Nbuf->BlockOp[First].Head + FirstSkip,
665 for (Index = First + 1; Index < Last; Index++) {
674 if (First !
1437 NET_BUF *First; local
[all...]
H A DDxeNetLib.c956 LIST_ENTRY *First; local
964 First = Head->ForwardLink;
965 Head->ForwardLink = First->ForwardLink;
966 First->ForwardLink->BackLink = Head;
969 First->ForwardLink = (LIST_ENTRY *) NULL;
970 First->BackLink = (LIST_ENTRY *) NULL;
973 return First;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h54 // First UINT32: The index of the first data in array Data[]
60 UINT32 First; member in struct:__anon5504

Completed in 237 milliseconds