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.cpp153 static const int MAX_MESSAGE_LEN = 2048; in SwrAssert() local
154 char msgBuf[MAX_MESSAGE_LEN]; in SwrAssert()
157 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()
158 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()
162 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()
163 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()
191 MAX_MESSAGE_LEN - offset, in SwrAssert()
212 MAX_MESSAGE_LEN - offset, in SwrAssert()
268 static const int MAX_MESSAGE_LEN = 2048; in SwrTrace() local
269 char msgBuf[MAX_MESSAGE_LEN]; in SwrTrace()
[all …]
/external/oj-libjdwp/src/share/back/
Derror_messages.c53 #define MAX_MESSAGE_LEN MAXPATHLEN*2+512 macro
63 jbyte utf8buf[MAX_MESSAGE_LEN+1]; in vprint_message()
65 char pbuf[MAX_MESSAGE_LEN+1]; in vprint_message()
68 (void)vsnprintf((char*)utf8buf, MAX_MESSAGE_LEN, format, ap); in vprint_message()
69 utf8buf[MAX_MESSAGE_LEN] = 0; in vprint_message()
75 utf8buf, len, pbuf, MAX_MESSAGE_LEN); in vprint_message()