HomeSort by relevance Sort by last modified time
    Searched defs:origsize (Results 1 - 3 of 3) 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

Completed in 305 milliseconds