OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uncompressed_sum
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
ots.cc
416
uint32_t
uncompressed_sum
= 0;
local
463
if (
uncompressed_sum
+ tables[i].uncompressed_length <
uncompressed_sum
) {
467
uncompressed_sum
+= tables[i].uncompressed_length;
482
if (
uncompressed_sum
> 30 * 1024 * 1024) {
woff2.cc
905
uint64_t
uncompressed_sum
= 0;
local
921
uncompressed_sum
+= table->src_length;
922
if (
uncompressed_sum
> std::numeric_limits<uint32_t>::max()) {
928
if (
uncompressed_sum
> 30 * 1024 * 1024) {
[
all
...]
Completed in 41 milliseconds