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

  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 70 int b = nibble3(opcodeUnit);
91 int literal = (nibble3(opcodeUnit) << 28) >> 28; // sign-extend
355 int b = nibble3(opcodeUnit);
379 int b = nibble3(opcodeUnit);
402 int b = nibble3(opcodeUnit);
426 int b = nibble3(opcodeUnit);
682 int registerCount = nibble3(opcodeUnit);
688 int f = nibble3(cdef);
918 int registerCount = nibble3(opcodeUnit);
924 int d = nibble3(abcd)
1109 private static int nibble3(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 52 milliseconds