Home
last modified time | relevance | path

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

/posix/
A Dsched_cpualloc.c23 __sched_cpualloc (size_t count) in __sched_cpualloc() argument
25 return malloc (CPU_ALLOC_SIZE (count)); in __sched_cpualloc()
A Dsched.h124 # define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count) argument
125 # define CPU_ALLOC(count) __CPU_ALLOC (count) argument
A Dglob.c1270 struct globnames *next; size_t count; char *name[nnames]; in glob_in_dir()
1285 init_names->count = ((sizeof init_names_buf in glob_in_dir()
1373 if (cur == names->count) in glob_in_dir()
1376 size_t count = names->count * 2; in glob_in_dir() local
1379 count * sizeof (char *)); in glob_in_dir()
1381 < names->count) in glob_in_dir()
1389 newnames->count = count; in glob_in_dir()
1449 cur = names->count; in glob_in_dir()
1475 cur = names->count; in glob_in_dir()
A Dtst-regex.input3747 log, not a byte-count.
7027 * elf/dl-close.c (_dl_close): Fix byte count while removing
7509 (testit): Don't check word count or word vector if return value is
9220 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
9269 that the return value from snprintf() does not count the
/posix/bits/
A Dcpu-set.h110 #define __CPU_ALLOC_SIZE(count) \ argument
111 ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask))
112 #define __CPU_ALLOC(count) __sched_cpualloc (count) argument

Completed in 21 milliseconds