HomeSort by relevance Sort by last modified time
    Searched refs:fd_mask (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
s_apps.h 136 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/chromium_org/third_party/libevent/
select.c 67 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)))
configure     [all...]

Completed in 106 milliseconds