HomeSort by relevance Sort by last modified time
    Searched defs:sop (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libevent/
select.c 97 static int select_resize(struct selectop *sop, int fdsz);
102 struct selectop *sop; local
108 if (!(sop = calloc(1, sizeof(struct selectop))))
111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
115 return (sop);
120 check_selectop(struct selectop *sop)
123 for (i = 0; i <= sop->event_fds; ++i) {
124 if (FD_ISSET(i, sop->event_readset_in)) {
125 assert(sop->event_r_by_fd[i]);
126 assert(sop->event_r_by_fd[i]->ev_events & EV_READ)
149 struct selectop *sop = arg; local
268 struct selectop *sop = arg; local
318 struct selectop *sop = arg; local
346 struct selectop *sop = arg; local
    [all...]
  /bionic/libc/regex/
regex2.h 62 typedef unsigned long sop; /* strip operator */ typedef
69 #define SOP(op, opnd) ((op)|(opnd))
129 sop *strip; /* malloced area for strip */

Completed in 12 milliseconds