Home
last modified time | relevance | path

Searched refs:Last (Results 1 – 25 of 53) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_43.txt49 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
55 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
61 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
67 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
73 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
79 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
85 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
91 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
97 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
103 Last-Attempt-Date: Fri, 26 Nov 2004 19:41:44 -0800 (PST)
[all …]
/device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
DBaseOrderedCollectionRedBlackTreeLib.c1411 CONST RED_BLACK_TREE_NODE *Last; in RedBlackTreeValidate() local
1429 Last = OrderedCollectionMin (Tree); in RedBlackTreeValidate()
1430 ForwardCount = (Last != NULL); in RedBlackTreeValidate()
1431 for (Node = OrderedCollectionNext (Last); Node != NULL; in RedBlackTreeValidate()
1432 Node = OrderedCollectionNext (Last)) { in RedBlackTreeValidate()
1433 ASSERT (Tree->UserStructCompare (Last->UserStruct, Node->UserStruct) < 0); in RedBlackTreeValidate()
1434 Last = Node; in RedBlackTreeValidate()
1441 Last = OrderedCollectionMax (Tree); in RedBlackTreeValidate()
1442 BackwardCount = (Last != NULL); in RedBlackTreeValidate()
1443 for (Node = OrderedCollectionPrev (Last); Node != NULL; in RedBlackTreeValidate()
[all …]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/Observable/
DObservable.c351 OBS_LEAF* Last = NULL; in Subscribe()
386 Last = TempLeaf; in Subscribe()
396 TempLeaf = Last; in Subscribe()
519 OBS_TREE* Last = NULL; in AddObservable()
530 Last = TempTree; in AddObservable()
537 TempTree = Last; in AddObservable()
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Option.c269 UINT8 *Last; in Mtftp6ParsePacketOption() local
276 Last = (UINT8 *) Packet + PacketLen - 1; in Mtftp6ParsePacketOption()
282 while (Cur < Last) { in Mtftp6ParsePacketOption()
289 if (Cur == Last) { in Mtftp6ParsePacketOption()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/X64/
DCopyMem.asm38 lea r9, [rsi + r8 - 1] ; r9 <- Last byte of Source
69 mov rsi, r9 ; rsi <- Last byte of Source
70 lea rdi, [rdi + r8 - 1] ; rdi <- Last byte of Destination
DCopyMem.S43 leaq -1(%rsi, %r8,), %r9 # r9 <- Last byte of Source
74 movq %r9, %rsi # rsi <- Last byte of Source
75 leaq -1(%rdi, %r8,), %rdi # rdi <- Last byte of Destination
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/X64/
DmemcpySSE2.asm42 lea r9, [rsi + r8 - 1] ; r9 <- Last byte of Source
69 mov rsi, r9 ; rsi <- Last byte of Source
70 lea rdi, [rdi + r8 - 1] ; rdi <- Last byte of Destination
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/X64/
DCopyMem.asm38 lea r9, [rsi + r8 - 1] ; r9 <- Last byte of Source
69 mov rsi, r9 ; rsi <- Last byte of Source
70 lea rdi, [rdi + r8 - 1] ; rdi <- Last byte of Destination
DCopyMem.S42 leaq -1(%rsi,%r8,), %r9 # r9 <- Last byte of Source
73 movq %r9, %rsi # rsi <- Last byte of Source
74 leaq -1(%rdi, %r8,), %rdi # rdi <- Last byte of Destination
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DSerialIo.c234 UINT8 Last; member
314 Fifo->Data[Fifo->Last] = Data; in DebugTerminalFifoAdd()
316 Fifo->Last++; in DebugTerminalFifoAdd()
317 if (Fifo->Last == DEBGU_SERIAL_IO_FIFO_DEPTH) { in DebugTerminalFifoAdd()
318 Fifo->Last = 0; in DebugTerminalFifoAdd()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Option.c177 UINT8 *Last; in Mtftp4FillOptions() local
184 Last = (UINT8 *) Packet + PacketLen - 1; in Mtftp4FillOptions()
189 while (Cur < Last) { in Mtftp4FillOptions()
196 if (Cur == Last) { in Mtftp4FillOptions()
DMtftp4Support.c129 IN UINT16 Last in Mtftp4SetLastBlockNum() argument
141 if (Range->Start > Last) { in Mtftp4SetLastBlockNum()
147 if (Range->End > Last) { in Mtftp4SetLastBlockNum()
148 Range->End = Last; in Mtftp4SetLastBlockNum()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeIpl.uni2 // Last PEIM executed in PEI phase to load DXE Core from a Firmware Volume.
21 #string STR_MODULE_ABSTRACT #language en-US "Last PEIM executed in PEI phase to load DX…
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibMmx/Ia32/
DCopyMem.asm66 mov esi, eax ; esi <- Last byte in Source
67 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
DCopyMem.S75 movl %eax, %esi # esi <- Last byte in Source
76 leal -1(%edi,%edx,), %edi # edi <- Last byte in Destination
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DMetaDataParser.py113 Last = 0
118 Last = Index
178 if LineNo > Last:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/
Dmemcpy.asm69 mov esi, eax ; esi <- Last byte in Source
70 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
DmemcpySSE2.asm74 mov esi, eax ; esi <- Last byte in Source
75 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Ia32/
DCopyMem.S74 movl %eax, %esi # esi <- Last byte in Source
75 leal -1(%edi,%edx,), %edi # edi <- Last byte in Destination
DCopyMem.asm73 mov esi, eax ; esi <- Last byte in Source
74 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibSse2/Ia32/
DCopyMem.S74 movl %eax, %esi # esi <- Last byte in Source
75 leal -1(%edi,%edx,), %edi # edi <- Last byte in Destination
DCopyMem.asm73 mov esi, eax ; esi <- Last byte in Source
74 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
DEfiCopyMemSSE2.asm69 mov rsi, r9 ; rsi <- Last byte of Source
70 lea rdi, [rdi + r8 - 1] ; rdi <- Last byte of Destination
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DString.py46 Last = 0
55 ValueList.append(String[Last:Index].strip())
56 Last = Index + 1
70 if Last < len(String):
71 ValueList.append(String[Last:].strip())
72 elif Last == len(String):
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
DIpfMacro.i62 INTERRUPT_HANDLER_END(Last)

123