HomeSort by relevance Sort by last modified time
    Searched full:zpadlen (Results 1 - 1 of 1) sorted by null

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

Completed in 213 milliseconds