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

  /external/bzip2/
unzcrash.c 44 int nIn, nOut, nZ;
92 nIn = fread ( inbuf, 1, M_BLOCK, f );
93 fprintf ( stderr, "%d bytes read\n", nIn );
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
113 if (nOut != nIn) {
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
130 assert (nOut == nIn);
  /frameworks/base/media/java/android/media/
ResampleInputStream.java 86 int nIn = ((length / 2) * mRateIn / mRateOut + mFirLength) * 2;
88 mBuf = new byte[nIn];
89 } else if (nIn > mBuf.length) {
90 byte[] bf = new byte[nIn];
102 // TODO: should mBuf.length below be nIn instead?
  /external/swiftshader/third_party/PowerVR_SDK/Shell/
PVRShell.cpp 945 int nIn, nOut;
964 nIn = -1;
969 ++nIn;
970 if(m_psOrig[nIn] == '"')
976 if(bInQuotes && m_psOrig[nIn] != 0)
981 m_psSplit[nOut++] = m_psOrig[nIn];
985 switch(m_psOrig[nIn])
1021 m_psSplit[nOut++] = m_psOrig[nIn];
1026 } while(m_psOrig[nIn]);
    [all...]
  /external/python/cpython2/Lib/idlelib/idle_test/
htest.py 112 "font face of the text in the area below it.\nIn the "
115 "\nIn the 'Keys', 'General' and 'Extensions' tabs, test settings"
186 "should open that file \nin a new EditorWindow."
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/perf/
bz2.c     [all...]
test_input_for_tinycc.c     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.h     [all...]