Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 49) sorted by relevance

12

/packages/modules/Bluetooth/system/embdrv/lc3/test/arm/
Dsimd32.h40 static int32_t __smlad(int16x2_t a, int16x2_t b, int32_t u) in __smlad()
49 static int64_t __smlald(int16x2_t a, int16x2_t b, int64_t u) in __smlald()
57 static int64_t __smlaldx(int16x2_t a, int16x2_t b, int64_t u) in __smlaldx()
/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc107 Uuid u = kBase; in From16Bit() local
115 Uuid u = kBase; in From32Bit() local
131 Uuid u; in From128BitLE() local
/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc134 Uuid u = kBase; in From16Bit() local
142 Uuid u = kBase; in From32Bit() local
158 Uuid u; in From128BitLE() local
/packages/apps/Dialer/java/com/android/dialer/function/
DBiConsumer.java23 void accept(T t, U u); in accept()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DQuotedPrintable.java53 int u = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DQuotedPrintable.java53 int u = Character.digit((char) bytes[++i], 16); in decodeQuotedPrintable() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_crypto_toolbox.cc66 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4()
80 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2()
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dnormal_distribution.h29 NormalDistribution(const float u, const float sigma) in NormalDistribution()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DJavaNetHttpHelper.kt110 val u = URL(mRewriter.rewrite(url)) in createConnection() constant
/packages/modules/Bluetooth/system/osi/include/
Dosi.h44 #define UINT_TO_PTR(u) ((void*)((uintptr_t)(u))) argument
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dfastmath.h148 union { float f; uint32_t u; } x2 = { .f = x*x }; in fast_db_q16() member
Dmdct.c252 struct lc3_complex u, uw = *(w0++); in mdct_pre_fft() local
423 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_forward() local
444 union { float *f; struct lc3_complex *z; } u = { .z = buffer }; in lc3_mdct_inverse() local
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Dcrypto_toolbox.cc39 Octet16 f4(const uint8_t* u, const uint8_t* v, const Octet16& x, uint8_t z) { in f4()
128 uint32_t g2(const uint8_t* u, const uint8_t* v, const Octet16& x, in g2()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DUriTest.java43 private void parcelAndUnparcel(Uri u) { in parcelAndUnparcel()
57 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build(); in testBuildUpon() local
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoUtil.java49 int uvp = frameSize + (j >> 1) * width, u = 0, v = 0; in decodeYUV420SPQuarterRes() local
/packages/apps/Camera2/src/com/android/camera/
DPanoUtil.java49 int uvp = frameSize + (j >> 1) * width, u = 0, v = 0; in decodeYUV420SPQuarterRes() local
/packages/services/DeviceAsWebcam/jni/
DEncoder.h48 std::unique_ptr<uint8_t[]> u; member
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox.cc38 Octet16 f4(uint8_t* u, uint8_t* v, const Octet16& x, uint8_t z) { in f4()
120 uint32_t g2(uint8_t* u, uint8_t* v, const Octet16& x, const Octet16& y) { in g2()
Dcrypto_toolbox_test.cc138 std::vector<uint8_t> u{0x20, 0xb0, 0x03, 0xd2, 0xf2, 0x97, 0xbe, 0x2c, 0x5e, 0x2c, 0x83, in TEST() local
221 std::array<uint8_t, 32> u{0x20, 0xb0, 0x03, 0xd2, 0xf2, 0x97, 0xbe, 0x2c, 0x5e, 0x2c, 0x83, in TEST() local
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DNinePatchTexture.java264 float x[], float u[], int div[], int source, int target) { in stretch()
312 private void prepareVertexData(float x[], float y[], float u[], float v[], in prepareVertexData()
/packages/modules/Bluetooth/system/stack/test/
Dcrypto_toolbox_test.cc158 std::vector<uint8_t> u{0x20, 0xb0, 0x03, 0xd2, 0xf2, 0x97, 0xbe, 0x2c, in TEST() local
253 std::array<uint8_t, 32> u{0x20, 0xb0, 0x03, 0xd2, 0xf2, 0x97, 0xbe, 0x2c, in TEST() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppUtility.java135 Uri u = Uri.parse(info.mFileUri); in fillRecord() local
138 Uri u = Uri.parse(info.mFileName); in fillRecord() local
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp219 unsigned char u = 0, v = 0; in YUV420toYVU24() local
252 unsigned char u = 0, v = 0; in YUV420toYVU24_NEW() local
316 int vp = frameSize + j * width, u = 0, v = 0; in decodeYUV444SP() local
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/android/
DImsMediaPauseImageSource.cpp215 double y, u, v; in ConvertRgbaToYuv() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DImageUtils.cpp192 int y,v,u, r, g, b; in yvu2rgb() local
237 int y,v,u, r, g, b; in yvu2bgr() local

12