Searched refs:maxc (Results 1 – 8 of 8) sorted by relevance
43 size_t argc, maxc; member54 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()
283 long maxc; /* Amount of contiguous space which would member
290 long maxc; /* Amount of contiguous space which would member
1594 unsigned int maxc, olim, ilim; in isp_mbox_wait_complete() local1600 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()
3732 int maxc = TARGET_A24 && (mode == PSImode || mode == SImode) ? 32 : 8; in m32c_prepare_shift() local3735 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()
659 maxc = (oversc > nversc) ? oversc : nversc662 for (i = 1; i <= maxc; ++i) {