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

  /toolchain/binutils/binutils-2.25/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 2077 int i, pcrel_p, num_printed; local
    [all...]
  /external/selinux/libsemanage/src/
handle.c 142 int num_printed = 0; local
167 num_printed = snprintf(compiler, len, "%s/%s", sh->conf->compiler_directory_path, lower_lang_ext);
168 if (num_printed < 0 || (int)num_printed >= (int)len) {
  /external/mdnsresponder/Clients/
dns-sd.c 216 static int num_printed; variable
354 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing");
441 if (num_printed++ == 0)
502 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-25s %s\n", "Domain", "Service Type", "Instance Name");
510 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref);
695 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-30s%4s%4s Rdata\n", "Name", "T", "C");
767 if (num_printed++ == 0) printf("Timestamp if %-20s %-15s %-15s %-15s %-6s\n", "External Address", "Protocol", "Internal Port", "External Port", "TTL");
792 if (num_printed++ == 0) printf("Timestamp A/R Flags if %-25s %-44s %s\n", "Hostname", "Address", "TTL");
    [all...]
  /external/pcre/dist/sljit/
sljitNativeTILEGX-encoder.c 10073 int i, num_instructions, num_printed; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 426 int num_printed = 0;
470 num_printed += 2;
476 num_printed ++;
486 num_printed ++;
501 if (extra_padding && num_printed < width)
504 printf ("%-*s", width - num_printed, " ");
505 num_printed = width;
508 return num_printed;
423 int num_printed = 0; local
    [all...]

Completed in 397 milliseconds