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

  /external/iproute2/tc/
q_prio.c 36 struct rtattr *nest; local
89 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
92 addattr_nest_compat_end(n, nest);
q_rr.c 37 struct rtattr *nest; local
84 nest = addattr_nest_compat(n, 1024, TCA_OPTIONS, &opt, sizeof(opt));
87 addattr_nest_compat_end(n, nest);
  /external/llvm/test/FrontendC/
2007-02-05-nested.c 6 void nest(int n) function
  /external/clang/test/PCH/
struct.h 28 struct Nested { int x, y; } nest; member in struct:S
  /external/mksh/src/
tree.c 498 int nest = 0; local
521 nest++;
527 if (c == CSUBST && nest == 0)
529 nest--;
532 nest++;
537 if (c == wp[-1] && nest == 0)
540 nest--;
misc.c 519 int nest = 0, bnest = 0; local
549 nest++;
557 } else if (nest)
558 nest--;
565 return (saw_glob && !in_bracket && !nest);
742 int nest = 0; local
747 if ((*++p == /*(*/ ')' && nest-- == 0) ||
748 (*p == '|' && match_sep && nest == 0))
751 nest++;
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 126 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/lib/
libnetlink.c 577 struct rtattr *nest = NLMSG_TAIL(n); local
580 return nest;
583 int addattr_nest_end(struct nlmsghdr *n, struct rtattr *nest)
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/dnsmasq/src/
option.c 24 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)
991 if (nest == 0)
2783 int option, nest = 0, testmode = 0; local
    [all...]
  /external/kernel-headers/original/linux/
perf_event.h 600 local_t nest; /* nested writers */ member in struct:perf_mmap_data

Completed in 6065 milliseconds