Searched defs:nOut (Results 1 - 9 of 9) 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/VEX/switchback/
H A Dtest_bzip2.c5939 int nIn, nOut, nZ; variable
6079 nOut = M_BLOCK_OUT;
6081 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6087 if (nOut != nIn) {
6088 vexxx_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6091 for (i = 0; i < nOut; i++)
6096 if (i == nOut) vexxx_printf( "really ok!\n" );
6104 assert (nOut == nIn);
6105 for (i = 0; i < nOut;
[all...]
/external/valgrind/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/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/perf/
H A Dbz2.c5954 unsigned int nOut; variable
6487 nOut = M_BLOCK_OUT;
6489 outbuf, &nOut, zbuf, nZ, 1/*small*/, 0 );
6497 if (nOut != nIn) {
6498 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut );
6501 for (i = 0; i < nOut; i++)
6506 if (i == nOut) vex_printf( "really ok!\n" );
6514 assert (nOut == nIn);
6515 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/sqlite/dist/orig/
H A Dsqlite3.c1405 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
11619 int nOut; /* Number of buffers currently checked out */ member in struct:Lookaside
11620 int mxOut; /* Highwater mark for nOut */
15927 *pCurrent = db->lookaside.nOut;
15930 db->lookaside.mxOut = db->lookaside.nOut;
21825 db->lookaside.nOut--;
21964 db->lookaside.nOut++;
21966 if( db->lookaside.nOut>db->lookaside.mxOut ){
21967 db->lookaside.mxOut = db->lookaside.nOut;
22315 int nOut; /* Siz local
32645 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
52785 sqlite3WalReadFrame( Wal *pWal, u32 iRead, int nOut, u8 *pOut ) argument
72754 int nOut; /* Number of bytes of the string text to include in output */ local
72785 int nOut; /* Number of bytes of the blob to include in output */ local
91444 decodeIntArray( char *zIntArray, int nOut, tRowcnt *aOut, LogEst *aLog, Index *pIndex ) argument
99726 i64 nOut; /* Maximum size of zOut */ local
118123 LogEst nOut; /* Estimated number of output rows */ member in struct:WhereLoop
118155 LogEst nOut; /* Number of outputs for this subquery */ member in struct:WhereOrCost
122727 int nOut = pLoop->nOut; local
123698 tRowcnt nOut = 0; local
124949 LogEst nOut; /* Rows visited by (pFrom+pWLoop) */ local
138473 int nOut = 0; local
138521 int nOut = 0; local
159366 int nOut; local
162668 rbuVfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1405 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
11619 int nOut; /* Number of buffers currently checked out */ member in struct:Lookaside
11620 int mxOut; /* Highwater mark for nOut */
15927 *pCurrent = db->lookaside.nOut;
15930 db->lookaside.mxOut = db->lookaside.nOut;
21825 db->lookaside.nOut--;
21964 db->lookaside.nOut++;
21966 if( db->lookaside.nOut>db->lookaside.mxOut ){
21967 db->lookaside.mxOut = db->lookaside.nOut;
22315 int nOut; /* Siz local
32663 unixFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
52803 sqlite3WalReadFrame( Wal *pWal, u32 iRead, int nOut, u8 *pOut ) argument
72772 int nOut; /* Number of bytes of the string text to include in output */ local
72803 int nOut; /* Number of bytes of the blob to include in output */ local
91462 decodeIntArray( char *zIntArray, int nOut, tRowcnt *aOut, LogEst *aLog, Index *pIndex ) argument
99744 i64 nOut; /* Maximum size of zOut */ local
118141 LogEst nOut; /* Estimated number of output rows */ member in struct:WhereLoop
118173 LogEst nOut; /* Number of outputs for this subquery */ member in struct:WhereOrCost
122745 int nOut = pLoop->nOut; local
123716 tRowcnt nOut = 0; local
124967 LogEst nOut; /* Rows visited by (pFrom+pWLoop) */ local
138491 int nOut = 0; local
138539 int nOut = 0; local
159396 int nOut; local
162698 rbuVfsFullPathname( sqlite3_vfs *pVfs, const char *zPath, int nOut, char *zOut ) argument
[all...]

Completed in 3076 milliseconds