Home
last modified time | relevance | path

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

/libio/
A Dwgenops.c285 size_t more = n; in libc_hidden_def() local
286 if (more <= 0) in libc_hidden_def()
295 if ((size_t) count > more) in libc_hidden_def()
296 count = more; in libc_hidden_def()
313 more -= count; in libc_hidden_def()
317 more--; in libc_hidden_def()
319 return n - more; in libc_hidden_def()
327 size_t more = n; in libc_hidden_def() local
337 count = more; in libc_hidden_def()
353 more -= count; in libc_hidden_def()
[all …]
A Dgenops.c373 size_t more = n; in libc_hidden_def() local
374 if (more <= 0) in libc_hidden_def()
382 if (count > more) in libc_hidden_def()
383 count = more; in libc_hidden_def()
397 more -= count; in libc_hidden_def()
401 more--; in libc_hidden_def()
403 return n - more; in libc_hidden_def()
418 size_t more = n; in libc_hidden_def() local
427 count = more; in libc_hidden_def()
441 more -= count; in libc_hidden_def()
[all …]

Completed in 7 milliseconds