Home
last modified time | relevance | path

Searched refs:Ptr1 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigMisc.c133 CONST UINT8 *Ptr1; in Int2OctStr() local
136 for (Ptr1 = (CONST UINT8 *)Integer, Ptr2 = OctetString + OSSizeInBytes - 1; in Int2OctStr()
137 Ptr1 < (UINT8 *)(Integer + IntSizeInWords) && Ptr2 >= OctetString; in Int2OctStr()
138 Ptr1++, Ptr2--) { in Int2OctStr()
139 *Ptr2 = *Ptr1; in Int2OctStr()
142 for (; Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords) && *Ptr1 == 0; Ptr1++); in Int2OctStr()
144 if (Ptr1 < (CONST UINT8 *)(Integer + IntSizeInWords)) { in Int2OctStr()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
DVarCheckHiiGen.c489 UINT8 *Ptr1; in MergeHiiQuestion() local
522 Ptr1 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion1 + 1); in MergeHiiQuestion()
523 while ((UINTN) Ptr1 < (UINTN) HiiQuestion1 + HiiQuestion1->Length) { in MergeHiiQuestion()
525 CopyMem (&OneValue1, Ptr1, HiiQuestion1->StorageWidth); in MergeHiiQuestion()
532 Ptr1 += HiiQuestion1->StorageWidth; in MergeHiiQuestion()
534 if ((UINTN) Ptr1 >= ((UINTN) HiiQuestion1 + HiiQuestion1->Length)) { in MergeHiiQuestion()
561 Ptr1 = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion1 + 1); in MergeHiiQuestion()
562 while ((UINTN) Ptr1 < (UINTN) HiiQuestion1 + HiiQuestion1->Length) { in MergeHiiQuestion()
564 CopyMem (&OneValue1, Ptr1, HiiQuestion1->StorageWidth); in MergeHiiQuestion()
571 Ptr1 += HiiQuestion1->StorageWidth; in MergeHiiQuestion()
[all …]
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch8658 if (PathPos != -1 && Ptr1 == NULL) {
DShellR33.patch7622 if (PathPos != -1 && Ptr1 == NULL) {