/external/valgrind/main/none/tests/s390x/ |
H A D | clcl.c | 155 uint8_t byte, byte1, byte2; local 164 byte1 = 10; 166 run_test(&byte1, 1, &byte2, 1, 0x00); // first operand low 167 run_test(&byte1, 1, &byte1, 1, 0x00); // equal 168 run_test(&byte2, 1, &byte1, 1, 0x00); // first operand high 169 run_test(&byte1, 1, &byte2, 1, 0xFF); // first operand low 170 run_test(&byte1, 1, &byte1, 1, 0xFF); // equal 171 run_test(&byte2, 1, &byte1, [all...] |
/external/chromium/chrome/browser/autofill/crypto/ |
H A D | rc4_decryptor.h | 55 void SwapByte(uint8* byte1, uint8* byte2) { argument 56 uint8 temp = *byte1; 57 *byte1 = *byte2;
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
H A D | InstructionCodec.java | 49 int literal = byte1(opcodeUnit); // should be zero 102 int a = byte1(opcodeUnit); 119 int target = (byte) byte1(opcodeUnit); // sign-extend 136 int literal = byte1(opcodeUnit); // should be zero 154 int literal = byte1(opcodeUnit); 172 int a = byte1(opcodeUnit); 192 int a = byte1(opcodeUnit); 210 int a = byte1(opcodeUnit); 229 int a = byte1(opcodeUnit); 259 int a = byte1(opcodeUni 1072 private static int byte1(int value) { method in class:InstructionCodec [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
H A D | X86DisassemblerDecoder.c | 394 uint8_t byte1; local 396 if (lookAtByte(insn, &byte1)) { 401 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) { 438 uint8_t byte1; local 440 if (lookAtByte(insn, &byte1)) { 445 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
|
/external/webkit/Source/JavaScriptCore/assembler/ |
H A D | ARMv7Assembler.h | 210 uint8_t byte1; 294 if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) { 300 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) { 306 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) { 307 encoding.immediate = bytes.byte1;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
H A D | ToHTMLStream.java | 1257 int byte1 = 0xF0 | (uuuuu >> 2); // top 3 bits of uuuuu 1264 writer.write(makeHHString(byte1));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.security_1.0.200.v20100503.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/valgrind/main/VEX/priv/ |
H A D | guest_s390_toIR.c | 9059 IRTemp byte1 = newTemp(Ity_I8); local 9067 assign(byte1, load(Ity_I8, mkexpr(address1))); 9076 binop(Iop_Xor8, mkexpr(byte1), mkexpr(end)), 9085 if_condition_goto(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte1)), 9095 if_condition_goto(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte1)), 9102 unop(Iop_8Uto32, mkexpr(byte1))),
|
/external/zxing/core/ |
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ... |