Home | History | Annotate | Download | only in tests

Lines Matching defs:nIn

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