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

  /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 47 int opcode = byte0(opcodeUnit);
62 int opcode = byte0(opcodeUnit);
81 int opcode = byte0(opcodeUnit);
100 int opcode = byte0(opcodeUnit);
117 int opcode = byte0(opcodeUnit);
134 int opcode = byte0(opcodeUnit);
152 int opcode = byte0(opcodeUnit);
170 int opcode = byte0(opcodeUnit);
190 int opcode = byte0(opcodeUnit);
208 int opcode = byte0(opcodeUnit)
934 private static int byte0(int value) { method in class:InstructionCodec
    [all...]
  /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/clang/test/Rewriter/
rewrite-modern-block.mm 7 char byte0;
  /external/llvm/include/llvm/Support/
SwapByteOrder.h 48 uint32_t Byte0 = value & 0x000000FF;
52 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /external/libnfc-nci/src/hal/include/
nci_defs.h 105 /* builds byte0 of NCI Command and Notification packet */
116 /* parse byte0 of NCI packet */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
bitstream.cpp 953 int byte0, byte1, byte2, shift, tmpvar; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 184 /* skip NCI header byte0 (MT,GID), byte1 (OID) */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcmp-atom.S     [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c     [all...]

Completed in 6733 milliseconds