HomeSort by relevance Sort by last modified time
    Searched defs:mode2 (Results 1 - 13 of 13) sorted by null

  /libcore/support/src/test/java/tests/security/
CipherHelper.java 33 private final int mode2; field in class:CipherHelper
35 public CipherHelper(String algorithmName, String plainData, int mode1, int mode2) {
39 this.mode2 = mode2;
60 cipher.init(mode2, decryptKey);
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 42 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[opcode])
    [all...]
instruction_map_test.cc 36 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[opcode] = mode2
577 unsigned char mode2 = 0; local
    [all...]
codetable.h 65 // 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
decodetable_test.cc 45 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[opcode], mode)
429 unsigned char mode2 = 0; local
    [all...]
encodetable_test.cc 54 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++);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 1888 u32 mode1, mode2; local
    [all...]
  /external/bzip2/
bzlib.c 1393 char mode2[10] = ""; local
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 5729 char mode2[10] = ""; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 5753 char mode2[10] = ""; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 5745 char mode2[10] = ""; local
    [all...]
varinfo6.c 5782 char mode2[10] = ""; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 5744 char mode2[10] = ""; local
    [all...]

Completed in 2564 milliseconds