HomeSort by relevance Sort by last modified time
    Searched refs:sop (Results 1 - 7 of 7) 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/
regcomp.c 59 sop *strip; /* malloced strip */
99 static void doemit(struct parse *, sop, size_t);
100 static void doinsert(struct parse *, sop, size_t, sopno);
101 static void dofwd(struct parse *, sopno, sop);
130 #define EMIT(op, sopnd) doemit(p, (sop)(op), (size_t)(sopnd))
131 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
133 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos)
179 p->strip = (sop *)calloc(p->ssize, sizeof(sop));
    [all...]
regex2.h 62 typedef unsigned long sop; /* strip operator */ typedef
69 #define SOP(op, opnd) ((op)|(opnd))
129 sop *strip; /* malloced area for strip */
engine.c 294 sopno ss; /* start sop of current subRE */
295 sopno es; /* end sop of current subRE */
300 sopno ssub; /* start sop of subsubRE */
301 sopno esub; /* end sop of subsubRE */
476 sopno ss; /* start sop of current subRE */
478 sopno ssub; /* start sop of subsubRE */
479 sopno esub; /* end sop of subsubRE */
484 sop s;
587 while (m->g->strip[ss] != SOP(O_BACK, i))
844 sop s
    [all...]
  /packages/inputmethods/PinyinIME/jni/share/
userdict.cpp     [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 394 inline void swap(UserDictScoreOffsetPair * sop, int i, int j);
396 void shift_down(UserDictScoreOffsetPair * sop, int i, int n);
  /external/bison/tests/
testsuite     [all...]

Completed in 65 milliseconds