Searched defs:byte2 (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/autofill/crypto/
H A Drc4_decryptor.h55 void SwapByte(uint8* byte1, uint8* byte2) { argument
57 *byte1 = *byte2;
58 *byte2 = temp;
/external/valgrind/main/none/tests/s390x/
H A Dclcl.c155 uint8_t byte, byte1, byte2; local
165 byte2 = 20;
166 run_test(&byte1, 1, &byte2, 1, 0x00); // first operand low
168 run_test(&byte2, 1, &byte1, 1, 0x00); // first operand high
169 run_test(&byte1, 1, &byte2, 1, 0xFF); // first operand low
171 run_test(&byte2, 1, &byte1, 1, 0xFF); // first operand high
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DInstructionCodec.java1076 private static int byte2(int value) { method in class:InstructionCodec
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_toIR.c7094 UChar byte2, subopc; local
7097 byte2 = getUChar(delta); /* amode / sub-opcode */
7098 subopc = toUChar( (byte2 >> 3) & 7 );
H A Dguest_s390_toIR.c9060 IRTemp byte2 = newTemp(Ity_I8); local
9068 assign(byte2, load(Ity_I8, mkexpr(address2)));
9077 binop(Iop_Xor8, mkexpr(byte2), mkexpr(end)))),
9090 if_condition_goto(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte2)),
9096 unop(Iop_8Uto32, mkexpr(byte2))),
9101 if_condition_goto(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte2)),
H A Dguest_x86_toIR.c5954 UChar byte2, subopc; local
5957 byte2 = getIByte(delta); /* amode / sub-opcode */
5958 subopc = toUChar( (byte2 >> 3) & 7 );
/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/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 318 milliseconds