Searched refs:nout (Results 1 – 5 of 5) sorted by relevance
99 uint32_t nout; in output() local102 nout = BN_get_word(n); in output()103 if (-1 == write(1, &nout, sizeof(nout))) in output()
68 int nout = MIN2(npack, MAX_OUT_##out); \69 npack -= nout; \72 nout); \73 start += nout; \
105 uint32_t nout; in vb_keyb_from_rsa() local108 nout = BN_get_word(n); in vb_keyb_from_rsa()109 *outbuf++ = nout; in vb_keyb_from_rsa()
328 do { sink(_ch); nout++; } \ in vprintf_wrk()342 Int fwidth, nout, len1, len3; in vprintf_wrk() local346 nout = 0; in vprintf_wrk()488 return nout; in vprintf_wrk()
173 ptrdiff_t nout = pptr() - pbase(); in overflow() local184 pbump(static_cast<int>(nout)); in overflow()