HomeSort by relevance Sort by last modified time
    Searched defs:byte3 (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/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...]
  /bionic/libc/arch-arm/bionic/
strcmp.a15.S 240 bcs byte3
256 byte3: label
  /external/sonivox/arm-fm-22k/lib_src/
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_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_miditypes.h 47 EAS_BOOL8 byte3; /* flag indicates 3rd byte expected */ member in struct:s_midi_stream_tag
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 572 UInt byte3 = 0x80 | klmnop; local
574 retval = (byte1 << 16) | (byte2 << 8) | byte3;
584 UInt byte3 = 0x80 | ijklmn; local
587 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
654 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
692 (byte3 < 0x80 || byte3 > 0xbf)) {
700 (byte3 < 0x80 || byte3 > 0xbf)) {
707 (byte3 < 0x80 || byte3 > 0xbf))
    [all...]
guest_s390_toIR.c 11655 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
    [all...]
  /art/runtime/
dex_file_verifier.cc 752 uint8_t byte3 = *(ptr_++); local
753 if ((byte3 & 0xc0) != 0x80) {
754 LOG(ERROR) << StringPrintf("Illegal continuation byte %x in string data", byte3);
757 uint16_t value = ((byte & 0x0f) << 12) | ((byte2 & 0x3f) << 6) | (byte3 & 0x3f);
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 946 private static int byte3(int value) { method in class:InstructionCodec
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1260 int byte3 = 0x80 | yyyyyy; local
    [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...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 594 int byte3 = in.read(); local
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /dalvik/libdex/
DexSwapVerify.cpp 1933 u1 byte3 = *(data++); local
    [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 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 1751 milliseconds