Home
last modified time | relevance | path

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

/external/vboot_reference/utility/
DdumpRSAPublicKey.c99 uint32_t nout; in output() local
102 nout = BN_get_word(n); in output()
103 if (-1 == write(1, &nout, sizeof(nout))) in output()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_render_t.c68 int nout = MIN2(npack, MAX_OUT_##out); \
69 npack -= nout; \
72 nout); \
73 start += nout; \
/external/vboot_reference/host/lib/
Dutil_misc.c105 uint32_t nout; in vb_keyb_from_rsa() local
108 nout = BN_get_word(n); in vb_keyb_from_rsa()
109 *outbuf++ = nout; in vb_keyb_from_rsa()
/external/valgrind/VEX/priv/
Dmain_util.c328 do { sink(_ch); nout++; } \ in vprintf_wrk()
342 Int fwidth, nout, len1, len3; in vprintf_wrk() local
346 nout = 0; in vprintf_wrk()
488 return nout; in vprintf_wrk()
/external/libcxx/src/
Dstrstream.cpp173 ptrdiff_t nout = pptr() - pbase(); in overflow() local
184 pbump(static_cast<int>(nout)); in overflow()