Searched refs:nOut (Results 1 - 12 of 12) sorted by relevance

/external/bzip2/
H A Dunzcrash.c44 int nIn, nOut, nZ; variable
105 nOut = M_BLOCK_OUT;
107 outbuf, &nOut, zbuf, nZ, 0, 0 );
113 if (nOut != nIn) {
114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut );
117 for (i = 0; i < nOut; i++)
122 if (i == nOut) fprintf(stderr, "really ok!\n" );
130 assert (nOut == nIn);
131 for (i = 0; i < nOut;
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c5941 int nIn, nOut, nZ; variable
6081 nOut = M_BLOCK_OUT;
6083 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6089 if (nOut != nIn) {
6090 vexxx_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6093 for (i = 0; i < nOut; i++)
6098 if (i == nOut) vexxx_printf( "really ok!\n" );
6106 assert (nOut == nIn);
6107 for (i = 0; i < nOut;
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c5965 unsigned int nOut; variable
6497 nOut = M_BLOCK_OUT;
6499 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6507 if (nOut != nIn) {
6508 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6511 for (i = 0; i < nOut; i++)
6516 if (i == nOut) vex_printf( "really ok!\n" );
6524 assert (nOut == nIn);
6525 for (i = 0; i < nOut;
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c5957 unsigned int nOut; variable
6497 nOut = M_BLOCK_OUT;
6499 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6507 if (nOut != nIn) {
6508 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6511 for (i = 0; i < nOut; i++)
6516 if (i == nOut) vex_printf( "really ok!\n" );
6524 assert (nOut == nIn);
6525 for (i = 0; i < nOut;
[all...]
H A Dvarinfo6.c5994 unsigned int nOut; variable
6531 nOut = M_BLOCK_OUT;
6533 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6541 if (nOut != nIn) {
6542 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6545 for (i = 0; i < nOut; i++)
6550 if (i == nOut) vex_printf( "really ok!\n" );
6558 assert (nOut == nIn);
6559 for (i = 0; i < nOut;
[all...]
/external/valgrind/main/perf/
H A Dbz2.c5956 unsigned int nOut; variable
6489 nOut = M_BLOCK_OUT;
6491 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6499 if (nOut != nIn) {
6500 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6503 for (i = 0; i < nOut; i++)
6508 if (i == nOut) vex_printf( "really ok!\n" );
6516 assert (nOut == nIn);
6517 for (i = 0; i < nOut;
[all...]
H A Dtest_input_for_tinycc.c4438 unsigned int nOut; variable
5750 nOut = (1000000 + 1000000);
5752 outbuf, &nOut, zbuf, nZ, 1 , 0 );
5758 if (nOut != nIn) {
5759 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
5762 for (i = 0; i < nOut; i++)
5767 if (i == nOut) vex_printf( "really ok!\n" );
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h751 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
/external/sqlite/dist/orig/
H A Dsqlite3.h1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
H A Dsqlite3.c1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
9689 int nOut; /* Number of buffers currently checked out */ member in struct:Lookaside
9690 int mxOut; /* Highwater mark for nOut */
13398 *pCurrent = db->lookaside.nOut;
13401 db->lookaside.mxOut = db->lookaside.nOut;
19081 db->lookaside.nOut--;
19213 db->lookaside.nOut++;
19215 if( db->lookaside.nOut>db->lookaside.mxOut ){
19216 db->lookaside.mxOut = db->lookaside.nOut;
19554 int nOut; /* Siz local
30372 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
47628 sqlite3WalRead( Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut ) argument
87115 i64 nOut; /* Maximum size of zOut */ local
119050 int nOut = 0; local
119098 int nOut = 0; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
H A Dsqlite3.c1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
9689 int nOut; /* Number of buffers currently checked out */ member in struct:Lookaside
9690 int mxOut; /* Highwater mark for nOut */
13398 *pCurrent = db->lookaside.nOut;
13401 db->lookaside.mxOut = db->lookaside.nOut;
19081 db->lookaside.nOut--;
19213 db->lookaside.nOut++;
19215 if( db->lookaside.nOut>db->lookaside.mxOut ){
19216 db->lookaside.mxOut = db->lookaside.nOut;
19554 int nOut; /* Siz local
30385 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
47641 sqlite3WalRead( Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut ) argument
87128 i64 nOut; /* Maximum size of zOut */ local
119078 int nOut = 0; local
119126 int nOut = 0; local
[all...]

Completed in 2244 milliseconds