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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 536 return unsignedToSigned(unsignedByteToInt(mValue[offset]), 8);
539 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
543 return unsignedToSigned(unsignedBytesToInt(mValue[offset],
736 int mantissa = unsignedToSigned(unsignedByteToInt(b0)
738 int exponent = unsignedToSigned(unsignedByteToInt(b1) >> 4, 4);
746 int mantissa = unsignedToSigned(unsignedByteToInt(b0)
756 private int unsignedToSigned(int unsigned, int size) {
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 149 milliseconds