Searched refs:nIn (Results 1 - 17 of 17) sorted by relevance

/external/bzip2/
H A Dunzcrash.c44 int nIn, nOut, nZ; variable
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);
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c5939 int nIn, nOut, nZ; variable
6063 nIn = vexxx_strlen(inbuf)+1;
6064 vexxx_printf( "%d bytes read\n", nIn );
6068 zbuf, &nZ, inbuf, nIn, 9, 4/*verb*/, 30 );
6087 if (nOut != nIn) {
6088 vexxx_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6104 assert (nOut == nIn);
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c5964 int nIn; variable
6480 nIn = vex_strlen(inbuf)+1;
6481 vex_printf( "%d bytes read\n", nIn );
6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6507 if (nOut != nIn) {
6508 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6524 assert (nOut == nIn);
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c5956 int nIn; variable
6474 nIn = vex_strlen(inbuf)+1;
6475 vex_printf( "%d bytes read\n", nIn );
6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6507 if (nOut != nIn) {
6508 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6524 assert (nOut == nIn);
H A Dvarinfo6.c5993 int nIn; variable
6513 nIn = vex_strlen(inbuf)+1;
6514 vex_printf( "%d bytes read\n", nIn );
6518 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6541 if (nOut != nIn) {
6542 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6558 assert (nOut == nIn);
/external/valgrind/perf/
H A Dbz2.c5953 int nIn; variable
6470 nIn = vex_strlen(inbuf)+1;
6471 vex_printf( "%d bytes read\n", nIn );
6475 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 );
6497 if (nOut != nIn) {
6498 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6514 assert (nOut == nIn);
H A Dtest_input_for_tinycc.c4437 int nIn; variable
5734 nIn = vex_strlen(inbuf)+1;
5735 vex_printf( "%d bytes read\n", nIn );
5739 zbuf, &nZ, inbuf, nIn, 9, 3 , 30 );
5758 if (nOut != nIn) {
5759 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
/external/sqlite/dist/orig/
H A Dshell.c1105 int nIn = (zIn?strlen30(zIn):0); local
1107 len = nAppend+nIn+1;
1121 char *zCsr = &zIn[nIn];
1131 memcpy(&zIn[nIn], zAppend, nAppend);
1869 long nIn; local
1878 nIn = ftell(in);
1880 pBuf = sqlite3_malloc64( nIn );
1881 if( pBuf && 1==fread(pBuf, nIn, 1, in) ){
1882 sqlite3_result_blob(context, pBuf, nIn, sqlite3_free);
H A Dsqlite3.c99805 int nIn; /* Number of bytes in input */ local
118083 int nIn; /* Number of entries in aInLoop[] */ member in struct:WhereLevel::__anon17215::__anon17216
123593 int nIn = 0; local
142953 int nIn = n; local
144325 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
144372 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
168153 int nIn; /* Size of input text in bytes */ member in struct:HighlightContext
168855 sqlite3Fts5Strndup(int *pRc, const char *pIn, int nIn) argument
169265 int nIn = strlen(zIn); local
177002 fts5IndexCharlen(const char *pIn, int nIn) argument
[all...]
/external/sqlite/dist/
H A Dshell.c1111 int nIn = (zIn?strlen30(zIn):0); local
1113 len = nAppend+nIn+1;
1127 char *zCsr = &zIn[nIn];
1137 memcpy(&zIn[nIn], zAppend, nAppend);
1875 long nIn; local
1884 nIn = ftell(in);
1886 pBuf = sqlite3_malloc64( nIn );
1887 if( pBuf && 1==fread(pBuf, nIn, 1, in) ){
1888 sqlite3_result_blob(context, pBuf, nIn, sqlite3_free);
H A Dsqlite3.c99823 int nIn; /* Number of bytes in input */ local
118101 int nIn; /* Number of entries in aInLoop[] */ member in struct:WhereLevel::__anon17255::__anon17256
123611 int nIn = 0; local
142983 int nIn = n; local
144355 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
144402 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
168183 int nIn; /* Size of input text in bytes */ member in struct:HighlightContext
168885 sqlite3Fts5Strndup(int *pRc, const char *pIn, int nIn) argument
169295 int nIn = strlen(zIn); local
177032 fts5IndexCharlen(const char *pIn, int nIn) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1586 milliseconds