HomeSort by: relevance | last modified time | path
    Searched defs:thousands_sep_len (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c 1165 size_t thousands_sep_len;
1178 thousands_sep_len = 0;
1180 thousands_sep_len = strlen (thousands_sep);
1183 + ngroups * thousands_sep_len);
1206 memcpy (cp, thousands_sep, thousands_sep_len), cp += thousands_sep_len;
1163 size_t thousands_sep_len; local
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c 1165 size_t thousands_sep_len;
1178 thousands_sep_len = 0;
1180 thousands_sep_len = strlen (thousands_sep);
1183 + ngroups * thousands_sep_len);
1206 memcpy (cp, thousands_sep, thousands_sep_len), cp += thousands_sep_len;
1163 size_t thousands_sep_len; local

Completed in 27 milliseconds