Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 5 of 5) 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.java164 int b0, b1, b2, b3; in unpackInt() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java637 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt()
655 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()
/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_rights_manager.c609 uint8_t *b1 = dbuf, *b2 = b1 + DRM_ONE_AES_BLOCK_LEN, *b3 = b2 + DRM_ONE_AES_BLOCK_LEN, *bt; in drm_aesDecBuffer() local