Searched refs:size2 (Results 1 – 2 of 2) sorted by relevance
1050 typereg::Reader& reader2, sal_uInt32 size2) in checkBlob() argument1055 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() argument1411 std::vector< sal_uInt8 > value2(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()1574 std::vector< sal_uInt8 > value2(size2); in checkValueDifference()1883 sal_uInt32 size2 = 0; in compareKeys() local[all …]
1142 my $size2 = -s $file2;1144 $infoline = "Comparing files: $file1 ($size1) and $file2 ($size2)\n";1147 if ( $size1 != $size2 )1149 …ile defect after copy (different size) $file1 ($size1 bytes) and $file2 ($size2 bytes)!", "compare…
Completed in 30 milliseconds