OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectByte
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
encodetable_test.cc
102
void
ExpectByte
(unsigned char b) {
207
ExpectByte
(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
208
ExpectByte
(0x11); // Source segment size: dictionary length
209
ExpectByte
(0x00); // Source segment position: start of dictionary
210
ExpectByte
(0x09); // Length of the delta encoding
211
ExpectByte
(0x03); // Size of the target window
212
ExpectByte
(0x00); // Delta_indicator (no compression)
213
ExpectByte
(0x03); // length of data for ADDs and RUNs
214
ExpectByte
(0x01); // length of instructions section
215
ExpectByte
(0x00); // length of addresses for COPY
[
all
...]
vcencoder_test.cc
75
void
ExpectByte
(unsigned char b) {
744
ExpectByte
(0xD6); // 'V' | 0x80
745
ExpectByte
(0xC3); // 'C' | 0x80
746
ExpectByte
(0xC4); // 'D' | 0x80
747
ExpectByte
(0x00); // Simple encoder never uses interleaved format
748
ExpectByte
(0x00); // Hdr_Indicator
749
ExpectByte
(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
750
ExpectByte
(sizeof(kDictionary)); // Dictionary length
751
ExpectByte
(0x00); // Source segment position: start of dictionary
754
ExpectByte
(0x22); // Length of the delta encodin
[
all
...]
vcdiffengine_test.cc
92
void
ExpectByte
(char byte) {
131
ExpectByte
(byte);
165
ExpectByte
(byte);
174
ExpectByte
(byte);
254
ExpectByte
(0x01); // Win_Indicator: VCD_SOURCE (dictionary)
256
ExpectByte
(0x00); // Source segment position: start of dictionary
261
ExpectByte
(0x00); // Delta_indicator (no compression)
[
all
...]
Completed in 364 milliseconds