HomeSort by relevance Sort by last modified time
    Searched full:byte0 (Results 1 - 15 of 15) 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...]
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.h 46 int32: byte3 byte2 byte1 byte0 | byte0 byte1 byte2 byte3
    [all...]
  /bionic/libc/arch-x86/atom/string/
ssse3-strcmp-atom.S     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_crc32.c 719 uint8_t byte0, byte1, byte2, byte3; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_hci.c 239 /* skip NCI header byte0 (MT,GID), byte1 (OID) */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netmon.h 164 BYTE Byte0: 6;
173 BYTE Byte0: 6;
184 BYTE Byte0: 6;
196 BYTE Byte0: 6;
    [all...]
  /bionic/libc/arch-x86_64/string/
ssse3-strcmp-slm.S 86 je L(Byte0)
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_defs.c     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1096 milliseconds