Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdio/
Dfread.c153 size_t total; in fread() local
168 total = resid; in fread()
214 return crlf_r (ptr, fp, buf, total-resid, 1) / size; in fread()
218 return (total - resid) / size; in fread()
239 return crlf_r (ptr, fp, buf, total-resid, 1) / size; in fread()
243 return (total - resid) / size; in fread()
256 return crlf_r(ptr, fp, buf, total, 0) / size; in fread()
Dvfscanf.c330 size_t total; in _sfread() local
335 total = resid; in _sfread()
348 return (total - resid) / size; in _sfread()
/picolibc-latest/newlib/libc/string/
Duniset418 $total = 0;
421 $total++;
431 print("\r$count/$total: $gif");
/picolibc-latest/doc/
Dprintf.md295 saves 8544 bytes of text space and a total of 2472 bytes of data
/picolibc-latest/newlib/libc/iconv/
Diconv.tex1178 code (total 16). But it is better to join both ranges as 1 - 10 and
1181 (total 10 bytes). This optimization is done in the size-optimized tables.