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

  /external/ipsec-tools/src/racoon/
var.h 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit))
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 114 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
140 #undef ISSET
161 #define ISSET(v, n) ((v)[n])
  /external/llvm/lib/Support/
regexec.c 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
89 #undef ISSET
110 #define ISSET(v, n) ((v)[n])
  /external/swiftshader/third_party/LLVM/lib/Support/
regexec.c 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
89 #undef ISSET
110 #define ISSET(v, n) ((v)[n])
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regexec.c 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0)
89 #undef ISSET
110 #define ISSET(v, n) ((v)[n])
  /bionic/libc/bionic/
fts.c 63 #define ISSET(opt) (sp->fts_options & (opt))
66 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
96 if (ISSET(FTS_LOGICAL))
124 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1);
167 if (!ISSET(FTS_NOCHDIR) && (sp->fts_rfd = open(".", O_RDONLY, 0)) < 0)
227 rfd = ISSET(FTS_NOCHDIR) ? -1 : sp->fts_rfd;
266 if (sp->fts_cur == NULL || ISSET(FTS_STOP))
291 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) {
305 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) {
317 if (sp->fts_child && ISSET(FTS_NAMEONLY))
    [all...]
  /external/mksh/src/
sh.h     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 324 milliseconds