Searched defs:indir (Results 1 - 5 of 5) sorted by relevance

/external/c-ares/
H A Dares_expand_name.c68 int len, indir = 0; local
107 if (!indir)
110 indir = 1;
128 if (!indir)
146 int n = 0, offset, indir = 0; local
167 if (++indir > alen)
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCodeMangler.java34 private File indir; // root of input field in class:CodeMangler
189 indir = new File(inname);
191 indir = indir.getCanonicalFile();
196 if (!indir.exists()) {
197 throw new IllegalArgumentException("Input directory '" + indir.getAbsolutePath() + "' does not exist.");
198 } else if (!indir.isDirectory()) {
199 throw new IllegalArgumentException("Input path '" + indir.getAbsolutePath() + "' is not a directory.");
201 if (verbose) System.out.println("indir: " + indir
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h57 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, argument
59 : Var(Var), Expr(Expr), Offset(off), DL(dl), Order(O), IsIndirect(indir) {
/external/toybox/toys/posix/
H A Dls.c286 static void listfiles(int dirfd, struct dirtree *indir) argument
295 strwidth(indir->name);
296 perror_msg_raw(indir->name);
305 if (!indir->parent) {
308 dt = indir->child;
322 indir->dirfd = dup(dirfd);
323 dirtree_recurse(indir, filter, DIRTREE_SYMFOLLOW*!!(flags&FLAG_L));
330 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++)
336 if (indir->parent && (TT.singledir!=indir || (flag
[all...]
/external/valgrind/perf/
H A Dtinycc.c12676 static void indir(void)
12866 indir();
13039 indir();
13073 indir();
13632 indir();
16118 int reg, indir;
16121 indir = 0;
16124 indir = OP_INDIR;
16217 op->type |= indir;
12674 static void indir(void) function
16116 int reg, indir; local

Completed in 787 milliseconds