OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon16547::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
752
uLongf
uncompressed_length
= dst_size;
local
753
int r = uncompress(reinterpret_cast<Bytef *>(dst_buf), &
uncompressed_length
,
755
if (r != Z_OK ||
uncompressed_length
!= dst_size) {
[
all
...]
/external/chromium_org/net/spdy/
spdy_framer.cc
2100
const size_t
uncompressed_length
=
local
[
all
...]
Completed in 189 milliseconds