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

  /toolchain/binutils/binutils-2.27/gas/
frags.c 105 size_t newc;
111 newc = 2 * nchars;
113 newc = nchars + 0x10000;
114 newc += SIZEOF_STRUCT_FRAG;
117 if (newc < nchars)
120 /* Force to allocate at least NEWC bytes, but not less than the
123 if (newc > oldc)
124 obstack_chunk_size (&frchain_now->frch_obstack) = newc;
102 size_t newc; local
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
LaguerreSolver.java 332 Complex newc = c[n-i]; local
336 c[j] = newc;
337 newc = oldc.add(newc.multiply(root[i]));
  /external/dnsmasq/src/
rfc1035.c 746 struct crec *newc; local
787 newc = cache_insert(name, NULL, now, attl, F_CNAME | F_FORWARD);
788 if (newc && cpp)
790 cpp->addr.cname.cache = newc;
791 cpp->addr.cname.uid = newc->uid;
794 cpp = newc;
817 newc = cache_insert(name, &addr, now, attl, flags | F_FORWARD);
818 if (newc && cpp)
820 cpp->addr.cname.cache = newc;
821 cpp->addr.cname.uid = newc->uid
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 224 char *newc; local
225 count += strtoull(c, &newc, 10);
226 if (newc == c)
228 c = newc;
  /external/selinux/checkpolicy/
policy_define.c 291 ocontext_t *newc = 0, *c, *head; local
304 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
305 if (!newc) {
309 memset(newc, 0, sizeof(ocontext_t));
310 newc->u.name = id;
311 context_init(&newc->context[0]);
315 if (!strcmp(newc->u.name, c->u.name)) {
322 newc->sid[0] = head->sid[0] + 1;
324 newc->sid[0] = 1;
326 newc->next = head
4622 ocontext_t *newc, *c, *head; local
4683 ocontext_t *newc, *c, *l, *head; local
4737 ocontext_t *newc, *c, *l, *head; local
4801 ocontext_t *newc, *c, *l, *head; local
4865 ocontext_t *newc, *c, *l, *head; local
4920 ocontext_t *newc, *c, *l, *head; local
4975 ocontext_t *newc, *c, *l, *head; local
5065 ocontext_t *newc, *c, *l, *head; local
5171 ocontext_t *newc, *c, *l, *head; local
5251 ocontext_t *newc, *c, *head; local
5312 ocontext_t *newc, *c, *l, *head; local
5398 ocontext_t *newc, *c, *l, *head; local
5483 ocontext_t *newc, *c, *head; local
5536 ocontext_t *newc, *c, *head, *p; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 2291 ocontext_t *c, *newc, *l; local
    [all...]
policydb.c 2963 ocontext_t *l, *c, *newc = NULL; local
    [all...]

Completed in 328 milliseconds