Home
last modified time | relevance | path

Searched refs:maxAllowed (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglconfigdebug.c92 int maxAllowed; in _strnAppend() local
96 maxAllowed = bufSize - bufLen; in _strnAppend()
97 assert(maxAllowed >= 0); in _strnAppend()
100 (void) vsnprintf(&buf[bufLen], maxAllowed, fmt, args); in _strnAppend()