/external/bzip2/ |
D | unzcrash.c | 44 int nIn, nOut, nZ; variable 92 nIn = fread ( inbuf, 1, M_BLOCK, f ); in main() 93 fprintf ( stderr, "%d bytes read\n", nIn ); in main() 97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 ); in main() 113 if (nOut != nIn) { in main() 114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 130 assert (nOut == nIn); in main()
|
/external/sqlite/dist/orig/ |
D | shell.c | 1105 int nIn = (zIn?strlen30(zIn):0); in appendText() local 1107 len = nAppend+nIn+1; in appendText() 1121 char *zCsr = &zIn[nIn]; in appendText() 1131 memcpy(&zIn[nIn], zAppend, nAppend); in appendText() 1869 long nIn; in readfileFunc() local 1878 nIn = ftell(in); in readfileFunc() 1880 pBuf = sqlite3_malloc64( nIn ); in readfileFunc() 1881 if( pBuf && 1==fread(pBuf, nIn, 1, in) ){ in readfileFunc() 1882 sqlite3_result_blob(context, pBuf, nIn, sqlite3_free); in readfileFunc()
|
D | sqlite3.c | 99805 int nIn; /* Number of bytes in input */ 99817 nIn = sqlite3_value_bytes(argv[0]); 99849 while( nIn>0 ){ 99853 if( len<=nIn && memcmp(zIn, azChar[i], len)==0 ) break; 99857 nIn -= len; 99861 while( nIn>0 ){ 99865 if( len<=nIn && memcmp(&zIn[nIn-len],azChar[i],len)==0 ) break; 99868 nIn -= len; 99875 sqlite3_result_text(context, (char*)zIn, nIn, SQLITE_TRANSIENT); 118083 int nIn; /* Number of entries in aInLoop[] */ [all …]
|
/external/sqlite/dist/ |
D | shell.c | 1111 int nIn = (zIn?strlen30(zIn):0); in appendText() local 1113 len = nAppend+nIn+1; in appendText() 1127 char *zCsr = &zIn[nIn]; in appendText() 1137 memcpy(&zIn[nIn], zAppend, nAppend); in appendText() 1875 long nIn; in readfileFunc() local 1884 nIn = ftell(in); in readfileFunc() 1886 pBuf = sqlite3_malloc64( nIn ); in readfileFunc() 1887 if( pBuf && 1==fread(pBuf, nIn, 1, in) ){ in readfileFunc() 1888 sqlite3_result_blob(context, pBuf, nIn, sqlite3_free); in readfileFunc()
|
D | sqlite3.c | 99823 int nIn; /* Number of bytes in input */ 99835 nIn = sqlite3_value_bytes(argv[0]); 99867 while( nIn>0 ){ 99871 if( len<=nIn && memcmp(zIn, azChar[i], len)==0 ) break; 99875 nIn -= len; 99879 while( nIn>0 ){ 99883 if( len<=nIn && memcmp(&zIn[nIn-len],azChar[i],len)==0 ) break; 99886 nIn -= len; 99893 sqlite3_result_text(context, (char*)zIn, nIn, SQLITE_TRANSIENT); 118101 int nIn; /* Number of entries in aInLoop[] */ [all …]
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 5939 int nIn, nOut, nZ; variable 6063 nIn = vexxx_strlen(inbuf)+1; in entry() 6064 vexxx_printf( "%d bytes read\n", nIn ); in entry() 6068 zbuf, &nZ, inbuf, nIn, 9, 4/*verb*/, 30 ); in entry() 6087 if (nOut != nIn) { in entry() 6088 vexxx_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut ); in entry() 6104 assert (nOut == nIn); in entry()
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 5956 int nIn; variable 6474 nIn = vex_strlen(inbuf)+1; in main() 6475 vex_printf( "%d bytes read\n", nIn ); in main() 6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 ); in main() 6507 if (nOut != nIn) { in main() 6508 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 6524 assert (nOut == nIn); in main()
|
D | varinfo6.c | 5993 int nIn; variable 6513 nIn = vex_strlen(inbuf)+1; in main() 6514 vex_printf( "%d bytes read\n", nIn ); in main() 6518 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 ); in main() 6541 if (nOut != nIn) { in main() 6542 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 6558 assert (nOut == nIn); in main()
|
/external/valgrind/perf/ |
D | bz2.c | 5953 int nIn; variable 6470 nIn = vex_strlen(inbuf)+1; in main() 6471 vex_printf( "%d bytes read\n", nIn ); in main() 6475 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 ); in main() 6497 if (nOut != nIn) { in main() 6498 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 6514 assert (nOut == nIn); in main()
|
D | test_input_for_tinycc.c | 4437 int nIn; variable 5734 nIn = vex_strlen(inbuf)+1; in main() 5735 vex_printf( "%d bytes read\n", nIn ); in main() 5739 zbuf, &nZ, inbuf, nIn, 9, 3 , 30 ); in main() 5758 if (nOut != nIn) { in main() 5759 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 5964 int nIn; variable 6480 nIn = vex_strlen(inbuf)+1; in main() 6481 vex_printf( "%d bytes read\n", nIn ); in main() 6485 zbuf, &nZ, inbuf, nIn, 9, 3/*verb*/, 30 ); in main() 6507 if (nOut != nIn) { in main() 6508 vex_printf( "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 6524 assert (nOut == nIn); in main()
|
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/ |
D | MOCK_RANGE_RESPONSE_1 | 200 …texture to target\ntexture directly. Blink will turn on the direct path.\n\nIn addition, it will r…
|