Searched defs:instructions_and_sizes_length (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.cc289 size_t* instructions_and_sizes_length,
293 ParseSize("length of instructions section", instructions_and_sizes_length);
312 *instructions_and_sizes_length +
286 ParseSectionLengths( bool has_checksum, size_t* add_and_run_data_length, size_t* instructions_and_sizes_length, size_t* addresses_length, VCDChecksum* checksum) argument
H A Dvcdecoder.cc982 size_t instructions_and_sizes_length = 0; local
986 &instructions_and_sizes_length,
996 static_cast<int>(instructions_and_sizes_length);
1005 instructions_and_sizes_length +
1012 instructions_and_sizes_length);

Completed in 264 milliseconds