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

  /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
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 1365 uint8 byte1, byte2, byte3; local
1690 uint8 byte1, byte2, byte3; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1260 int byte3 = 0x80 | yyyyyy; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xml/
XsltXPathConformanceTestSuite.java 595 int byte3 = in.read(); local
596 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /dalvik/libdex/
DexSwapVerify.c 1919 u1 byte3 = *(data++); local
    [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 198 uint8_t byte3; member in struct:JSC::ARMThumbImmediate::__anon8026::__anon8027
280 if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) {
286 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) {
292 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) {
    [all...]

Completed in 173 milliseconds