HomeSort by relevance Sort by last modified time
    Searched full:mode2 (Results 1 - 25 of 29) sorted by null

1 2

  /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...]
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...]
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
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++);
instruction_map.cc 174 code_table_data.mode2[opcode],
191 code_table_data.mode2[opcode],
decodetable.cc 71 instruction_mode = code_table_data_->mode2[opcode];
codetable.cc 165 // mode2
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
vcdecoder4_test.cc     [all...]
  /external/grub/netboot/
timer.h 30 #define MODE2 0x04
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_modes.c 33 static int compare_modes_by_res(const void* mode1, const void* mode2)
43 if (PgGetVideoModeInfo(*(unsigned short*)mode2, &mode2_info) < 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdrom.h 304 * 4 (Green Book) Mode2 Form1 2048 (CD_FRAMESIZE)
305 * 5 (Green Book) Mode2 Form2 2328 (2324+4 spare bytes)
316 * - data (yellow, mode2): | sync - head - data |
319 * - XA data (green, mode2 form1): | sync - head - sub - data - EDC - ECC |
322 * - XA data (green, mode2 form2): | sync - head - sub - data - Spare |
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 304 * 4 (Green Book) Mode2 Form1 2048 (CD_FRAMESIZE)
305 * 5 (Green Book) Mode2 Form2 2328 (2324+4 spare bytes)
316 * - data (yellow, mode2): | sync - head - data |
319 * - XA data (green, mode2 form1): | sync - head - sub - data - EDC - ECC |
322 * - XA data (green, mode2 form2): | sync - head - sub - data - Spare |
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdrom.h 304 * 4 (Green Book) Mode2 Form1 2048 (CD_FRAMESIZE)
305 * 5 (Green Book) Mode2 Form2 2328 (2324+4 spare bytes)
316 * - data (yellow, mode2): | sync - head - data |
319 * - XA data (green, mode2 form1): | sync - head - sub - data - EDC - ECC |
322 * - XA data (green, mode2 form2): | sync - head - sub - data - Spare |
  /external/kernel-headers/original/linux/
cdrom.h 304 * 4 (Green Book) Mode2 Form1 2048 (CD_FRAMESIZE)
305 * 5 (Green Book) Mode2 Form2 2328 (2324+4 spare bytes)
316 * - data (yellow, mode2): | sync - head - data |
319 * - XA data (green, mode2 form1): | sync - head - sub - data - EDC - ECC |
322 * - XA data (green, mode2 form2): | sync - head - sub - data - Spare |
    [all...]
fb.h     [all...]
  /external/bzip2/
bzlib.c 1393 char mode2[10] = ""; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 58 141, /* mode2 = 12k : -3.3dB */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_intra_prediction.c 1888 u32 mode1, mode2; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
arm.h     [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 5729 char mode2[10] = ""; local
    [all...]

Completed in 5130 milliseconds

1 2