HomeSort by relevance Sort by last modified time
    Searched refs:MAX_MESSAGE_LEN (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
swr_assert.cpp 145 static const int MAX_MESSAGE_LEN = 2048;
146 char msgBuf[MAX_MESSAGE_LEN];
149 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
150 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
215 static const int MAX_MESSAGE_LEN = 2048;
216 char msgBuf[MAX_MESSAGE_LEN];
219 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
220 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
224 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
225 msgBuf[MAX_MESSAGE_LEN - 1] = 0
    [all...]
  /external/oj-libjdwp/src/share/back/
error_messages.c 53 #define MAX_MESSAGE_LEN MAXPATHLEN*2+512
63 jbyte utf8buf[MAX_MESSAGE_LEN+1];
65 char pbuf[MAX_MESSAGE_LEN+1];
68 (void)vsnprintf((char*)utf8buf, MAX_MESSAGE_LEN, format, ap);
69 utf8buf[MAX_MESSAGE_LEN] = 0;
75 utf8buf, len, pbuf, MAX_MESSAGE_LEN);

Completed in 69 milliseconds