Home
last modified time | relevance | path

Searched refs:MAX_MESSAGE_LEN (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.cpp145 static const int MAX_MESSAGE_LEN = 2048; in SwrTrace() local
146 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() local
216 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 …]
/external/svox/pico/lib/
Dpicodbg.c61 #define MAX_MESSAGE_LEN 999 macro
102 static char msgbuf[MAX_MESSAGE_LEN + 1];
332 PICODBG_ASSERT_RANGE(len, 0, MAX_MESSAGE_LEN); in picodbg_varargs()