Home
last modified time | relevance | path

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

/trunk/main/registry/tools/
H A Dregcompare.cxx1050 typereg::Reader& reader2, sal_uInt32 size2) in checkBlob() argument
1055 if ( options.fullCheck() && (size1 != size2) ) in checkBlob()
1062 sal::static_int_cast< unsigned long >(size2)); in checkBlob()
1323 RegistryKey& key2, RegValueType valueType2, sal_uInt32 size2) in checkValueDifference() argument
1411 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1421 return checkBlob(options, key1.getName(), reader1, size1, reader2, size2); in checkValueDifference()
1550 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1556 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
1562 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()
1568 sal::static_int_cast< unsigned long >(size2)); in checkValueDifference()
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm1140 my $size2 = -s $file2;
1142 $infoline = "Comparing files: $file1 ($size1) and $file2 ($size2)\n";
1145 if ( $size1 != $size2 )
1147 …ile defect after copy (different size) $file1 ($size1 bytes) and $file2 ($size2 bytes)!", "compare…