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.cpp156 static const int MAX_MESSAGE_LEN = 2048; in SwrAssert() local
157 char msgBuf[MAX_MESSAGE_LEN]; in SwrAssert()
160 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()
161 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()
165 msgBuf[MAX_MESSAGE_LEN - 2] = '\n'; in SwrAssert()
166 msgBuf[MAX_MESSAGE_LEN - 1] = 0; in SwrAssert()
191 MAX_MESSAGE_LEN - offset, in SwrAssert()
214 MAX_MESSAGE_LEN - offset, in SwrAssert()
270 static const int MAX_MESSAGE_LEN = 2048; in SwrTrace() local
271 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()