Searched refs:DataIndex (Results 1 – 2 of 2) sorted by relevance
271 IN OUT UINT32 *DataIndex, in TisPcReceiveV() argument305 if ((UINT32) (~0)- *DataIndex >= (UINT32)Size) { in TisPcReceiveV()306 if(*DataIndex + (UINT32) Size <= RespSize) { in TisPcReceiveV()312 if (*DataIndex >= RespSize) { in TisPcReceiveV()315 CopyMem (Raw, TpmBuffer + *DataIndex, RespSize - *DataIndex); in TisPcReceiveV()316 *DataIndex += RespSize - *DataIndex; in TisPcReceiveV()326 if(*DataIndex + (UINT32) Size > RespSize) { in TisPcReceiveV()331 if( *DataIndex + (UINT32) Size > TPMCMDBUFLENGTH ) in TisPcReceiveV()334 CopyMem (Raw, TpmBuffer + *DataIndex, Size); in TisPcReceiveV()335 *DataIndex += (UINT32) Size; in TisPcReceiveV()
313 UINTN DataIndex; in IpSecDumpBuf() local317 DataIndex = 0; in IpSecDumpBuf()327 DEBUG ((DEBUG_INFO, " 0x%02x,", Data[DataIndex++])); in IpSecDumpBuf()