Home
last modified time | relevance | path

Searched refs:maxc (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/usr.sbin/mailwrapper/
H A Dmailwrapper.c43 size_t argc, maxc; member
54 al->maxc = 10; in initarg()
55 if ((al->argv = malloc(al->maxc * sizeof(char *))) == NULL) in initarg()
70 if (al->argc == al->maxc) { in addarg()
71 al->maxc <<= 1; in addarg()
73 al->maxc * sizeof(char *))) == NULL) in addarg()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dalloca.c302 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dalloca.c290 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl2/gmake/dist/
H A Dalloca.c300 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dalloca.c290 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dalloca.c283 long maxc; /* Amount of contiguous space which would member
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dalloca.c303 long maxc; /* Amount of contiguous space which would member
/netbsd-src/sys/dev/ic/
H A Disp_netbsd.c1594 unsigned int maxc, olim, ilim; in isp_mbox_wait_complete() local
1600 maxc = isp->isp_mbxwrk0 + 1; in isp_mbox_wait_complete()
1609 for (olim = 0; olim < maxc; olim++) { in isp_mbox_wait_complete()
1625 for (olim = 0; olim < maxc; olim++) { in isp_mbox_wait_complete()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c3728 int maxc = TARGET_A24 && (mode == PSImode || mode == SImode) ? 32 : 8; in m32c_prepare_shift() local
3731 while (count > maxc) in m32c_prepare_shift()
3734 emit_insn (func (temp, operands[1], GEN_INT (maxc))); in m32c_prepare_shift()
3736 count -= maxc; in m32c_prepare_shift()
3738 while (count < -maxc) in m32c_prepare_shift()
3741 emit_insn (func (temp, operands[1], GEN_INT (-maxc))); in m32c_prepare_shift()
3743 count += maxc; in m32c_prepare_shift()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc3732 int maxc = TARGET_A24 && (mode == PSImode || mode == SImode) ? 32 : 8; in m32c_prepare_shift() local
3735 while (count > maxc) in m32c_prepare_shift()
3738 emit_insn (func (temp, operands[1], GEN_INT (maxc))); in m32c_prepare_shift()
3740 count -= maxc; in m32c_prepare_shift()
3742 while (count < -maxc) in m32c_prepare_shift()
3745 emit_insn (func (temp, operands[1], GEN_INT (-maxc))); in m32c_prepare_shift()
3747 count += maxc; in m32c_prepare_shift()
/netbsd-src/usr.sbin/postinstall/
H A Dpostinstall.in659 maxc = (oversc > nversc) ? oversc : nversc
662 for (i = 1; i <= maxc; ++i) {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-niter.c381 wide_int minc, maxc; in determine_value_range() local
383 && (get_range_info (gimple_phi_result (phi), &minc, &maxc) in determine_value_range()
390 maxv = maxc; in determine_value_range()
395 maxv = wi::min (maxv, maxc, sgn); in determine_value_range()