Searched defs:b0 (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/ |
D | ByteStream.java | 134 int b0 = getUnsignedByte(); in unpackUsbShort() local 152 int b0 = getUnsignedByte(); in unpackUsbTriple() local 168 int b0 = getUnsignedByte(); in unpackUsbInt() local
|
/frameworks/native/opengl/libagl/ |
D | matrix.h | 86 static inline GLfixed mla2a( GLfixed a0, GLfixed b0, in mla2a() 115 static inline GLfixed mla3a( GLfixed a0, GLfixed b0, in mla3a() 272 static inline GLfixed mla3( GLfixed a0, GLfixed b0, in mla3() 303 static inline GLfixed mla4( GLfixed a0, GLfixed b0, in mla4()
|
D | dxt.cpp | 101 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/ |
D | BluetoothGattCharacteristic.java | 725 private int unsignedBytesToInt(byte b0, byte b1) { in unsignedBytesToInt() 732 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() 740 private float bytesToFloat(byte b0, byte b1) { in bytesToFloat() 750 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat()
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioBiquadFilter.cpp | 156 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/ |
D | NativeCrashListener.java | 165 int b0, b1, b2, b3; in unpackInt() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 337 DropBoxManager.Entry b0 = dropbox.getNextEntry("DropBoxTest.B", before); in testGetNextEntry() local
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 227 int b0 = Color.blue(c0); in testSetPixelsWithNonOpaqueAlpha() local
|
/frameworks/layoutlib/bridge/src/android/view/math/ |
D | Math3DHelper.java | 90 float b0 = poly[k * 3 + 0] - poly[0 * 3 + 0]; in centroid3d() local
|