HomeSort by relevance Sort by last modified time
    Searched refs:nout (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render_t.c 68 int nout = MIN2(npack, MAX_OUT_##out); \
69 npack -= nout; \
72 nout); \
73 start += nout; \
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 99 uint32_t nout; local
102 nout = BN_get_word(n);
103 if (-1 == write(1, &nout, sizeof(nout)))
  /external/vboot_reference/host/lib/
util_misc.c 105 uint32_t nout; local
108 nout = BN_get_word(n);
109 *outbuf++ = nout;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/
graphical.py 348 sumin, sumout, nin, nout = 0, 0, len(in_deg_sequence), len(out_deg_sequence)
349 maxn = max(nin, nout)
356 if n<nout:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
degree_seq.py 225 nout=len(out_degree_sequence)
228 if nin>nout:
229 out_degree_sequence.extend((nin-nout)*[0])
231 in_degree_sequence.extend((nout-nin)*[0])
519 sumin, sumout, nin, nout = 0, 0, len(in_deg_sequence), len(out_deg_sequence)
520 maxn = max(nin, nout)
528 if n<nout:
  /external/valgrind/VEX/priv/
main_util.c 328 do { sink(_ch); nout++; } \
342 Int fwidth, nout, len1, len3; local
346 nout = 0;
488 return nout;
  /external/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));

Completed in 206 milliseconds