Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c903 int zpadlen = 0; /* Amount to zero pad. */ in fmtint() local
946 zpadlen = precision - pos - separators; in fmtint()
953 if (zpadlen < 0) in fmtint()
954 zpadlen = 0; in fmtint()
966 zpadlen += spadlen; in fmtint()
979 while (zpadlen > 0) { /* Leading zeros. */ in fmtint()
981 zpadlen--; in fmtint()