Searched refs:nest (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/PCH/
H A Dstruct.h28 struct Nested { int x, y; } nest; member in struct:S
/external/iproute2/tc/
H A Dq_prio.c36 struct rtattr *nest; local
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
92 addattr_nest_compat_end(n, nest);
H A Dq_rr.c37 struct rtattr *nest; local
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
87 addattr_nest_compat_end(n, nest);
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc126 int start = 0, nest = 3; local
133 nest -= 2;
139 LOG(INFO) << std::setw(nest) << " "
143 nest += 2;
156 LOG(INFO) << std::setw(nest) << " " << "## TEXT REMOVED ##";
159 LOG(INFO) << std::setw(nest) << " "
/external/iproute2/include/
H A Dlibnetlink.h57 extern int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest);
59 extern int addattr_nest_compat_end(struct nlmsghdr *n, struct rtattr *nest);
/external/clang/test/Sema/
H A Dblock-return.c84 int (^nested)(char *s) = ^(char *str) { void (^nest)(void) = ^(void) { printf("%s\n", str); }; next(); return 1; }; // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \
/external/iproute2/lib/
H A Dlibnetlink.c577 struct rtattr *nest = NLMSG_TAIL(n); local
580 return nest;
583 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest) argument
585 nest->rta_len = (void *)NLMSG_TAIL(n) - (void *)nest;
601 struct rtattr *nest = (void *)start + NLMSG_ALIGN(start->rta_len); local
604 addattr_nest_end(n, nest);
/external/mksh/src/
H A Dtree.c546 int nest = 0; local
569 nest++;
575 if (c == CSUBST && nest == 0)
577 nest--;
580 nest++;
585 if (c == wp[-1] && nest == 0)
588 nest--;
H A Dmisc.c633 int nest = 0, bnest = 0; local
665 nest++;
675 } else if (nest)
676 nest--;
683 return (saw_glob && !in_bracket && !nest);
870 int nest = 0; local
875 if ((*++p == /*(*/ ')' && nest-- == 0) ||
876 (*p == '|' && match_sep && nest == 0))
879 nest++;
/external/dnsmasq/src/
H A Doption.c24 static void one_file(char *file, int nest, int hard_opt);
978 static char *one_opt(int option, char *arg, char *gen_prob, int nest) argument
991 if (nest == 0)
1024 one_file(file, nest, 0);
1092 one_file(path, nest + 1, 0);
2531 static void one_file(char *file, int nest, int hard_opt) argument
2560 if (nest > 20)
2565 if (errno == ENOENT && nest == 0)
2689 errmess = one_opt(option, arg, _("error"), nest + 1);
2783 int option, nest local
[all...]
/external/llvm/utils/vim/
H A Dllvm.vim54 syn keyword llvmKeyword nocapture byval nest readnone readonly noalias uwtable
/external/kernel-headers/original/linux/
H A Dperf_event.h600 local_t nest; /* nested writers */ member in struct:perf_mmap_data
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h707 local_t nest; /* nested writers */ member in struct:perf_buffer
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp541 KEYWORD(nest);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvorbis/doc/
H A D04-codec.tex183 % FIXME/TODO: LaTeX cannot nest enumerate that deeply, so I have to use

Completed in 371 milliseconds