HomeSort by: relevance | last modified time | path
    Searched refs:num_printed (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/binutils/dist/opcodes/
tilegx-dis.c 37 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;
tilepro-dis.c 85 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;
aarch64-dis.c 3970 int i, pcrel_p, num_printed;
3978 for (i = 0, num_printed = 0; i < AARCH64_MAX_OPND_NUM; ++i)
4000 num_printed++ == 0 ? "\t" : ", ");
3967 int i, pcrel_p, num_printed; local
  /src/external/gpl3/binutils.old/dist/opcodes/
tilegx-dis.c 37 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;
tilepro-dis.c 85 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;
aarch64-dis.c 3946 int i, pcrel_p, num_printed;
3954 for (i = 0, num_printed = 0; i < AARCH64_MAX_OPND_NUM; ++i)
3976 num_printed++ == 0 ? "\t" : ", ");
3942 int i, pcrel_p, num_printed; local
  /src/external/gpl3/gdb.old/dist/opcodes/
tilegx-dis.c 37 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;
tilepro-dis.c 85 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;
aarch64-dis.c 3905 int i, pcrel_p, num_printed;
3913 for (i = 0, num_printed = 0; i < AARCH64_MAX_OPND_NUM; ++i)
3935 num_printed++ == 0 ? "\t" : ", ");
3901 int i, pcrel_p, num_printed; local
  /src/external/gpl3/gdb/dist/opcodes/
tilegx-dis.c 37 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;
tilepro-dis.c 85 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;
aarch64-dis.c 3945 int i, pcrel_p, num_printed;
3953 for (i = 0, num_printed = 0; i < AARCH64_MAX_OPND_NUM; ++i)
3975 num_printed++ == 0 ? "\t" : ", ");
3941 int i, pcrel_p, num_printed; local
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat-info.c 521 int num_printed = 0; local
592 num_printed++;
600 if ((max > 0) && (num_printed >= max))
breakpoint.c 7229 int num_printed = breakpoint_1 (args, false, is_watchpoint);
7232 if (num_printed == 0)
14252 int num_printed;
14254 num_printed = breakpoint_1 (args, false, is_tracepoint);
14256 if (num_printed == 0)
7225 int num_printed = breakpoint_1 (args, false, is_watchpoint); local
14238 int num_printed; local
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat-info.c 521 int num_printed = 0; local
592 num_printed++;
600 if ((max > 0) && (num_printed >= max))
breakpoint.c 7261 int num_printed = breakpoint_1 (args, false, is_watchpoint);
7264 if (num_printed == 0)
14280 int num_printed;
14282 num_printed = breakpoint_1 (args, false, is_tracepoint);
14284 if (num_printed == 0)
7257 int num_printed = breakpoint_1 (args, false, is_watchpoint); local
14266 int num_printed; local
  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 271 static int num_printed; variable
655 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
746 if (num_printed++ == 0)
811 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-20s %-20s %s\n", "Domain", "Service Type", "Instance Name");
826 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
1161 if (num_printed++ == 0)
1271 if (num_printed++ == 0) printf("Timestamp if %-20s %-15s %-15s %-15s %-6s\n", "External Address", "Protocol", "Internal Port", "External Port", "TTL");
1299 if (num_printed++ == 0)
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeTILEGX-encoder.c 10075 int i, num_instructions, num_printed; local
10086 num_printed = 0;
10110 && (num_printed > 0 || i + 1 < num_instructions))
10113 if (num_printed > 0)
10115 ++num_printed;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 667 signed int num_printed = 0;
726 num_printed ++;
739 num_printed += 2;
747 num_printed += 5;
881 num_printed ++;
897 num_printed += printf ("[...]");
899 if (extra_padding && num_printed < width)
902 printf ("%-*s", width - num_printed, " ");
903 num_printed = width;
907 return num_printed;
664 signed int num_printed = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 650 signed int num_printed = 0;
709 num_printed ++;
722 num_printed += 2;
730 num_printed += 5;
864 num_printed ++;
880 num_printed += printf ("[...]");
882 if (extra_padding && num_printed < width)
885 printf ("%-*s", width - num_printed, " ");
886 num_printed = width;
890 return num_printed;
647 signed int num_printed = 0; local
    [all...]

Completed in 56 milliseconds