Searched refs:byte2 (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
H A DUtf8.java86 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16);
88 // Such a state is unpacked thus (note the ~ operation for byte2 to
92 // int byte2 = (byte) ~(state >> 8);
164 // byte2 trailing-byte test
171 // Get byte2 from saved state or array
172 int byte2 = (byte) ~(state >> 8);
173 if (byte2 == 0) {
174 byte2 = bytes[index++];
176 return incompleteStateFor(byte1, byte2);
179 if (byte2 > (byt
327 incompleteStateFor(int byte1, int byte2) argument
333 incompleteStateFor(int byte1, int byte2, int byte3) argument
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/util/
H A DBookmarkUtils.java30 public static boolean byteArrayEqual(byte[] byte1, byte[] byte2) { argument
31 if (byte1 == null && byte2 != null) {
32 return byte2.length == 0;
34 if (byte2 == null && byte1 != null) {
37 return Arrays.equals(byte1, byte2);
/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/chromium_org/components/autofill/core/browser/crypto/
H A Drc4_decryptor.h60 void SwapByte(uint8* byte1, uint8* byte2) { argument
62 *byte1 = *byte2;
63 *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/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c561 UInt byte2 = (0x80 | klmnop); local
563 retval = (byte1 << 8) | byte2;
571 UInt byte2 = 0x80 | efghij; local
574 retval = (byte1 << 16) | (byte2 << 8) | byte3;
583 UInt byte2 = 0x80 | (xy << 4) | efgh; local
587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, argument
672 if (byte2 < 0x80 || byte2 > 0xbf) {
680 UInt klmnop = byte2
786 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
794 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
[all...]
H A Dguest_s390_defs.h85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
H A Dguest_s390_toIR.c9072 IRTemp byte2 = newTemp(Ity_I8); local
9080 assign(byte2, load(Ity_I8, mkexpr(address2)));
9089 binop(Iop_Xor8, mkexpr(byte2), mkexpr(end)))));
9100 next_insn_if(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte2)));
9105 unop(Iop_8Uto32, mkexpr(byte2))));
9109 next_insn_if(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte2)),
11582 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, argument
11586 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
11597 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, argument
11601 args = mkIRExprVec_5(byte1, byte2, byte
11655 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
[all...]
H A Dguest_x86_toIR.c5986 UChar byte2, subopc; local
5989 byte2 = getIByte(delta); /* amode / sub-opcode */
5990 subopc = toUChar( (byte2 >> 3) & 7 );
H A Dguest_amd64_toIR.c7283 UChar byte2, subopc; local
7286 byte2 = getUChar(delta); /* amode / sub-opcode */
7287 subopc = toUChar( (byte2 >> 3) & 7 );
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c141 char2b.byte2 = (c & 0xff);
167 unsigned int byte1 = 0, byte2 = 0; local
180 byte2 = which & 0xff;
182 if ((fs->min_char_or_byte2 > byte2) ||
183 (fs->max_char_or_byte2 < byte2) ||
197 (byte2 - fs->min_char_or_byte2);
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c147 char2b.byte2 = (c & 0xff);
173 int byte1 = 0, byte2 = 0; local
186 byte2 = which & 0xff;
188 if ((fs->min_char_or_byte2 > byte2) ||
189 (fs->max_char_or_byte2 < byte2) ||
203 (byte2 - fs->min_char_or_byte2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c148 char2b.byte2 = (c & 0xff);
174 unsigned int byte1 = 0, byte2 = 0; local
187 byte2 = which & 0xff;
189 if ((fs->min_char_or_byte2 > byte2) ||
190 (fs->max_char_or_byte2 < byte2) ||
204 (byte2 - fs->min_char_or_byte2);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c141 char2b.byte2 = (c & 0xff);
167 unsigned int byte1 = 0, byte2 = 0; local
180 byte2 = which & 0xff;
182 if ((fs->min_char_or_byte2 > byte2) ||
183 (fs->max_char_or_byte2 < byte2) ||
197 (byte2 - fs->min_char_or_byte2);
/external/mesa3d/src/glx/
H A Dxfont.c147 char2b.byte2 = (c & 0xff);
173 int byte1 = 0, byte2 = 0; local
186 byte2 = which & 0xff;
188 if ((fs->min_char_or_byte2 > byte2) ||
189 (fs->max_char_or_byte2 < byte2) ||
203 (byte2 - fs->min_char_or_byte2);
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c148 char2b.byte2 = (c & 0xff);
174 unsigned int byte1 = 0, byte2 = 0; local
187 byte2 = which & 0xff;
189 if ((fs->min_char_or_byte2 > byte2) ||
190 (fs->max_char_or_byte2 < byte2) ||
204 (byte2 - fs->min_char_or_byte2);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.cc449 uint8 byte2 = static_cast<uint8>(it_[1]);
452 | (byte2 & 0x3F);
457 | ((byte2 & 0x3F) << 6)
462 | ((byte2 & 0x3F) << 12)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DChromeBrowserProvider.java876 private static boolean byteArrayEqual(byte[] byte1, byte[] byte2) { argument
877 if (byte1 == null && byte2 != null) return byte2.length == 0;
878 if (byte2 == null && byte1 != null) return byte1.length == 0;
879 return Arrays.equals(byte1, byte2);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1258 int byte2 =
1266 writer.write(makeHHString(byte2));
/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/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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3931 milliseconds