Home
last modified time | relevance | path

Searched refs:opcount (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sbin/dhclient/
Doptions.c287 int opcount; in pretty_print_option() local
326 opcount = strlcpy(op, inet_ntoa(foo), opleft); in pretty_print_option()
327 if (opcount >= opleft) in pretty_print_option()
329 opleft -= opcount; in pretty_print_option()
333 opcount = snprintf(op, opleft, "%ld", in pretty_print_option()
335 if (opcount >= opleft || opcount == -1) in pretty_print_option()
337 opleft -= opcount; in pretty_print_option()
341 opcount = snprintf(op, opleft, "%ld", in pretty_print_option()
343 if (opcount >= opleft || opcount == -1) in pretty_print_option()
345 opleft -= opcount; in pretty_print_option()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic54x.c91 int opcount; member
3651 operands_match (insn, operands, opcount, refoptype, minops, maxops) in operands_match() argument
3654 int opcount;
3661 if (opcount == 0 && minops == 0)
3686 if (op == opcount)
4208 if (insn->opcount == 1)
4321 for (i = 0; i < insn->opcount; i++)
4342 for (i = 0; i < insn->opcount; i++)
4371 if (insn->opcount > 1
4372 && is_accumulator (&insn->operands[insn->opcount - 2])
[all …]
Dtc-i370.c1971 unsigned int opcount, nwanted; in md_assemble() local
1976 opcount = 0; in md_assemble()
1979 opcount = 1; in md_assemble()
1983 ++opcount; in md_assemble()
1986 if ('=' == *s) { ++s; --opcount; } in md_assemble()
1996 if (opcount < nwanted) in md_assemble()
1998 if (have_optional_basereg && ((opcount+1) < nwanted)) in md_assemble()
2000 if (have_optional_reg && ((opcount+1) < nwanted)) in md_assemble()
2005 if (have_optional_basereg && (opcount < nwanted)) in md_assemble()
2007 if (have_optional_reg && (opcount < nwanted)) in md_assemble()
Dtc-ppc.c2165 unsigned int opcount; local
2172 opcount = 0;
2175 opcount = 1;
2179 ++opcount;
2193 if (opcount < num_operands_expected)