Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libagl/
Ddxt.cpp104 int b3 = (x ) & 0xff; in swap() local
251 int r2, g2, b2, r3, g3, b3, a3; in decodeDXT1() local
379 int b3 = avg23(b1, b0); in decodeDXT3() local
536 int b3 = avg23(b1, b0); in decodeDXT5() local
Dmatrix.h350 GLfixed a3, GLfixed b3) in mla4()
/frameworks/base/services/java/com/android/server/am/
DNativeCrashListener.java171 int b0, b1, b2, b3; in unpackInt() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java651 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt()
669 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()