Searched defs:indir (Results 1 - 5 of 5) sorted by relevance
/external/c-ares/ |
H A D | ares_expand_name.c | 68 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 D | CodeMangler.java | 34 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 D | SDNodeDbgValue.h | 57 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 D | ls.c | 286 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 D | tinycc.c | 12676 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 410 milliseconds