Home
last modified time | relevance | path

Searched refs:op_count (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenextract.cc45 unsigned int op_count; member
106 unsigned int op_count, dup_count, j; in gen_insn() local
130 op_count = acc.oplocs.length (); in gen_insn()
136 if (p->op_count != op_count || p->dup_count != dup_count) in gen_insn()
139 for (j = 0; j < op_count; j++) in gen_insn()
147 if (j != op_count) in gen_insn()
168 + op_count*sizeof (char *) in gen_insn()
171 p->op_count = op_count; in gen_insn()
179 p->duplocs = p->oplocs + op_count; in gen_insn()
182 memcpy (p->oplocs, acc.oplocs.address (), op_count * sizeof (locstr)); in gen_insn()
[all …]
H A Dipa-fnsummary.cc1447 int op_count = 0; in decompose_param_expr() local
1504 if (op_count++ == op_limit) in decompose_param_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenextract.c45 unsigned int op_count; member
106 unsigned int op_count, dup_count, j; in gen_insn() local
130 op_count = acc.oplocs.length (); in gen_insn()
136 if (p->op_count != op_count || p->dup_count != dup_count) in gen_insn()
139 for (j = 0; j < op_count; j++) in gen_insn()
147 if (j != op_count) in gen_insn()
168 + op_count*sizeof (char *) in gen_insn()
171 p->op_count = op_count; in gen_insn()
179 p->duplocs = p->oplocs + op_count; in gen_insn()
182 memcpy (p->oplocs, acc.oplocs.address (), op_count * sizeof (locstr)); in gen_insn()
[all …]
H A Dipa-fnsummary.c1358 int op_count = 0; variable
1415 if (op_count++ == op_limit)
/netbsd-src/external/ibm-public/postfix/dist/src/fsstone/
H A Dfsstone.c165 int op_count; in main() local
199 if ((op_count = atoi(argv[optind])) <= 0) in main()
214 while (op_count > 0) { in main()
227 op_count--; in main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c1384 long op_count = 1; in speed_main() local
2398 op_count = 1; in speed_main()
2412 op_count = count; in speed_main()
2445 if (op_count <= 1) { in speed_main()
2478 op_count = 1; in speed_main()
2491 op_count = count; in speed_main()
2524 if (op_count <= 1) { in speed_main()
2557 op_count = 1; in speed_main()
2570 op_count = count; in speed_main()
2603 if (op_count <= 1) { in speed_main()
[all …]
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c658 unsigned op_count; local
751 op_count = ft_options [option_code].num_present;
753 if (option_len != op_size * op_count) {
776 op_count = (ft_options [option_code].type == FT_DDNS1
780 c, op_count);
781 link -> imsg_count += op_count;
782 if (op_count == 1)
785 op_count = option_len - op_count;
787 ddns -> length = op_count;
788 ddns -> data = dmalloc (op_count, MDL);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c9359 int op_count; in print_insn() local
9799 op_count = 0; in print_insn()
9802 ++op_count; in print_insn()
9806 if (op_count > 0) in print_insn()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-dis.c9356 int op_count; in print_insn() local
9852 op_count = 0; in print_insn()
9855 ++op_count; in print_insn()
9859 if (op_count > 0) in print_insn()