Lines Matching defs:s
953 static int _VPrintHost(const char* s, U32 Options, va_list* pParamList) { in _VPrintHost()
1248 const char* s; in _VPrintTarget() local
2834 U8* SEGGER_SYSVIEW_EncodeString(U8* pPayload, const char* s, unsigned int MaxLen) { in SEGGER_SYSVIEW_EncodeString()
3107 void SEGGER_SYSVIEW_PrintfHostEx(const char* s, U32 Options, ...) { in SEGGER_SYSVIEW_PrintfHostEx()
3144 void SEGGER_SYSVIEW_VPrintfHostEx(const char* s, U32 Options, va_list *pParamList) { in SEGGER_SYSVIEW_VPrintfHostEx()
3174 void SEGGER_SYSVIEW_PrintfHost(const char* s, ...) { in SEGGER_SYSVIEW_PrintfHost()
3209 void SEGGER_SYSVIEW_VPrintfHost(const char* s, va_list *pParamList) { in SEGGER_SYSVIEW_VPrintfHost()
3240 void SEGGER_SYSVIEW_WarnfHost(const char* s, ...) { in SEGGER_SYSVIEW_WarnfHost()
3276 void SEGGER_SYSVIEW_VWarnfHost(const char* s, va_list *pParamList) { in SEGGER_SYSVIEW_VWarnfHost()
3307 void SEGGER_SYSVIEW_ErrorfHost(const char* s, ...) { in SEGGER_SYSVIEW_ErrorfHost()
3343 void SEGGER_SYSVIEW_VErrorfHost(const char* s, va_list *pParamList) { in SEGGER_SYSVIEW_VErrorfHost()
3372 void SEGGER_SYSVIEW_PrintfTargetEx(const char* s, U32 Options, ...) { in SEGGER_SYSVIEW_PrintfTargetEx()
3393 void SEGGER_SYSVIEW_VPrintfTargetEx(const char* s, U32 Options, va_list *pParamList) { in SEGGER_SYSVIEW_VPrintfTargetEx()
3408 void SEGGER_SYSVIEW_PrintfTarget(const char* s, ...) { in SEGGER_SYSVIEW_PrintfTarget()
3428 void SEGGER_SYSVIEW_VPrintfTarget(const char* s, va_list* pParamList) { in SEGGER_SYSVIEW_VPrintfTarget()
3443 void SEGGER_SYSVIEW_WarnfTarget(const char* s, ...) { in SEGGER_SYSVIEW_WarnfTarget()
3463 void SEGGER_SYSVIEW_VWarnfTarget(const char* s, va_list* pParamList) { in SEGGER_SYSVIEW_VWarnfTarget()
3478 void SEGGER_SYSVIEW_ErrorfTarget(const char* s, ...) { in SEGGER_SYSVIEW_ErrorfTarget()
3498 void SEGGER_SYSVIEW_VErrorfTarget(const char* s, va_list* pParamList) { in SEGGER_SYSVIEW_VErrorfTarget()
3513 void SEGGER_SYSVIEW_Print(const char* s) { in SEGGER_SYSVIEW_Print()
3535 void SEGGER_SYSVIEW_Warn(const char* s) { in SEGGER_SYSVIEW_Warn()
3557 void SEGGER_SYSVIEW_Error(const char* s) { in SEGGER_SYSVIEW_Error()