Searched refs:shortFmt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuFormatUtil.hpp54 const char shortFmt[] = {'0', 'x', '%', '0', '0' + NumDigits, 'l', 'l', 'x', 0}; local
57 deSprintf(buf, sizeof(buf), NumDigits > 9 ? longFmt : shortFmt, value);

Completed in 115 milliseconds