Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.h110 static inline GLfixed mla2a( GLfixed a0, GLfixed b0, in mla2a()
139 static inline GLfixed mla3a( GLfixed a0, GLfixed b0, in mla3a()
316 static inline GLfixed mla3( GLfixed a0, GLfixed b0, in mla3()
347 static inline GLfixed mla4( GLfixed a0, GLfixed b0, in mla4()
Ddxt.cpp101 int b0 = (x >> 24) & 0xff; in swap() local
237 int b0 = blue(color0); in decodeDXT1() local
367 int b0 = blue(color0); in decodeDXT3() local
524 int b0 = blue(color0); in decodeDXT5() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java703 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt()
710 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt()
718 private float bytesToFloat(byte b0, byte b1) { in bytesToFloat()
728 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()
/frameworks/av/media/libeffects/testlibs/
DAudioBiquadFilter.cpp156 const audio_coef_t b0 = mCoefs[0]; in process_normal_mono() local
203 const audio_coef_t b0 = mCoefs[0]; in process_normal_multi() local
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java171 int b0, b1, b2, b3; in unpackInt() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
DGEOLocationElement.java217 private static int getBits(byte b, int b0, int width) { in getBits()
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
DBitmapTest.java221 int b0 = Color.blue(c0); in testSetPixelsWithNonOpaqueAlpha() local
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DModelTest.java146 BitSet b0 = new BitSet(ITEM_COUNT); in testModelIdIsUnique() local
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java299 DropBoxManager.Entry b0 = dropbox.getNextEntry("DropBoxTest.B", before); in testGetNextEntry() local