Lines Matching defs:count
145 int count;
221 count = 48; /* Benchmarks suggest this gives the best throughput. */
352 if (nfds == ARRAY_SIZE(events) && --count != 0) {
1060 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) {
1096 *count = ncpus;
1116 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) {
1127 *count = 0;
1178 (*count)++;
1181 if (*count == 0)
1185 *addresses = uv__calloc(*count, sizeof(**addresses));
1211 /* All conditions above must match count loop */
1256 for (i = 0; i < *count; i++) {
1269 uv_free_interface_addresses(*addresses, *count);
1271 *count = 0;
1285 int count) {
1288 for (i = 0; i < count; ++i) {