Searched refs:fd_mask (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A 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;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dselect.c67 typedef unsigned long fd_mask; typedef
111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
218 n_events = (fdsz/sizeof(fd_mask)) * NFDBITS;
219 n_events_old = (sop->event_fdsz/sizeof(fd_mask)) * NFDBITS;
281 if (fdsz < sizeof(fd_mask))
282 fdsz = sizeof(fd_mask);
285 (howmany(ev->ev_fd + 1, NFDBITS) * sizeof(fd_mask)))
H A Dconfigure14352 { $as_echo "$as_me:$LINENO: checking for fd_mask" >&5
14353 $as_echo_n "checking for fd_mask... " >&6; }
14374 if (sizeof (fd_mask))
14414 if (sizeof ((fd_mask)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A 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))
256 fdsz = (int)sizeof(fd_mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_apps.h139 typedef int fd_mask; /* int here! VMS prototypes int, not long */ typedef
140 # define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */
143 typedef fd_mask fd_set;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_apps.h139 typedef int fd_mask; /* int here! VMS prototypes int, not long */ typedef
140 # define NFDBITS (sizeof(fd_mask) * NBBY)/* bits per mask (power of 2!) */
143 typedef fd_mask fd_set;

Completed in 98 milliseconds