Searched refs:MAX_MESSAGE_LEN (Results 1 – 2 of 2) sorted by relevance
145 static const int MAX_MESSAGE_LEN = 2048; in SwrTrace() local146 char msgBuf[MAX_MESSAGE_LEN]; in SwrTrace()149 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrTrace()150 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrTrace()215 static const int MAX_MESSAGE_LEN = 2048; in SwrAssert() local216 char msgBuf[MAX_MESSAGE_LEN]; in SwrAssert()219 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()220 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()224 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()225 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()[all …]
61 #define MAX_MESSAGE_LEN 999 macro102 static char msgbuf[MAX_MESSAGE_LEN + 1];332 PICODBG_ASSERT_RANGE(len, 0, MAX_MESSAGE_LEN); in picodbg_varargs()