Home | History | Annotate | Download | only in src

Lines Matching refs:ExpectByte

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 encoding
756 ExpectByte(0x00); // Delta_indicator (no compression)
757 ExpectByte(0x16); // Length of the data section
758 ExpectByte(0x05); // Length of the instructions section
759 ExpectByte(0x02); // Length of the address section
764 ExpectByte(0x73); // COPY size 0 mode VCD_SAME(0)
765 ExpectByte(0x38); // COPY size (56)
766 ExpectByte(0x07); // ADD size 6
767 ExpectByte(0x19); // COPY size 9 mode VCD_SELF
768 ExpectByte(0x11); // ADD size 16
770 ExpectByte(0x00); // COPY address (0) mode VCD_SAME(0)
771 ExpectByte(0x17); // COPY address (23) mode VCD_SELF
774 ExpectByte(0x29); // Length of the delta encoding
776 ExpectByte(0x00); // Delta_indicator (no compression)
777 ExpectByte(0x1F); // Length of the data section
778 ExpectByte(0x04); // Length of the instructions section
779 ExpectByte(0x01); // Length of the address section
782 ExpectByte
783 ExpectByte(0x38); // COPY size (56)
784 ExpectByte(0x01); // ADD size 0
785 ExpectByte(0x1F); // Size of ADD (31)
787 ExpectByte(0x00); // COPY address (0) mode VCD_SAME(0)
793 ExpectByte(0x00); // Delta_indicator (no compression)
795 ExpectByte(0x02); // Length of the instructions section
796 ExpectByte(0x00); // Length of the address section
799 ExpectByte(0x01); // ADD size 0
817 ExpectByte(0xD6); // 'V' | 0x80
818 ExpectByte(0xC3); // 'C' | 0x80
819 ExpectByte(0xC4); // 'D' | 0x80
820 ExpectByte(0x00); // Simple encoder never uses interleaved format
821 ExpectByte(0x00); // Hdr_Indicator
822 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
823 ExpectByte(sizeof(kDictionary)); // Dictionary length
824 ExpectByte(0x00); // Source segment position: start of dictionary
825 ExpectByte(0x0C); // Length of the delta encoding
827 ExpectByte(0x00); // Delta_indicator (no compression)
828 ExpectByte(0x01); // Length of the data section
829 ExpectByte(0x04); // Length of the instructions section
830 ExpectByte(0x01); // Length of the address section
834 ExpectByte(0x02); // ADD size 1
835 ExpectByte(0x23); // COPY size 0 mode VCD_HERE
838 ExpectByte(0x01); // COPY address (1) mode VCD_HERE
855 ExpectByte(0xD6); // 'V' | 0x80
856 ExpectByte(0xC3); // 'C' | 0x80
857 ExpectByte(0xC4); // 'D' | 0x80
858 ExpectByte(0x00); // Simple encoder never uses interleaved format
859 ExpectByte(0x00); // Hdr_Indicator
860 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
861 ExpectByte(sizeof(kDictionary)); // Dictionary length
862 ExpectByte(0x00); // Source segment position: start of dictionary
865 ExpectByte(0x00); // Delta_indicator (no compression)
867 ExpectByte(0x03); // Length of the instructions section
868 ExpectByte(0x00); // Length of the address section
872 ExpectByte(0x01); // ADD size 0
937 ExpectByte(0xD6); // 'V' | 0x80
938 ExpectByte(0xC3); // 'C' | 0x80
939 ExpectByte(0xC4); // 'D' | 0x80
940 ExpectByte(0x00); // Simple encoder never uses interleaved format
941 ExpectByte(0x00); // Hdr_Indicator
942 ExpectByte(VCD_SOURCE); // Win_Indicator: VCD_SOURCE (dictionary)
943 ExpectByte(sizeof(kDictionary)); // Dictionary length
944 ExpectByte(0x00); // Source segment position: start of dictionary
946 ExpectByte(12); // Length of the delta encoding
948 ExpectByte(0x00); // Delta_indicator (no compression)
949 ExpectByte(0x04); // Length of the data section
950 ExpectByte(0x02); // Length of the instructions section
951 ExpectByte(0x01); // Length of the address section
952 ExpectByte('!');
953 ExpectByte('!');
954 ExpectByte('!');
955 ExpectByte('\n');
956 ExpectByte(0x1E); // COPY size 14 mode VCD_SELF
957 ExpectByte(0x05); // ADD size 4
958 ExpectByte(0x03); // COPY address (3) mode VCD_SELF
963 ExpectByte(0x00); // Delta_indicator (no compression)
965 ExpectByte(0x02); // Length of the instructions section
966 ExpectByte(0x00); // Length of the address section
969 ExpectByte(0x01); // ADD size 0
980 ExpectByte(0xD6); // 'V' | 0x80
981 ExpectByte(0xC3); // 'C' | 0x80
982 ExpectByte(0xC4); // 'D' | 0x80
983 ExpectByte('S'); // Format extensions
984 ExpectByte(0x00); // Hdr_Indicator
985 ExpectByte(VCD_SOURCE | VCD_CHECKSUM); // Win_Indicator
986 ExpectByte(sizeof(kDictionary)); // Dictionary length
987 ExpectByte(0x00); // Source segment position: start of dictionary
989 ExpectByte(17); // Length of the delta encoding
991 ExpectByte(0x00); // Delta_indicator (no compression)
992 ExpectByte(0x00); // Length of the data section
993 ExpectByte(0x07); // Length of the instructions section
994 ExpectByte(0x00); // Length of the address section
996 ExpectByte(0x1E); // COPY size 14 mode VCD_SELF
997 ExpectByte(0x03); // COPY address (3) mode VCD_SELF
998 ExpectByte(0x05); // ADD size 4
999 ExpectByte('!');
1000 ExpectByte('!');
1001 ExpectByte('!');
1002 ExpectByte('\n');
1007 ExpectByte(0x00); // Delta_indicator (no compression)
1008 ExpectByte(0x00); // Length of the data section
1010 ExpectByte(0x00); // Length of the address section
1013 ExpectByte(0x01); // ADD size 0