Home
last modified time | relevance | path

Searched refs:dupl (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.bin/kdump/
Dkdump.c1177 int dupl = 0; in hexdump_buf() local
1205 dupl |= 1; /* need to print */ in hexdump_buf()
1207 if (dupl == 0 || memcmp(dp, prev, sizeof chars)) in hexdump_buf()
1208 dupl |= 1; in hexdump_buf()
1211 if (!(dupl & 1)) { in hexdump_buf()
1213 dupl += 2; in hexdump_buf()
1218 if (dupl > 3) { in hexdump_buf()
1220 if (dupl == 5) in hexdump_buf()
1240 dupl = 2; in hexdump_buf()
/netbsd/src/external/bsd/nvi/dist/regex/
Dregcomp.c125 static sopno dupl __P((struct parse *p, sopno start, sopno finish));
626 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1087 copy = dupl(p, start+1, finish+1); in repeat()
1096 copy = dupl(p, start, finish); in repeat()
1100 copy = dupl(p, start, finish); in repeat()
1445 dupl(struct parse *p, sopno start, sopno finish) in dupl() function
/netbsd/src/lib/libc/regex/
Dregcomp.c170 static sopno dupl(struct parse *p, sopno start, sopno finish);
586 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_ere_exp()
1011 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1621 copy = dupl(p, start+1, finish+1);
1630 copy = dupl(p, start, finish);
1634 copy = dupl(p, start, finish);
1844 dupl(struct parse *p, function
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c9943 unsigned int dupl = i.operands; in process_operands() local
9944 unsigned int dest = dupl - 1; in process_operands()
9949 && MAX_OPERANDS > dupl in process_operands()
9965 gas_assert ((MAX_OPERANDS - 1) > dupl); in process_operands()
9985 dupl++; in process_operands()
9987 i.op[dupl] = i.op[dest]; in process_operands()
9988 i.types[dupl] = i.types[dest]; in process_operands()
9989 i.tm.operand_types[dupl] = i.tm.operand_types[dest]; in process_operands()
9990 i.flags[dupl] = i.flags[dest]; in process_operands()
9999 i.op[dupl] = i.op[dest]; in process_operands()
[all …]
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS23024 c2a5649592cbbe88e85ed2dcd1b7cc0f gcc/testsuite/g++.dg/parse/dupl-tmpl-args1.C