HomeSort by relevance Sort by last modified time
    Searched refs:win_indicator (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
headerparser.cc 209 unsigned char* win_indicator,
212 if (!ParseByte(win_indicator)) {
216 *win_indicator & (VCD_SOURCE | VCD_TARGET);
237 LOG(ERROR) << "Win_Indicator must not have both VCD_SOURCE"
headerparser.h 237 // Win_Indicator - byte
247 // true, then *win_indicator, *source_segment_length, and
254 // dictionary (i.e., if the parsed *win_indicator equals VCD_SOURCE.)
258 // is taken from the target (i.e., if the parsed *win_indicator equals
260 // allow_vcd_target: If this argument is false, and the parsed *win_indicator
263 // win_indicator (output): Points to a single unsigned char (not an array)
264 // that will receive the parsed value of Win_Indicator.
271 unsigned char* win_indicator,
vcdecoder.cc 55 // Win_Indicator - byte
363 // If the bit 0x08 (VCD_CHECKSUM) is set in the Win_Indicator flags, then
1050 unsigned char win_indicator = 0; local
    [all...]

Completed in 213 milliseconds