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

12

/external/icu/icu4c/source/i18n/
H A Dcollation.cpp76 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - step; local
78 if(byte2 < 4) {
79 byte2 += 251;
83 if(byte2 < 2) {
84 byte2 += 254;
88 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16);
103 int32_t byte2 = ((int32_t)(basePrimary >> 16) & 0xff) - 1; local
105 if(byte2 < 4) {
106 byte2 = 0xfe;
110 if(byte2 <
[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/libunwind/src/ia64/
H A Dunwind_decoder.h126 unsigned char byte1, byte2, abreg, x, ytreg; local
129 byte1 = *dp++; byte2 = *dp++;
132 ytreg = byte2;
144 unsigned char byte1, byte2, abreg, qp; local
147 byte1 = *dp++; byte2 = *dp++;
152 abreg = (byte2 & 0x7f);
164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++;
171 abreg = (byte2 & 0x7f);
172 x = (byte2 >>
264 unw_word grmask, frmask, byte1, byte2, byte3; local
292 unsigned char r, byte1, byte2; local
[all...]
/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/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/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c604 UInt byte2 = (0x80 | klmnop); local
606 retval = (byte1 << 8) | byte2;
614 UInt byte2 = 0x80 | efghij; local
617 retval = (byte1 << 16) | (byte2 << 8) | byte3;
626 UInt byte2 = 0x80 | (xy << 4) | efgh; local
630 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
697 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, argument
715 if (byte2 < 0x80 || byte2 > 0xbf) {
723 UInt klmnop = byte2
829 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
837 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
[all...]
H A Dguest_s390_defs.h84 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
86 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
H A Dguest_s390_toIR.c11058 IRTemp byte2 = newTemp(Ity_I8); local
11066 assign(byte2, load(Ity_I8, mkexpr(address2)));
11075 binop(Iop_Xor8, mkexpr(byte2), mkexpr(end)))));
11086 next_insn_if(binop(Iop_CmpEQ8, mkexpr(end), mkexpr(byte2)));
11091 unop(Iop_8Uto32, mkexpr(byte2))));
11095 next_insn_if(binop(Iop_CmpLT32U, unop(Iop_8Uto32, mkexpr(byte2)),
13643 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, argument
13647 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
13658 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, argument
13662 args = mkIRExprVec_5(byte1, byte2, byte
13716 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
[all...]
H A Dguest_x86_toIR.c6091 UChar byte2, subopc; local
6094 byte2 = getIByte(delta); /* amode / sub-opcode */
6095 subopc = toUChar( (byte2 >> 3) & 7 );
/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.java871 private static boolean byteArrayEqual(byte[] byte1, byte[] byte2) { argument
872 if (byte1 == null && byte2 != null) return byte2.length == 0;
873 if (byte2 == null && byte1 != null) return byte1.length == 0;
874 return Arrays.equals(byte1, byte2);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_crc32.c719 uint8_t byte0, byte1, byte2, byte3; local
732 byte2 = (result >> 16) & 0x000000ff;
734 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp460 uint8_t byte1, byte2; local
467 if (lookAtByte(insn, &byte2)) {
473 ((~byte1 & 0xc) == 0xc) && ((byte2 & 0x4) == 0x4)) {
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1258 int byte2 =
1266 writer.write(makeHHString(byte2));
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp589 FX_BYTE byte2 = ((FX_LPBYTE)pString)[offset++]; local
590 return byte1 * 256 + 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/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp2438 FX_BYTE byte1, byte2; local
2440 GetCharAt(StreamStartPos + offset - 2, byte2);
2441 if (byte1 == 0x0a && byte2 == 0x0d) {
/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 ...

Completed in 824 milliseconds

12