Home
last modified time | relevance | path

Searched refs:nReference2 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/registry/tools/
H A Dregcompare.cxx1209 sal_uInt16 nReference2 = (sal_uInt16)reader2.getReferenceCount(); in checkBlob() local
1215 if ( nReference1 > nReference2 ) in checkBlob()
1221 nReference1-nReference2); in checkBlob()
1230 for (j=0; j < nReference2; j++) in checkBlob()
1259 for (j=0; j < nReference2; j++) in checkBlob()
1281 if ( nReference1 != nReference2 ) in checkBlob()
1286 fprintf(stdout, " nReferences1 = %d != nReferences2 = %d\n", nReference1, nReference2); in checkBlob()
1292 for (i=0; i < nReference1 && i < nReference2; i++) in checkBlob()
1300 if ( i < nReference2 && options.forceOutput() ) in checkBlob()
1302 fprintf(stdout, " Registry2 contains %d more references\n", nReference2 - i); in checkBlob()

Completed in 20 milliseconds