Searched refs:num_printed (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Dtilegx-dis.c37 int status, i, num_instructions, num_printed; local
59 num_printed = 0;
83 && (num_printed > 0 || i + 1 < num_instructions))
86 if (num_printed > 0)
88 ++num_printed;
H A Dtilepro-dis.c85 int status, i, num_instructions, num_printed; local
106 num_printed = 0;
130 && (num_printed > 0 || i + 1 < num_instructions))
133 if (num_printed > 0)
135 ++num_printed;
H A Daarch64-dis.c2849 int i, pcrel_p, num_printed;
2850 for (i = 0, num_printed = 0; i < AARCH64_MAX_OPND_NUM; ++i)
2869 num_printed++ == 0 ? "\t" : ", ");
2845 int i, pcrel_p, num_printed; local
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-structalias.c2867 int num_printed = 0; local
2876 num_printed = asprintf (&temp, "%s_%u", res, SSA_NAME_VERSION (decl));
2878 num_printed = asprintf (&temp, "_%u", SSA_NAME_VERSION (decl));
2879 if (num_printed > 0)
2894 num_printed = asprintf (&temp, "D.%u", DECL_UID (decl));
2895 if (num_printed > 0)
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c478 int num_printed = 0;
522 num_printed += 2;
528 num_printed ++;
538 num_printed ++;
553 if (extra_padding && num_printed < width)
556 printf ("%-*s", width - num_printed, " ");
557 num_printed = width;
560 return num_printed;
475 int num_printed = 0; local

Completed in 278 milliseconds