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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c864 int padlen, strln; /* Amount to pad. */ local
871 for (strln = 0; value[strln] != '\0' &&
872 (noprecision || strln < precision); strln++)
875 if ((padlen = width - strln) < 0)
1304 int strln; local
1309 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c864 int padlen, strln; /* Amount to pad. */ local
871 for (strln = 0; value[strln] != '\0' &&
872 (noprecision || strln < precision); strln++)
875 if ((padlen = width - strln) < 0)
1304 int strln; local
1309 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln
[all...]
/external/openssl/crypto/bio/
H A Db_print.c443 int padlen, strln; local
448 for (strln = 0; value[strln]; ++strln)
450 padlen = min - strln;

Completed in 486 milliseconds