Searched refs:mode2 (Results 1 - 17 of 17) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dcodetable_test.cc42 unsigned char mode2,
49 g_exercise_code_table_->mode2[opcode] = mode2;
69 unsigned char mode2 = 0; local
72 mode2 = inst_mode2 - VCD_COPY;
74 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
75 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
76 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
77 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
101 EXPECT_EQ(0, code_table_data_.mode2[opcod
38 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
[all...]
H A Ddecodetable_test.cc45 unsigned char mode2,
52 g_exercise_code_table_->mode2[opcode] = mode2;
72 unsigned char mode2 = 0; local
75 mode2 = inst_mode2 - VCD_COPY;
77 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
78 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
79 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
80 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
127 EXPECT_EQ(g_exercise_code_table_->mode2[opcod
41 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
429 unsigned char mode2 = 0; local
[all...]
H A Dcodetable.h65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
107 unsigned char mode2[kCodeTableSize]; // from enum VCDiffModes member in struct:open_vcdiff::VCDiffCodeTableData
H A Dinstruction_map_test.cc36 unsigned char mode2,
51 unsigned char mode2);
96 unsigned char mode2 = 0; local
99 mode2 = inst_mode2 - VCD_COPY;
101 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
102 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
103 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
104 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
127 unsigned char mode2,
134 g_exercise_code_table_->mode2[opcod
123 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
164 VerifyExerciseSecondInstruction( unsigned char expected_opcode, unsigned char inst1, unsigned char size1, unsigned char mode1, unsigned char inst2, unsigned char size2, unsigned char mode2) argument
577 unsigned char mode2 = 0; local
[all...]
H A Dencodetable_test.cc54 unsigned char mode2,
61 g_exercise_code_table_->mode2[opcode] = mode2;
81 unsigned char mode2 = 0; local
84 mode2 = inst_mode2 - VCD_COPY;
86 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 0, opcode++);
87 AddExerciseOpcode(inst1, mode1, 0, inst2, mode2, 255, opcode++);
88 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 0, opcode++);
89 AddExerciseOpcode(inst1, mode1, 255, inst2, mode2, 255, opcode++);
50 AddExerciseOpcode(unsigned char inst1, unsigned char mode1, unsigned char size1, unsigned char inst2, unsigned char mode2, unsigned char size2, int opcode) argument
H A Ddecodetable.cc71 instruction_mode = code_table_data_->mode2[opcode];
H A Dinstruction_map.cc174 code_table_data.mode2[opcode],
191 code_table_data.mode2[opcode],
H A Dcodetable.cc165 // mode2
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
H A Dvcdecoder4_test.cc968 EXPECT_EQ(custom_code_table.mode2[i], decoded_table->mode2[i]);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes.c33 static int compare_modes_by_res(const void* mode1, const void* mode2) argument
43 if (PgGetVideoModeInfo(*(unsigned short*)mode2, &mode2_info) < 0)
/external/bzip2/
H A Dbzlib.c1393 char mode2[10] = ""; local
1417 strcat(mode2, writing ? "w" : "r" );
1418 strcat(mode2,"b"); /* binary mode */
1425 fp = fopen(path,mode2);
1431 fp = fdopen(fd,mode2);
/external/kernel-headers/original/linux/
H A Dfb.h1124 const struct fb_videomode *mode2);
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c5729 char mode2[10] = ""; local
5753 strcat(mode2, writing ? "w" : "r" );
5754 strcat(mode2,"b"); /* binary mode */
5761 fp = fopen(path,mode2);
5767 fp = fdopen(fd,mode2);
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c5753 char mode2[10] = ""; local
5777 strcat(mode2, writing ? "w" : "r" );
5778 strcat(mode2,"b"); /* binary mode */
5785 fp = fopen(path,mode2);
5791 fp = fdopen(fd,mode2);
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c5745 char mode2[10] = ""; local
5769 strcat(mode2, writing ? "w" : "r" );
5770 strcat(mode2,"b"); /* binary mode */
5777 fp = fopen(path,mode2);
5783 fp = fdopen(fd,mode2);
H A Dvarinfo6.c5782 char mode2[10] = ""; local
5806 strcat(mode2, writing ? "w" : "r" );
5807 strcat(mode2,"b"); /* binary mode */
5814 fp = fopen(path,mode2);
5820 fp = fdopen(fd,mode2);
/external/valgrind/main/perf/
H A Dbz2.c5744 char mode2[10] = ""; local
5768 strcat(mode2, writing ? "w" : "r" );
5769 strcat(mode2,"b"); /* binary mode */
5776 fp = fopen(path,mode2);
5782 fp = fdopen(fd,mode2);

Completed in 272 milliseconds