HomeSort by relevance Sort by last modified time
    Searched full:n_args (Results 1 - 14 of 14) sorted by null

  /external/avahi/avahi-daemon/
simple-protocol.c 268 int n_args; local
276 if ((n_args = sscanf(s, "%63s %63s", cmd, arg)) < 1 ) {
293 else if (strcmp(cmd, "FUCK") == 0 && n_args == 1) {
296 } else if (strcmp(cmd, "RESOLVE-HOSTNAME-IPV4") == 0 && n_args == 2) {
302 } else if (strcmp(cmd, "RESOLVE-HOSTNAME-IPV6") == 0 && n_args == 2) {
308 } else if (strcmp(cmd, "RESOLVE-HOSTNAME") == 0 && n_args == 2) {
314 } else if (strcmp(cmd, "RESOLVE-ADDRESS") == 0 && n_args == 2) {
328 } else if (strcmp(cmd, "BROWSE-DNS-SERVERS-IPV4") == 0 && n_args == 1) {
336 } else if (strcmp(cmd, "BROWSE-DNS-SERVERS-IPV6") == 0 && n_args == 1) {
344 } else if (strcmp(cmd, "BROWSE-DNS-SERVERS") == 0 && n_args == 1)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
plugin.c 66 size_t n_args; member in struct:plugin
239 last_plugin->n_args++;
801 if (curplug->n_args > max_args)
802 max_args = curplug->n_args;
  /external/valgrind/VEX/priv/
host_tilegx_isel.c 221 Long n_args, i, argreg; local
238 n_args = 0;
240 n_args++;
253 if (TILEGX_N_REGPARMS < n_args) {
288 for (i = 0; i < n_args; i++) {
302 for (i = 0; i < n_args; i++) {
319 for (i = 0; i < n_args; i++) {
    [all...]
host_amd64_isel.c 438 UInt n_args, i; local
509 n_args = 0;
511 n_args++;
513 if (n_args > 6)
564 vassert(n_args >= 0 && n_args <= 6);
565 for (i = 0; i < n_args; i++) {
578 for (i = 0; i < n_args; i++)
591 if (n_args > 0) {for (i = 0; args[i]; i++) {
610 vassert(n_args >= 0 && n_args <= 6)
    [all...]
host_s390_isel.c 516 UInt n_args, i, argreg, size; local
539 n_args = 0;
541 ++n_args;
543 if (n_args > S390_NUM_GPRPARMS) {
553 for (i = 0; i < n_args; ++i) {
579 for (i = 0; i < n_args; i++) {
638 addInstr(env, s390_insn_helper_call(cc, target, n_args,
    [all...]
host_x86_isel.c 438 Int not_done_yet, n_args, n_arg_ws, stack_limit, local
507 n_args = n_arg_ws = 0;
508 while (args[n_args]) {
509 IRExpr* arg = args[n_args];
510 n_args++;
536 not_done_yet = n_args;
542 /* Push (R to L) the stack-passed args, [n_args-1 .. stack_limit] */
543 for (i = n_args-1; i >= stack_limit; i--) {
    [all...]
host_mips_isel.c 404 Int n_args, i, argreg; local
441 n_args = 0;
449 n_args++;
452 if (n_args > MIPS_N_REGPARMS) {
499 for (i = 0; i < n_args; i++) {
513 for (i = 0; i < n_args; i++) {
554 for (i = 0; i < n_args; i++) {
    [all...]
host_ppc_isel.c 728 Int n_args, i, argreg; local
800 n_args = 0;
802 n_args++;
804 if (n_args > PPC_N_REGPARMS) {
851 for (i = 0; i < n_args; i++) {
877 for (i = 0; i < n_args; i++)
    [all...]
host_arm64_isel.c 486 Int n_args, i, nextArgReg; local
558 n_args = 0;
566 n_args++;
617 for (i = 0; i < n_args; i++) {
639 for (i = 0; i < n_args; i++) {
678 for (i = 0; i < n_args; i++) {
    [all...]
host_arm_isel.c 390 Int n_args, i, nextArgReg; local
462 n_args = 0;
470 n_args++;
499 for (i = 0; i < n_args; i++) {
521 for (i = 0; i < n_args; i++) {
578 for (i = 0; i < n_args; i++) {
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_07_part1.c     [all...]
  /external/valgrind/none/tests/ppc32/
jm-insns.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 1682 milliseconds