Home | History | Annotate | Download | only in tests

Lines Matching defs:nIn

5993 int nIn;
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);