Home
last modified time | relevance | path

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

/external/libevent/
Dselect.c55 typedef unsigned long fd_mask; typedef
59 #define NFDBITS (sizeof(fd_mask)*8)
67 (DIV_ROUNDUP(n, NFDBITS) * sizeof(fd_mask))
255 if (fdsz < (int)sizeof(fd_mask)) in select_add()
256 fdsz = (int)sizeof(fd_mask); in select_add()
Dconfig.h.in64 /* Define to 1 if the system has the type `fd_mask'. */
Dconfigure.ac547 AC_CHECK_TYPES([fd_mask], , ,
DChangeLog1109 o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h
/external/valgrind/perf/
Dtest_input_for_tinycc.c397 typedef __fd_mask fd_mask; typedef