OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCD_DECOMPRESS
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdiff_defs.h
76
// the two bits
VCD_DECOMPRESS
and VCD_CODETABLE below:
84
// | +--
VCD_DECOMPRESS
87
// If bit 0 (
VCD_DECOMPRESS
) is non-zero, this indicates that a
96
const unsigned char
VCD_DECOMPRESS
= 0x01;
156
// [...] If the bit
VCD_DECOMPRESS
(Section 4.1) was on, each of these
vcdecoder.cc
721
if (header->hdr_indicator &
VCD_DECOMPRESS
) {
[
all
...]
/external/chromium_org/sdch/open-vcdiff/src/
vcdiff_defs.h
76
// the two bits
VCD_DECOMPRESS
and VCD_CODETABLE below:
84
// | +--
VCD_DECOMPRESS
87
// If bit 0 (
VCD_DECOMPRESS
) is non-zero, this indicates that a
96
const unsigned char
VCD_DECOMPRESS
= 0x01;
156
// [...] If the bit
VCD_DECOMPRESS
(Section 4.1) was on, each of these
vcdecoder.cc
722
if (header->hdr_indicator &
VCD_DECOMPRESS
) {
[
all
...]
/external/open-vcdiff/src/
vcdiff_defs.h
76
// the two bits
VCD_DECOMPRESS
and VCD_CODETABLE below:
84
// | +--
VCD_DECOMPRESS
87
// If bit 0 (
VCD_DECOMPRESS
) is non-zero, this indicates that a
96
const unsigned char
VCD_DECOMPRESS
= 0x01;
156
// [...] If the bit
VCD_DECOMPRESS
(Section 4.1) was on, each of these
vcdecoder.cc
722
if (header->hdr_indicator &
VCD_DECOMPRESS
) {
[
all
...]
Completed in 35 milliseconds