Home
last modified time | relevance | path

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

/trunk/main/shell/source/win32/shlxthandler/ooofilt/
H A Dstream_helper.cxx91 unsigned long newsize; in cb_sread() local
94 hr = ((IStream *)stream)->Read (buf, size, &newsize); in cb_sread()
96 return (unsigned long)newsize; in cb_sread()
/trunk/main/vigra/
H A Dvigra1.6.0.patch375 - int newsize = width*height;
377 + int newsize = w*h;
383 if (newsize != width_*height_) // different sizes, must reallocate
385 newdata = allocator_.allocate(typename Alloc::size_type(newsize));
386 - std::uninitialized_copy(data, data + newsize, newdata);
388 + std::uninitialized_copy(src_data, src_data + newsize, newdata);
395 - std::copy(data, data + newsize, newdata);
397 + std::copy(src_data, src_data + newsize, newdata);
411 else if(newsize > 0) // keep size, copy data
413 - std::copy(data, data + newsize, data_);
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Dsign.pm598 my $newsize = -s $newfile;
600 if ( $origsize != $newsize ) # This shows an error!
602 …t filesize after signtool.exe was used. Original: $origsize Bytes, new: $newsize. File: $lastfile\…
608 …$infoline = "Same size of last file in cabinet file after usage of signtool.exe: $newsize (File: $…

Completed in 27 milliseconds