HomeSort by relevance Sort by last modified time
    Searched defs:uncompressed_length (Results 1 - 4 of 4) sorted by null

  /art/runtime/
zip_archive.cc 175 int in, size_t uncompressed_length, size_t compressed_length) {
240 if (zstream->Get().total_out != uncompressed_length) {
242 << zstream->Get().total_out << " vs " << uncompressed_length << ")"; local
  /external/chromium_org/third_party/ots/src/
ots.cc 32 uint32_t uncompressed_length; member in struct:__anon15714::OpenTypeTable
224 table.uncompressed_length = table.length;
326 !file.ReadU32(&table.uncompressed_length) ||
331 total_sfnt_size += ots::Round4(table.uncompressed_length);
453 if (tables[i].uncompressed_length < tables[i].length) {
456 if (tables[i].uncompressed_length > tables[i].length) {
460 if (tables[i].uncompressed_length > 30 * 1024 * 1024) {
463 if (uncompressed_sum + tables[i].uncompressed_length < uncompressed_sum) {
467 uncompressed_sum += tables[i].uncompressed_length;
527 if (it->second.uncompressed_length != it->second.length)
    [all...]
woff2.cc 762 uLongf uncompressed_length = dst_size; local
763 int r = uncompress(reinterpret_cast<Bytef *>(dst_buf), &uncompressed_length,
765 if (r != Z_OK || uncompressed_length != dst_size) {
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc 2106 const size_t uncompressed_length = local
    [all...]

Completed in 123 milliseconds