Lines Matching refs:n
2598 printf ("process %d exited with status %x\n", w->rpid, w->rstatus);
2797 printf ("passwd current size %ld\n", (long)w->attr.st_size);
2798 printf ("passwd current atime %ld\n", (long)w->attr.st_mtime);
2799 printf ("passwd current mtime %ld\n", (long)w->attr.st_mtime);
2804 "if this is windows, they already arrived\n");
3109 for (n = 0; n < nfds; ++n)
3110 // create/start io watcher that sets the relevant bits in fds[n] and increment got_events
3123 for (n = 0; n < nfds; ++n)
3124 ev_io_stop (EV_A_ iow [n]);
5261 Note that winsockets handling of fd sets is O(n), so you can easily get a
5262 complexity in the O(n²) range when using win32.
5287 the cost of calling select (O(n²)) will likely make this unworkable.