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

  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 63 int a = nibble2(opcodeUnit);
82 int a = nibble2(opcodeUnit);
322 int a = nibble2(opcodeUnit);
344 int a = nibble2(opcodeUnit);
365 int a = nibble2(opcodeUnit);
387 int a = nibble2(opcodeUnit);
771 int e = nibble2(opcodeUnit);
777 int c = nibble2(abcd);
868 private static short codeUnit(int nibble0, int nibble1, int nibble2,
878 if ((nibble2 & ~0xf) != 0)
958 private static int nibble2(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 64 int a = nibble2(opcodeUnit);
83 int a = nibble2(opcodeUnit);
323 int a = nibble2(opcodeUnit);
345 int a = nibble2(opcodeUnit);
366 int a = nibble2(opcodeUnit);
388 int a = nibble2(opcodeUnit);
905 int e = nibble2(opcodeUnit);
911 int c = nibble2(abcd)
1092 private static int nibble2(int value) { method in class:InstructionCodec
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 273 uint8_t nibble2 = isdigit(c2) ? c2 - '0' : c2 - 'a' + 10; local
275 mAESInitVec[i] = nibble1 << 4 | nibble2;
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 279 milliseconds