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 153 static const int MAX_MESSAGE_LEN = 2048;
154 char msgBuf[MAX_MESSAGE_LEN];
157 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
158 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
162 msgBuf[MAX_MESSAGE_LEN - 2] = '\n';
163 msgBuf[MAX_MESSAGE_LEN - 1] = 0;
191 MAX_MESSAGE_LEN - offset,
212 MAX_MESSAGE_LEN - offset,
268 static const int MAX_MESSAGE_LEN = 2048;
269 char msgBuf[MAX_MESSAGE_LEN];
    [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 137 milliseconds