Home | History | Annotate | Download | only in CbParseLib

Lines Matching refs:TmpPtr

63   UINT8  *TmpPtr;

66 TmpPtr = (UINT8 *)Buffer;
68 TmpValue = TmpPtr[Idx];
105 UINT8 *TmpPtr;
111 TmpPtr = (UINT8 *)Start;
112 for (Idx = 0; Idx < 4096; Idx += 16, TmpPtr += 16) {
113 Header = (struct cb_header *)TmpPtr;
136 CheckSum = CbCheckSum16 ((UINT16 *)(TmpPtr + sizeof (*Header)), Header->table_bytes);
143 TmpPtr += Header->header_bytes;
145 Record = (struct cb_record *)TmpPtr;
147 TmpPtr = (VOID *)(UINTN)((struct cb_forward *)(UINTN)Record)->forward;
149 return TmpPtr;
151 return FindCbTag (TmpPtr, Tag);
155 TagPtr = TmpPtr;
158 TmpPtr += Record->size;