Lines Matching refs:Ptr

93   UINT8    *Ptr;

107 Ptr = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion + 1);
108 while ((UINTN) Ptr < (UINTN) HiiQuestion + HiiQuestion->Length) {
110 CopyMem (&OneValue, Ptr, HiiQuestion->StorageWidth);
117 Ptr += HiiQuestion->StorageWidth;
119 if ((UINTN) Ptr >= ((UINTN) HiiQuestion + HiiQuestion->Length)) {
140 Ptr = (UINT8 *) ((VAR_CHECK_HII_QUESTION_NUMERIC *) HiiQuestion + 1);
141 CopyMem (&Minimum, Ptr, HiiQuestion->StorageWidth);
142 Ptr += HiiQuestion->StorageWidth;
143 CopyMem (&Maximum, Ptr, HiiQuestion->StorageWidth);
144 Ptr += HiiQuestion->StorageWidth;
172 Ptr = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ORDEREDLIST *) HiiQuestion + 1);
173 while ((UINTN) Ptr < ((UINTN) HiiQuestion + HiiQuestion->Length)) {
175 CopyMem (&OneValue, Ptr, HiiQuestion->StorageWidth);
182 Ptr += HiiQuestion->StorageWidth;
184 if ((UINTN) Ptr >= ((UINTN) HiiQuestion + HiiQuestion->Length)) {
344 UINT8 *Ptr;
354 Ptr = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ONEOF *) HiiQuestion + 1);
355 while ((UINTN) Ptr < ((UINTN) HiiQuestion + HiiQuestion->Length)) {
357 CopyMem (&OneValue, Ptr, HiiQuestion->StorageWidth);
375 Ptr += HiiQuestion->StorageWidth;
385 Ptr = (UINT8 *) ((VAR_CHECK_HII_QUESTION_NUMERIC *) HiiQuestion + 1);
386 CopyMem (&Minimum, Ptr, HiiQuestion->StorageWidth);
387 Ptr += HiiQuestion->StorageWidth;
388 CopyMem (&Maximum, Ptr, HiiQuestion->StorageWidth);
389 Ptr += HiiQuestion->StorageWidth;
416 Ptr = (UINT8 *) ((VAR_CHECK_HII_QUESTION_ORDEREDLIST *) HiiQuestion + 1);
417 while ((UINTN) Ptr < ((UINTN) HiiQuestion + HiiQuestion->Length)) {
419 CopyMem (&OneValue, Ptr, HiiQuestion->StorageWidth);
437 Ptr += HiiQuestion->StorageWidth;