HomeSort by relevance Sort by last modified time
    Searched refs:byte0 (Results 1 - 6 of 6) 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];
  /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...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMv7Assembler.h 205 // byte0 contains least significant bit; not using an array to make client code endian agnostic.
209 uint8_t byte0;
294 if ((bytes.byte0 == bytes.byte1) && (bytes.byte0 == bytes.byte2) && (bytes.byte0 == bytes.byte3)) {
295 encoding.immediate = bytes.byte0;
300 if ((bytes.byte0 == bytes.byte2) && !(bytes.byte1 | bytes.byte3)) {
301 encoding.immediate = bytes.byte0;
306 if ((bytes.byte1 == bytes.byte3) && !(bytes.byte0 | bytes.byte2)) {
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 261 milliseconds