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

  /external/chromium_org/third_party/ots/src/
ots.cc 32 uint32_t uncompressed_length; member in struct:__anon15716::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...]
  /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/sync/internal_api/public/base/
unique_position.cc 52 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/
spdy_framer.cc 2106 const size_t uncompressed_length = local
    [all...]

Completed in 227 milliseconds