Searched refs:uncompressed_length (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dots.cc32 uint32_t uncompressed_length; member in struct:__anon13317::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 !
[all...]
H A Dwoff2.cc762 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) {
/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.cc52 uLongf uncompressed_len = proto.uncompressed_length();
65 if (uncompressed_len != proto.uncompressed_length()) {
68 << " did not match specified length " << proto.uncompressed_length();
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc2106 const size_t uncompressed_length = local
2109 return uncompressed_length;
2114 return 2 * deflateBound(compressor, uncompressed_length);

Completed in 525 milliseconds