HomeSort by relevance Sort by last modified time
    Searched refs:origsize (Results 1 - 10 of 10) 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:__anon41864
bcmutils.h 72 unsigned int origsize; /* unmodified orignal buffer size in bytes */ member in struct:bcmstrbuf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tarfile.py     [all...]
  /external/python/cpython2/Lib/
tarfile.py     [all...]
  /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 293 milliseconds