Searched refs:uncompressed_sum (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dots.cc422 uint32_t uncompressed_sum = 0; local
469 if (uncompressed_sum + tables[i].uncompressed_length < uncompressed_sum) {
473 uncompressed_sum += tables[i].uncompressed_length;
488 if (uncompressed_sum > 30 * 1024 * 1024) {
H A Dwoff2.cc915 uint64_t uncompressed_sum = 0; local
932 uncompressed_sum += table->src_length;
933 if (uncompressed_sum > std::numeric_limits<uint32_t>::max()) {
939 if (uncompressed_sum > 30 * 1024 * 1024) {
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.cc780 uint64_t uncompressed_sum = 0; local
797 uncompressed_sum += table->src_length;
798 if (uncompressed_sum > std::numeric_limits<uint32_t>::max()) {
803 if (uncompressed_sum > 30 * 1024 * 1024) {

Completed in 151 milliseconds