Home
last modified time | relevance | path

Searched defs: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
215 static const int MAX_MESSAGE_LEN = 2048; in SwrAssert() local
/external/svox/pico/lib/
Dpicodbg.c61 #define MAX_MESSAGE_LEN 999 macro