Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DBase64.java75 byte b1 = 0, b2 = 0, b3 = 0, b4 = 0, marker0 = 0, marker1 = 0; in decodeBase64()
103 b3 = base64Alphabet[marker0]; in decodeBase64()
108 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
109 decodedData[encodedIndex + 2] = (byte) (b3 << 6 | b4); in decodeBase64()
115 b3 = base64Alphabet[marker0]; in decodeBase64()
119 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
/frameworks/native/opengl/libagl/
Ddxt.cpp104 int b3 = (x ) & 0xff; in swap() local
106 return (uint32_t)((b3 << 24) | (b2 << 16) | (b1 << 8) | b0); in swap()
251 int r2, g2, b2, r3, g3, b3, a3; in decodeDXT1() local
265 b3 = avg23(b1, b0); in decodeDXT1()
272 r3 = g3 = b3 = a3 = 0; in decodeDXT1()
278 (b3 << 1) | a3; in decodeDXT1()
281 c[3] = (r3 << 11) | (g3 << 5) | b3; in decodeDXT1()
379 int b3 = avg23(b1, b0); in decodeDXT3() local
384 c[3] = rgb565SepTo888(r3, g3, b3); in decodeDXT3()
536 int b3 = avg23(b1, b0); in decodeDXT5() local
[all …]
Dmatrix.h350 GLfixed a3, GLfixed b3) in mla4() argument
367 "%r"(a3), "r"(b3) in mla4()
377 int64_t(a3)*b3 + 0x8000)>>16); in mla4()
/frameworks/base/core/java/android/net/
DSntpClient.java219 byte b3 = buffer[offset+3]; in read32()
225 int i3 = ((b3 & 0x80) == 0x80 ? (b3 & 0x7F) + 0x80 : b3); in read32()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java710 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() argument
712 + (unsignedByteToInt(b2) << 16) + (unsignedByteToInt(b3) << 24); in unsignedBytesToInt()
728 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat() argument
732 return (float)(mantissa * Math.pow(10, b3)); in bytesToFloat()
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java171 int b0, b1, b2, b3; in unpackInt() local
176 b3 = ((int) buf[offset+3]) & 0xFF; in unpackInt()
177 return (b0 << 24) | (b1 << 16) | (b2 << 8) | b3; in unpackInt()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindow.java53 boolean b, Configuration configuration, Rect rect7, boolean b2, boolean b3) in resized() argument
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...