OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCD_DATACOMP
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h
148
// | | +--
VCD_DATACOMP
152
//
VCD_DATACOMP
: bit value 1.
158
// compressor. The bit positions 0 (
VCD_DATACOMP
), 1
164
const unsigned char
VCD_DATACOMP
= 0x01;
headerparser.cc
277
if (delta_indicator & (
VCD_DATACOMP
| VCD_INSTCOMP | VCD_ADDRCOMP)) {
/external/chromium_org/sdch/open-vcdiff/src/
vcdiff_defs.h
148
// | | +--
VCD_DATACOMP
152
//
VCD_DATACOMP
: bit value 1.
158
// compressor. The bit positions 0 (
VCD_DATACOMP
), 1
164
const unsigned char
VCD_DATACOMP
= 0x01;
headerparser.cc
277
if (delta_indicator & (
VCD_DATACOMP
| VCD_INSTCOMP | VCD_ADDRCOMP)) {
/external/open-vcdiff/src/
vcdiff_defs.h
148
// | | +--
VCD_DATACOMP
152
//
VCD_DATACOMP
: bit value 1.
158
// compressor. The bit positions 0 (
VCD_DATACOMP
), 1
164
const unsigned char
VCD_DATACOMP
= 0x01;
headerparser.cc
277
if (delta_indicator & (
VCD_DATACOMP
| VCD_INSTCOMP | VCD_ADDRCOMP)) {
Completed in 439 milliseconds