Searched refs:byte1 (Results 1 - 11 of 11) sorted by relevance

/external/valgrind/main/none/tests/s390x/
H A Dclcl.c155 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 Drc4_decryptor.h55 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 DInstructionCodec.java49 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 DX86DisassemblerDecoder.c394 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 DARMv7Assembler.h210 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 DToHTMLStream.java1257 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 Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c9059 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 Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 670 milliseconds