HomeSort by relevance Sort by last modified time
    Searched refs:nibble0 (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 775 int a = nibble0(abcd);
868 private static short codeUnit(int nibble0, int nibble1, int nibble2,
870 if ((nibble0 & ~0xf) != 0) {
871 throw new IllegalArgumentException("bogus nibble0");
886 return (short) (nibble0 | (nibble1 << 4)
950 private static int nibble0(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 909 int a = nibble0(abcd);
1084 private static int nibble0(int value) { method in class:InstructionCodec
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 57 milliseconds