HomeSort by relevance Sort by last modified time
    Searched refs:byte3 (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/protobuf/java/src/main/java/com/google/protobuf/
Utf8.java 86 // int state = byte1 ^ (byte2 << 8) ^ (byte3 << 16);
93 // int byte3 = (byte) (state >> 16);
184 // byte3 trailing-byte test
191 // Get byte2 and byte3 from saved state or array
193 int byte3 = 0; local
200 byte3 = (byte) (state >> 16);
202 if (byte3 == 0) {
203 byte3 = bytes[index++];
205 return incompleteStateFor(byte1, byte2, byte3);
219 // byte3 trailing-byte tes
    [all...]
  /external/icu/icu4c/source/i18n/
collation.cpp 98 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; local
99 if(byte3 >= 2) {
100 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8);
102 byte3 += 254;
118 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8);
  /external/sonivox/arm-wt-22k/lib_src/
eas_midi.c 92 pMIDIStream->byte3 = EAS_FALSE;
125 pMIDIStream->byte3 = EAS_FALSE;
145 if (pMIDIStream->byte3)
148 pMIDIStream->byte3 = EAS_FALSE;
167 pMIDIStream->byte3 = EAS_TRUE;
186 pMIDIStream->byte3 = EAS_TRUE;
204 pMIDIStream->byte3 = EAS_TRUE;
eas_miditypes.h 47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member in struct:s_midi_stream_tag
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 536 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step;
537 if(byte3 >= 2) {
538 return (basePrimary & 0xffff0000L) | (byte3 << 8);
540 byte3 += 254;
556 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8);
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 534 int byte3 = ((int)(basePrimary >> 8) & 0xff) - step;
535 if(byte3 >= 2) {
536 return (basePrimary & 0xffff0000L) | (byte3 << 8);
538 byte3 += 254;
554 return (basePrimary & 0xff000000L) | (byte2 << 16) | (byte3 << 8);
  /external/libunwind/src/ia64/
unwind_decoder.h 164 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/valgrind/VEX/priv/
guest_s390_helpers.c 617 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,
737 (byte3 < 0x80 || byte3 > 0xbf)) {
745 (byte3 < 0x80 || byte3 > 0xbf)) {
752 (byte3 < 0x80 || byte3 > 0xbf))
    [all...]
guest_s390_defs.h 85 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,
guest_s390_toIR.c 13846 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
    [all...]
  /art/tools/
stream-trace-converter.py 50 byte3 = f.read(1)
51 if not byte3:
56 return ord(byte1) + (ord(byte2) << 8) + (ord(byte3) << 16) + (ord(byte4) << 24);
  /toolchain/binutils/binutils-2.25/binutils/
unwind-ia64.c 653 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
658 byte3 = *dp++;
664 ytreg = byte3;
666 if ((byte2 & 0x80) == 0 && byte3 == 0)
783 unw_word grmask, frmask, byte1, byte2, byte3; local
787 byte3 = *dp++;
789 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3;
  /external/dng_sdk/source/
dng_iptc.cpp 279 uint32 byte3 = stream.Get_uint8 (); local
283 byte3 == 0x47)
dng_image_writer.cpp 3462 uint8 byte3 = (uint8) (code << (-shift3)); local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 594 int byte3 = in.read(); local
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /external/libevent/
evutil.c     [all...]
  /external/freetype/src/cff/
cf2intrp.c 1730 FT_UInt32 byte3 = (FT_UInt32)cf2_buf_readByte( charstring ); local
    [all...]
  /art/runtime/
dex_file_verifier.cc 1106 uint8_t byte3 = *(ptr_++); local
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1919 u1 byte3 = *(data++); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1260 int byte3 = 0x80 | yyyyyy; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 946 private static int byte3(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 1080 private static int byte3(int value) { method in class:InstructionCodec
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.security_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 

Completed in 1736 milliseconds

1 2 3