Home
last modified time | relevance | path

Searched refs:Final (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_43.txt45 Final-Recipient: rfc822; xxxxxxx@dot.ca.gov
51 Final-Recipient: rfc822; xxxxxxxxxxxxx@dot.ca.gov
57 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov
63 Final-Recipient: rfc822; xxxxxxxx@dot.ca.gov
69 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov
75 Final-Recipient: rfc822; xxxxxx@dot.ca.gov
81 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov
87 Final-Recipient: rfc822; xxxxxx@dot.ca.gov
93 Final-Recipient: rfc822; xxxxxx@dot.ca.gov
99 Final-Recipient: rfc822; xxxxxxxxxxxxxxxx@dot.ca.gov
[all …]
Dmsg_25.txt38 Final-Recipient: rfc822; scoffman@wellpartner.com
Dmsg_16.txt61 Final-recipient: rfc822;jangel1@cougar.noc.ucla.edu
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DMyAlloc.c49 BOOLEAN Final, in MyCheck() argument
87 Final, in MyCheck()
99 Final, in MyCheck()
122 Final, in MyCheck()
137 if (Final) { in MyCheck()
142 Final, in MyCheck()
DMyAlloc.h89 BOOLEAN Final,
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DMyAlloc.c42 BOOLEAN Final, in MyCheck() argument
80 Final, in MyCheck()
92 Final, in MyCheck()
115 Final, in MyCheck()
130 if (Final) { in MyCheck()
135 Final, in MyCheck()
DMyAlloc.h82 BOOLEAN Final,
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellManParser.c504 LookForThMacro, LookForCommandName, CompareCommands, GetBriefDescription, Final in IsTitleHeader() enumerator
538 State = Final; in IsTitleHeader()
565 State = (BriefDesc == NULL) ? Final : GetBriefDescription; in IsTitleHeader()
568 State = Final; in IsTitleHeader()
583 State = Final; in IsTitleHeader()
592 } while (State < Final); in IsTitleHeader()
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
DHash2DxeCrypto.c125 EFI_HASH_FINAL Final; member
415 Ret = HashInfo->Final (HashCtx, (UINT8 *)Hash->Sha1Hash); in BaseCrypto2Hash()
603 Ret = HashInfo->Final (HashCtx, (UINT8 *)Hash->Sha1Hash); in BaseCrypto2HashFinal()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/PL011Uart/
DPL011Uart.c348 UINT8* CONST Final = &Buffer[NumberOfBytes]; in PL011UartWrite() local
350 while (Buffer < Final) { in PL011UartWrite()