HomeSort by relevance Sort by last modified time
    Searched refs:origsize (Results 1 - 8 of 8) sorted by null

  /external/zopfli/src/zopflipng/
zopflipng_bin.cc 307 size_t origsize = GetFileSize(files[i]); local
310 if (resultsize < origsize) {
312 } else if (resultsize == origsize) {
319 PrintSize("Input size", origsize);
320 PrintResultSize("Result size", origsize, resultsize);
330 total_in_size += origsize;
332 if (resultpng.size() < origsize) total_files_smaller++;
333 else if (resultpng.size() == origsize) total_files_equal++;
335 if (!always_zopflify && resultpng.size() > origsize) {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 186 uint origsize; /* Size of the virtual packet */ member in struct:__anon29607
bcmutils.h 72 unsigned int origsize; /* unmodified orignal buffer size in bytes */ member in struct:bcmstrbuf
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c     [all...]

Completed in 169 milliseconds