Lines Matching defs:count
144 int count;
218 count = 48; /* Benchmarks suggest this gives the best throughput. */
341 if (nfds == ARRAY_SIZE(events) && --count != 0) {
1044 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) {
1080 *count = ncpus;
1100 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) {
1111 *count = 0;
1162 (*count)++;
1165 if (*count == 0)
1169 *addresses = uv__calloc(*count, sizeof(**addresses));
1195 /* All conditions above must match count loop */
1240 for (i = 0; i < *count; i++) {
1253 uv_free_interface_addresses(*addresses, *count);
1255 *count = 0;
1269 int count) {
1272 for (i = 0; i < count; ++i) {