Searched refs:nout (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c208 long int nout; local
215 nout = nin + 13 + (nin + 999) / 1000;
216 outbuf = emalloc(nout);
217 compress(outbuf, (unsigned long *) &nout, inbuf, nin);
218 sqlite3_result_blob(pctx, outbuf, nout, free);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Drecog.c1556 int nout = 0; /* Does not include CLOBBERs. */
1575 nout++;
1581 operand_locs[i + nout] = &ASM_OPERANDS_INPUT (asmop, i);
1583 operands[i + nout] = ASM_OPERANDS_INPUT (asmop, i);
1585 constraints[i + nout] = ASM_OPERANDS_INPUT_CONSTRAINT (asmop, i);
1587 modes[i + nout] = ASM_OPERANDS_INPUT_MODE (asmop, i);
1548 int nout = 0; /* Does not include CLOBBERs. */ local
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.c4156 int ucode_chars, nice_uchars, is_osta_typ0, nout; local
4174 nout = wput_utf8(outchp, result_len, ch);
4175 outchp += nout; result_len -= nout;

Completed in 171 milliseconds