HomeSort by relevance Sort by last modified time
    Searched refs:origsize (Results 1 - 9 of 9) 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:__anon19227
bcmutils.h 72 unsigned int origsize; /* unmodified orignal buffer size in bytes */ member in struct:bcmstrbuf
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 148 cdef Py_ssize_t origsize = Py_SIZE(self)
149 resize_smart(self, origsize + n)
150 memcpy(self.data.as_chars + origsize * itemsize, stuff, n * itemsize)
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 476 origsize = os.path.getsize(file)
505 if origsize > newsize+1:
506 logging.warn(str(origsize - newsize) +
  /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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm     [all...]

Completed in 202 milliseconds