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

  /sdk/emulator/qtools/
decoder.cpp 212 uint8_t byte0 = *next_; local
215 int len = prefix_to_len[byte0];
224 val64 = prefix_to_signed_data[byte0];
226 val64 = prefix_to_data[byte0];
235 uint8_t byte0 = data; local
239 int len = prefix_to_len[byte0];
248 val64 = prefix_to_signed_data[byte0];
250 val64 = prefix_to_data[byte0];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 48 int opcode = byte0(opcodeUnit);
63 int opcode = byte0(opcodeUnit);
82 int opcode = byte0(opcodeUnit);
101 int opcode = byte0(opcodeUnit);
118 int opcode = byte0(opcodeUnit);
135 int opcode = byte0(opcodeUnit);
153 int opcode = byte0(opcodeUnit);
171 int opcode = byte0(opcodeUnit);
191 int opcode = byte0(opcodeUnit);
209 int opcode = byte0(opcodeUnit)
935 private static int byte0(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 48 int opcode = byte0(opcodeUnit);
63 int opcode = byte0(opcodeUnit);
82 int opcode = byte0(opcodeUnit);
101 int opcode = byte0(opcodeUnit);
118 int opcode = byte0(opcodeUnit);
135 int opcode = byte0(opcodeUnit);
153 int opcode = byte0(opcodeUnit);
171 int opcode = byte0(opcodeUnit);
191 int opcode = byte0(opcodeUnit);
209 int opcode = byte0(opcodeUnit)
1068 private static int byte0(int value) { method in class:InstructionCodec
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 164 milliseconds