Searched refs:size1 (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/registry/tools/ |
| H A D | regcompare.cxx | 1049 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() 1421 return checkBlob(options, key1.getName(), reader1, size1, reader2, size2); 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() 1466 sal::static_int_cast< unsigned long >(size1)); in checkValueDifference() [all …]
|
| /AOO42X/main/solenv/bin/modules/installer/windows/ |
| H A D | sign.pm | 1139 my $size1 = -s $file1; 1142 $infoline = "Comparing files: $file1 ($size1) and $file2 ($size2)\n"; 1145 if ( $size1 != $size2 ) 1147 …er::exit_program("ERROR: File defect after copy (different size) $file1 ($size1 bytes) and $file2 …
|