Home
last modified time | relevance | path

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

/trunk/main/registry/tools/
H A Dregcompare.cxx1049 typereg::Reader& reader1, sal_uInt32 size1, in checkBlob() argument
1055 if ( options.fullCheck() && (size1 != size2) ) in checkBlob()
1061 sal::static_int_cast< unsigned long >(size1), in checkBlob()
1322 RegistryKey& key1, RegValueType valueType1, sal_uInt32 size1, in checkValueDifference() argument
1408 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1448 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1454 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference()
1460 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1472 std::vector< sal_uInt8 > value1(size1); in checkValueDifference()
1882 sal_uInt32 size1 = 0; in compareKeys() local
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm1141 my $size1 = -s $file1;
1144 $infoline = "Comparing files: $file1 ($size1) and $file2 ($size2)\n";
1147 if ( $size1 != $size2 )
1149 …installer::exiter::exit_program("ERROR: File defect after copy (different size) $file1 ($size1 byt…

Completed in 32 milliseconds