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

  /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...]
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));
  /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;
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 131 milliseconds