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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 387 uint8_t byte1; local
389 if (lookAtByte(insn, &byte1)) {
394 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
431 uint8_t byte1; local
433 if (lookAtByte(insn, &byte1)) {
438 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 49 int literal = byte1(opcodeUnit); // should be zero
102 int a = byte1(opcodeUnit);
119 int target = (byte) byte1(opcodeUnit); // sign-extend
136 int literal = byte1(opcodeUnit); // should be zero
154 int literal = byte1(opcodeUnit);
172 int a = byte1(opcodeUnit);
192 int a = byte1(opcodeUnit);
210 int a = byte1(opcodeUnit);
229 int a = byte1(opcodeUnit);
259 int a = byte1(opcodeUnit)
1072 private static int byte1(int value) { method in class:InstructionCodec
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp 1396 u1 byte1 = *bits1++; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1257 int byte1 = 0xF0 | (uuuuu >> 2); \/\/ top 3 bits of uuuuu local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 587 int byte1 = in.read(); local
589 if (byte1 == 0xFF && byte2 == 0xFE) {
591 } else if (byte1 == 0xFF && byte2 == 0xFF) {
595 if (byte1 == 0xEF && byte2 == 0xBB && byte3 == 0xBF) {
  /dalvik/libdex/
DexSwapVerify.cpp 1878 u1 byte1 = *(data++); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 1068 unsigned char byte1; member in struct:__anon20125
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
802.11.h 1510 uint8 byte1; member in struct:ht_add_ie
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 1510 uint8 byte1; member in struct:ht_add_ie
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 3704 milliseconds