Searched refs:Ptr1 (Results 1 – 4 of 4) sorted by relevance
133 CONST UINT8 *Ptr1; in Int2OctStr() local136 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()
489 UINT8 *Ptr1; in MergeHiiQuestion() local522 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 …]
8658 if (PathPos != -1 && Ptr1 == NULL) {
7622 if (PathPos != -1 && Ptr1 == NULL) {