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

/external/chromium_org/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.cc985 size_t instructions_and_sizes_length = 0; local
989 &instructions_and_sizes_length,
999 static_cast<int>(instructions_and_sizes_length);
1008 instructions_and_sizes_length +
1015 instructions_and_sizes_length);

Completed in 141 milliseconds