Home
last modified time | relevance | path

Searched refs:ifcc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/MC/AsmParser/
Dvararg.s2 .macro ifcc arg:vararg macro
37 ifcc movl %esp, %ebp
50 ifcc movl %esp, %ebp
Dmacros-darwin-vararg.s12 .macro ifcc arg:vararg macro
47 ifcc movl %esp, %ebp
60 ifcc movl, %esp, %ebp
/external/dhcpcd-6.8.2/
Ddhcpcd.h100 int ifcc; /* configured interfaces */ member
Ddhcpcd.c159 if (ctx->ifcc) { in free_globals()
160 for (; ctx->ifcc > 0; ctx->ifcc--) in free_globals()
161 free(ctx->ifcv[ctx->ifcc - 1]); in free_globals()
Dif-options.c2276 sizeof(char *) * ((size_t)ctx->ifcc + 1));
2282 ctx->ifcv[ctx->ifcc] = strdup(line);
2283 if (ctx->ifcv[ctx->ifcc] == NULL) {
2287 ctx->ifcc++;
2289 ctx->ifcv[ctx->ifcc - 1]);
Dif.c184 for (i = 0; i < ctx->ifcc; i++) { in if_hasconf()