Searched defs:byte3 (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollation.cpp100 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; local
101 if(byte3 >= 2) {
102 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8);
104 byte3 += 254;
120 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8);
/external/dng_sdk/source/
H A Ddng_iptc.cpp279 uint32 byte3 = stream.Get_uint8 (); local
283 byte3 == 0x47)
H A Ddng_image_writer.cpp3462 uint8 byte3 = (uint8) (code << (-shift3)); local
3473 *dstPtr3 = byte3;
/external/libtextclassifier/util/utf8/
H A Dunicodetext.cc256 unsigned char byte3 = static_cast<unsigned char>(it_[2]); local
258 return ((byte1 & 0x0F) << 12) | ((byte2 & 0x3F) << 6) | (byte3 & 0x3F);
263 ((byte3 & 0x3F) << 6) | (byte4 & 0x3F);
/external/libunwind/src/ia64/
H A Dunwind_decoder.h164 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
167 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++;
173 ytreg = byte3;
175 if ((byte2 & 0x80) == 0 && byte3 == 0)
264 unw_word grmask, frmask, byte1, byte2, byte3; local
266 byte1 = *dp++; byte2 = *dp++; byte3 = *dp++;
268 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
/external/oj-libjdwp/src/share/npt/
H A Dutf.c233 unsigned byte2, byte3, byte4, u21; local
237 byte3 = (unsigned char)string[++i];
242 u21 += (byte3 & 0x3F) << 6;
274 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
297 byte3 = (unsigned char)string[++i];
341 unsigned byte1, byte2, byte3, byte4, byte5, byte6; local
357 byte3 = (unsigned char)string[++i];
372 u21 += (byte3 & 0x3F) << 10;
389 newString[j++] = byte3;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java132 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16);
139 // int byte3 = (byte) (state >> 16);
204 private static int incompleteStateFor(int byte1, int byte2, int byte3) { argument
207 byte3 > (byte) 0xBF) ?
208 MALFORMED : byte1 ^ (byte2 << 8) ^ (byte3 << 16);
493 // byte3 trailing-byte test
500 // Get byte2 and byte3 from saved state or array
502 byte byte3 = 0;
509 byte3 = (byte) (state >> 16);
511 if (byte3
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_miditypes.h47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member in struct:s_midi_stream_tag
/external/syslinux/com32/cmenu/libmenu/
H A Ddes.c580 my_u_int32_t byte0, byte1, byte2, byte3; local
584 byte3 = (my_u_int32_t) (my_u_char_t) key[3];
586 return byte0 << 24 | byte1 << 16 | byte2 << 8 | byte3;
/external/valgrind/VEX/priv/
H A Dguest_s390_helpers.c617 UInt byte3 = 0x80 | klmnop; local
619 retval = (byte1 << 16) | (byte2 << 8) | byte3;
629 UInt byte3 = 0x80 | ijklmn; local
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, argument
737 (byte3 < 0x80 || byte3 > 0xbf)) {
745 (byte3 < 0x80 || byte3 > 0xbf)) {
752 (byte3 <
831 s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
839 s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4, ULong stuff) argument
[all...]
H A Dguest_s390_toIR.c13940 s390_call_cu12_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, argument
13944 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
13955 s390_call_cu14_helper2(IRExpr *byte1, IRExpr *byte2, IRExpr *byte3, argument
13959 args = mkIRExprVec_5(byte1, byte2, byte3, byte4, stuff);
14013 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
14020 byte3 = mkite(cond, unop(Iop_8Uto64, load(Ity_I8, addr)), mkU64(0));
14034 assign(retval2, s390_call_cu12_helper2(mkexpr(byte1), byte2, byte3,
14037 assign(retval2, s390_call_cu14_helper2(mkexpr(byte1), byte2, byte3,
/external/freetype/src/psaux/
H A Dpsintrp.c2961 FT_UInt32 byte3 = (FT_UInt32)cf2_buf_readByte( charstring ); local
2967 ( byte3 << 8 ) |
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 592 milliseconds