Searched refs:nout (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_render_t.c | 68 int nout = MIN2(npack, MAX_OUT_##out); \ 69 npack -= nout; \ 72 nout); \ 73 start += nout; \
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_render_t.c | 68 int nout = MIN2(npack, MAX_OUT_##out); \ 69 npack -= nout; \ 72 nout); \ 73 start += nout; \
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | split-sqlite3c.tcl | 29 proc gather_one_file {firstline bufout nout} { argument 32 upvar $bufout buf $nout n
|
/external/valgrind/main/VEX/priv/ |
D | main_util.c | 323 do { sink(_ch); nout++; } \ in vprintf_wrk() 337 Int fwidth, nout, len1, len2, len3; in vprintf_wrk() local 340 nout = 0; in vprintf_wrk() 475 return nout; in vprintf_wrk()
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslcon.c | 797 unsigned int nout; in ssl2_CalcMAC() local 828 (*sec->hash->end)(sec->hashcx, result, &nout, sec->hash->length); in ssl2_CalcMAC() 928 int nout; in ssl2_SendStream() local 950 nout = amount + macLen; in ssl2_SendStream() 951 out[0] = 0x80 | MSB(nout); in ssl2_SendStream() 952 out[1] = LSB(nout); in ssl2_SendStream() 963 rv = (*ss->sec.enc)(ss->sec.writecx, out+2, &nout, macLen, out+2, macLen); in ssl2_SendStream() 967 rv = (*ss->sec.enc)(ss->sec.writecx, out+2+macLen, &nout, amount, in, amount); in ssl2_SendStream() 1032 int nout; /* ciphertext size after header. */ in ssl2_SendBlock() local 1047 nout = amount + macLen; in ssl2_SendBlock() [all …]
|
D | sslgathr.c | 216 int nout; in ssl2_GatherData() local 245 rv = (*ss->sec.dec)(ss->sec.readcx, pBuf, &nout, gs->offset, in ssl2_GatherData()
|
/external/libcxx/src/ |
D | strstream.cpp | 173 ptrdiff_t nout = pptr() - pbase(); in overflow() local 184 pbump(static_cast<int>(nout)); in overflow()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | __init__.pxd | 863 int nin, nout, nargs
|