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

  /external/chromium_org/third_party/sqlite/src/tool/
split-sqlite3c.tcl 27 # content in $bufout. Store the number of lines is $nout
29 proc gather_one_file {firstline bufout nout} {
32 upvar $bufout buf $nout n
  /external/chromium_org/third_party/mesa/src/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/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; \
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptCThunker.java 102 android.renderscript.Allocation nout = null; local
108 nout = ((AllocationThunker)aout).mN;
114 forEach(slot, nin, nout, nfp);
132 android.renderscript.Allocation nout = null; local
138 nout = ((AllocationThunker)aout).mN;
143 forEach(slot, nin, nout, nfp, lo);
  /external/valgrind/main/VEX/priv/
main_util.c 323 do { sink(_ch); nout++; } \
337 Int fwidth, nout, len1, len2, len3; local
340 nout = 0;
470 return nout;
  /external/chromium_org/net/third_party/nss/ssl/
sslgathr.c 216 int nout; local
245 rv = (*ss->sec.dec)(ss->sec.readcx, pBuf, &nout, gs->offset,
sslcon.c 797 unsigned int nout; local
828 (*sec->hash->end)(sec->hashcx, result, &nout, sec->hash->length);
928 int nout; local
950 nout = amount + macLen;
951 out[0] = 0x80 | MSB(nout);
952 out[1] = LSB(nout);
963 rv = (*ss->sec.enc)(ss->sec.writecx, out+2, &nout, macLen, out+2, macLen);
967 rv = (*ss->sec.enc)(ss->sec.writecx, out+2+macLen, &nout, amount, in, amount);
1032 int nout; /* ciphertext size after header. */ local
1047 nout = amount + macLen
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 354 milliseconds