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

1 2

  /external/icu/icu4c/source/i18n/
collation.cpp 96 int32_t byte3 = ((int32_t)(basePrimary >> 8) & 0xff) - step; local
97 if(byte3 >= 2) {
98 return (basePrimary & 0xffff0000) | ((uint32_t)byte3 << 8);
100 byte3 += 254;
116 return (basePrimary & 0xff000000) | ((uint32_t)byte2 << 16) | ((uint32_t)byte3 << 8);
  /external/sonivox/arm-fm-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/sonivox/arm-hybrid-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/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/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/main/VEX/priv/
guest_s390_helpers.c 615 UInt byte3 = 0x80 | klmnop; local
617 retval = (byte1 << 16) | (byte2 << 8) | byte3;
627 UInt byte3 = 0x80 | ijklmn; local
630 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
697 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
735 (byte3 < 0x80 || byte3 > 0xbf)) {
743 (byte3 < 0x80 || byte3 > 0xbf)) {
750 (byte3 < 0x80 || byte3 > 0xbf))
    [all...]
guest_s390_defs.h 84 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,
guest_s390_toIR.c 13716 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 454 uint8 byte3 = static_cast<uint8>(it_[2]);
458 | (byte3 & 0x3F);
463 | ((byte3 & 0x3F) << 6)
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 594 int byte3 = in.read(); local
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c 719 uint8_t byte0, byte1, byte2, byte3; local
    [all...]
  /art/runtime/
dex_file_verifier.cc 876 uint8_t byte3 = *(ptr_++); local
877 if (UNLIKELY((byte3 & 0xc0) != 0x80)) {
878 ErrorStringPrintf("Illegal continuation byte %x in string data", byte3);
881 uint16_t value = ((byte & 0x0f) << 12) | ((byte2 & 0x3f) << 6) | (byte3 & 0x3f);
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 1933 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 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.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 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 772 milliseconds

1 2