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

  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 69 int a = nibble2(opcodeUnit);
90 int a = nibble2(opcodeUnit);
354 int a = nibble2(opcodeUnit);
378 int a = nibble2(opcodeUnit);
401 int a = nibble2(opcodeUnit);
425 int a = nibble2(opcodeUnit);
681 int g = nibble2(opcodeUnit);
687 int e = nibble2(cdef);
917 int e = nibble2(opcodeUnit);
923 int c = nibble2(abcd)
1105 private static int nibble2(int value) { method in class:InstructionCodec
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 405 uint8_t nibble2 = isdigit(c2) ? c2 - '0' : c2 - 'a' + 10; local
407 AESInitVec[i] = nibble1 << 4 | nibble2;
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 107 milliseconds