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

  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 776 int b = nibble1(abcd);
868 private static short codeUnit(int nibble0, int nibble1, int nibble2,
874 if ((nibble1 & ~0xf) != 0) {
875 throw new IllegalArgumentException("bogus nibble1");
886 return (short) (nibble0 | (nibble1 << 4)
954 private static int nibble1(int value) { method in class:InstructionCodec
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 910 int b = nibble1(abcd);
1088 private static int nibble1(int value) { method in class:InstructionCodec
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 265 uint8_t nibble1 = isdigit(c1) ? c1 - '0' : c1 - 'a' + 10; local
268 mAESInitVec[i] = nibble1 << 4 | nibble2;
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 70 milliseconds