Searched refs:more (Results 1 – 2 of 2) sorted by relevance
285 size_t more = n; in libc_hidden_def() local286 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() local337 count = more; in libc_hidden_def()353 more -= count; in libc_hidden_def()[all …]
373 size_t more = n; in libc_hidden_def() local374 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() local427 count = more; in libc_hidden_def()441 more -= count; in libc_hidden_def()[all …]
Completed in 7 milliseconds