/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_43.txt | 49 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/ |
D | BaseOrderedCollectionRedBlackTreeLib.c | 1411 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/ |
D | Observable.c | 351 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/ |
D | Mtftp6Option.c | 269 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/ |
D | CopyMem.asm | 38 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
|
D | CopyMem.S | 43 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/ |
D | memcpySSE2.asm | 42 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/ |
D | CopyMem.asm | 38 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
|
D | CopyMem.S | 42 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/ |
D | SerialIo.c | 234 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/ |
D | Mtftp4Option.c | 177 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()
|
D | Mtftp4Support.c | 129 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/ |
D | DxeIpl.uni | 2 // 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/ |
D | CopyMem.asm | 66 mov esi, eax ; esi <- Last byte in Source 67 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
|
D | CopyMem.S | 75 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/ |
D | MetaDataParser.py | 113 Last = 0 118 Last = Index 178 if LineNo > Last:
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/CompilerStub/Ia32/ |
D | memcpy.asm | 69 mov esi, eax ; esi <- Last byte in Source 70 lea edi, [edi + edx - 1] ; edi <- Last byte in Destination
|
D | memcpySSE2.asm | 74 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/ |
D | CopyMem.S | 74 movl %eax, %esi # esi <- Last byte in Source 75 leal -1(%edi,%edx,), %edi # edi <- Last byte in Destination
|
D | CopyMem.asm | 73 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/ |
D | CopyMem.S | 74 movl %eax, %esi # esi <- Last byte in Source 75 leal -1(%edi,%edx,), %edi # edi <- Last byte in Destination
|
D | CopyMem.asm | 73 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/ |
D | EfiCopyMemSSE2.asm | 69 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/ |
D | String.py | 46 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/ |
D | IpfMacro.i | 62 INTERRUPT_HANDLER_END(Last)
|