Home
last modified time | relevance | path

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

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