Lines Matching defs:count
1400 int count;
1421 count = 48; /* Benchmarks suggest this gives the best throughput. */
1618 if (nfds == ARRAY_SIZE(events) && --count != 0) {
1760 int uv_cpu_info(uv_cpu_info_t** ci, int* count) {
1936 *count = 0;
1943 *count = n;
1989 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) {
1995 *count = 0;
2006 (*count)++;
2009 if (*count == 0) {
2015 *addresses = uv__calloc(*count, sizeof(**addresses));
2053 for (i = 0; i < (*count); i++) {
2072 int count) {
2075 for (i = 0; i < count; i++) {