Searched refs:nMethods2 (Results 1 – 1 of 1) sorted by relevance
1181 sal_uInt16 nMethods2 = (sal_uInt16)reader2.getMethodCount(); in checkBlob() local1182 if ( nMethods1 != nMethods2 ) in checkBlob()1187 fprintf(stdout, " nMethods1 = %d != nMethods2 = %d\n", nMethods1, nMethods2); in checkBlob()1193 for (i=0; i < nMethods1 && i < nMethods2; i++) in checkBlob()1201 if ( i < nMethods2 && options.forceOutput() ) in checkBlob()1203 fprintf(stdout, " Registry2 contains %d more methods\n", nMethods2 - i); in checkBlob()
Completed in 20 milliseconds