Lines Matching refs:p
425 const U8* p; in _EncodeData() local
428 p = (const U8*)pSrc; in _EncodeData()
440 *pPayload++ = *p++; in _EncodeData()
957 const char* p; in _VPrintHost() local
970 p = s; in _VPrintHost()
973 c = *p++; in _VPrintHost()
978 c = *p; in _VPrintHost()
1034 static void _StoreChar(SEGGER_SYSVIEW_PRINTF_DESC * p, char c) { in _StoreChar() argument
1039 Cnt = p->Cnt; in _StoreChar()
1041 *(p->pPayload++) = (U8)c; in _StoreChar()
1042 p->Cnt = Cnt + 1u; in _StoreChar()
1047 if (p->Cnt == SEGGER_SYSVIEW_MAX_STRING_LEN) { in _StoreChar()
1048 *(p->pPayloadStart) = (U8)p->Cnt; in _StoreChar()
1049 pPayload = p->pPayload; in _StoreChar()
1050 Options = p->Options; in _StoreChar()
1053 _SendPacket(p->pPayloadStart, pPayload, SYSVIEW_EVTID_PRINT_FORMATTED); in _StoreChar()
1054 p->pPayloadStart = _PreparePacket(p->pBuffer); in _StoreChar()
1055 p->pPayload = p->pPayloadStart + 1u; in _StoreChar()
1056 p->Cnt = 0u; in _StoreChar()
2978 SEGGER_SYSVIEW_MODULE* p; in SEGGER_SYSVIEW_RecordModuleDescription() local
2980 p = _pFirstModule; in SEGGER_SYSVIEW_RecordModuleDescription()
2983 if (p == pModule) { in SEGGER_SYSVIEW_RecordModuleDescription()
2987 p = p->pNext; in SEGGER_SYSVIEW_RecordModuleDescription()
2988 } while (p); in SEGGER_SYSVIEW_RecordModuleDescription()