HomeSort by relevance Sort by last modified time
    Searched full:win_indicator (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 225 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
244 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
263 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
283 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
304 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
339 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
372 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
403 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
437 ExpectByte(VCD_SOURCE | VCD_CHECKSUM); // Win_Indicator
465 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary
    [all...]
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,
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"
vcdecoder4_test.cc 131 VCD_SOURCE, // Win_Indicator: take source from dictionary
148 0x00, // Win_Indicator: No source segment (ADD only)
167 VCD_TARGET, // Win_Indicator: take source from decoded data
183 VCD_TARGET, // Win_Indicator: take source from decoded data
199 0x00, // Win_Indicator: No source segment (ADD only)
212 0x00, // Win_Indicator: No source segment (RUN only)
226 0x00, // Win_Indicator: No source segment (ADD only)
289 // The third window begins with Win_Indicator = VCD_TARGET which is not
429 VCD_SOURCE, // Win_Indicator: take source from dictionary
443 0x00, // Win_Indicator: No source segment (ADD only
    [all...]
vcdiff_defs.h 99 // The possible values for the Win_Indicator field, as described
102 // "Win_Indicator:
127 // The Win_Indicator byte MUST NOT have more than one of the bits
vcdecoder5_test.cc 37 0x00, // Win_Indicator: no source segment
encodetable.cc 292 1 + // Win_Indicator
300 // Add first element: 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...]
vcdecoder_test.cc 167 VCD_SOURCE, // Win_Indicator: take source from dictionary
225 VCD_SOURCE, // Win_Indicator: take source from dictionary
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable_test.cc 207 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
225 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
243 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
262 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
282 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
307 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
330 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
354 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
381 ExpectByte(VCD_SOURCE | VCD_CHECKSUM); // Win_Indicator
409 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary
    [all...]
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,
headerparser.cc 209 unsigned char* win_indicator,
212 if (!ParseByte(win_indicator)) {
216 *win_indicator & (VCD_SOURCE | VCD_TARGET);
237 VCD_ERROR << "Win_Indicator must not have both VCD_SOURCE"
vcdecoder4_test.cc 131 VCD_SOURCE, // Win_Indicator: take source from dictionary
148 0x00, // Win_Indicator: No source segment (ADD only)
167 VCD_TARGET, // Win_Indicator: take source from decoded data
183 VCD_TARGET, // Win_Indicator: take source from decoded data
199 0x00, // Win_Indicator: No source segment (ADD only)
212 0x00, // Win_Indicator: No source segment (RUN only)
226 0x00, // Win_Indicator: No source segment (ADD only)
290 // The third window begins with Win_Indicator = VCD_TARGET which is not
430 VCD_SOURCE, // Win_Indicator: take source from dictionary
444 0x00, // Win_Indicator: No source segment (ADD only
    [all...]
vcdiff_defs.h 99 // The possible values for the Win_Indicator field, as described
102 // "Win_Indicator:
127 // The Win_Indicator byte MUST NOT have more than one of the bits
vcdecoder5_test.cc 37 0x00, // Win_Indicator: no source segment
encodetable.cc 320 1 + // Win_Indicator
328 // Add first element: Win_Indicator
vcdecoder.cc 55 // Win_Indicator - byte
356 // If the bit 0x08 (VCD_CHECKSUM) is set in the Win_Indicator flags, then
1053 unsigned char win_indicator = 0; local
    [all...]
vcdecoder_test.cc 167 VCD_SOURCE, // Win_Indicator: take source from dictionary
225 VCD_SOURCE, // Win_Indicator: take source from dictionary
  /external/open-vcdiff/src/
encodetable_test.cc 207 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
225 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
243 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
262 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
282 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
307 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
330 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
354 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
381 ExpectByte(VCD_SOURCE | VCD_CHECKSUM); // Win_Indicator
409 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary
    [all...]
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,
headerparser.cc 209 unsigned char* win_indicator,
212 if (!ParseByte(win_indicator)) {
216 *win_indicator & (VCD_SOURCE | VCD_TARGET);
237 VCD_ERROR << "Win_Indicator must not have both VCD_SOURCE"
vcdecoder4_test.cc 131 VCD_SOURCE, // Win_Indicator: take source from dictionary
148 0x00, // Win_Indicator: No source segment (ADD only)
167 VCD_TARGET, // Win_Indicator: take source from decoded data
183 VCD_TARGET, // Win_Indicator: take source from decoded data
199 0x00, // Win_Indicator: No source segment (ADD only)
212 0x00, // Win_Indicator: No source segment (RUN only)
226 0x00, // Win_Indicator: No source segment (ADD only)
290 // The third window begins with Win_Indicator = VCD_TARGET which is not
430 VCD_SOURCE, // Win_Indicator: take source from dictionary
444 0x00, // Win_Indicator: No source segment (ADD only
    [all...]
vcdiff_defs.h 99 // The possible values for the Win_Indicator field, as described
102 // "Win_Indicator:
127 // The Win_Indicator byte MUST NOT have more than one of the bits
vcdecoder5_test.cc 37 0x00, // Win_Indicator: no source segment
encodetable.cc 320 1 + // Win_Indicator
328 // Add first element: Win_Indicator

Completed in 252 milliseconds

1 2