Home
last modified time | relevance | path

Searched refs:fd_mask (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libevent/
Dselect.c67 typedef unsigned long fd_mask; typedef
111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask)); in select_init()
218 n_events = (fdsz/sizeof(fd_mask)) * NFDBITS; in select_resize()
219 n_events_old = (sop->event_fdsz/sizeof(fd_mask)) * NFDBITS; in select_resize()
281 if (fdsz < sizeof(fd_mask)) in select_add()
282 fdsz = sizeof(fd_mask); in select_add()
285 (howmany(ev->ev_fd + 1, NFDBITS) * sizeof(fd_mask))) in select_add()
Dconfig.h.in33 /* Define to 1 if the system has the type `fd_mask'. */
Dconfigure.in312 AC_CHECK_TYPES([fd_mask], , ,
DChangeLog4 o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h
Dconfigure23120 if (sizeof (fd_mask))
23160 if (sizeof ((fd_mask)))
/external/chromium_org/third_party/openssl/openssl/apps/
Ds_apps.h136 typedef int fd_mask; /* int here! VMS prototypes int, not long */ typedef
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
140 typedef fd_mask fd_set;
/external/openssl/apps/
Ds_apps.h136 typedef int fd_mask; /* int here! VMS prototypes int, not long */ typedef
137 #define NFDBITS (sizeof(fd_mask) * NBBY) /* bits per mask (power of 2!)*/
140 typedef fd_mask fd_set;
/external/valgrind/main/perf/
Dtest_input_for_tinycc.c397 typedef __fd_mask fd_mask; typedef