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

  /external/skia/src/pdf/
SkPDFFont.cpp 248 bool highNibble = true;
254 if (highNibble) {
256 highNibble = false;
259 highNibble = true;
263 if (!highNibble) {
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 890 private static int makeByte(int lowNibble, int highNibble) {
895 if ((highNibble & ~0xf) != 0) {
896 throw new IllegalArgumentException("bogus highNibble");
899 return lowNibble | (highNibble << 4);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java     [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 3810 milliseconds