Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 26) sorted by relevance

12

/system/bt/stack/smp/
Dp_256_multprecision.c272 DWORD U; in multiprecision_mult() local
275 U = V = W = 0; in multiprecision_mult()
281 U = 0; in multiprecision_mult()
288 V = V + U; in multiprecision_mult()
289 U = (V < U); in multiprecision_mult()
290 U += W; in multiprecision_mult()
292 U += (V < c[i+j]); in multiprecision_mult()
295 c[i+keyLength] = U; in multiprecision_mult()
301 DWORD U; in multiprecision_fast_mod() local
306 U=c[0] < a[0]; in multiprecision_fast_mod()
[all …]
Dsmp_int.h381 extern void smp_f4_calc_chk (UINT8 *U, UINT8 *V, UINT8 *X, UINT8 *Z, UINT8 *mac);
382 extern void smp_g2_calc_chk (UINT8 *U, UINT8 *V, UINT8 *X, UINT8 *Y);
/system/core/include/utils/
DStrongPointer.h40 template<typename U> \
41 inline bool operator _op_ (const sp<U>& o) const { \
44 template<typename U> \
45 inline bool operator _op_ (const U* o) const { \
51 template<typename U> \
52 inline bool operator _op_ (const wp<U>& o) const { \
66 template<typename U> sp(U* other);
67 template<typename U> sp(const sp<U>& other);
68 template<typename U> sp(sp<U>&& other);
78 template<typename U> sp& operator = (const sp<U>& other);
[all …]
DRefBase.h45 template<typename U> \
46 inline bool operator _op_ (const sp<U>& o) const { \
49 template<typename U> \
50 inline bool operator _op_ (const U* o) const { \
227 template<typename U> wp(U* other);
228 template<typename U> wp(const sp<U>& other);
229 template<typename U> wp(const wp<U>& other);
239 template<typename U> wp& operator = (U* other);
240 template<typename U> wp& operator = (const wp<U>& other);
241 template<typename U> wp& operator = (const sp<U>& other);
[all …]
DList.h84 typename U,
88 typedef _ListIterator<U, Constness> _Iter;
89 typedef typename Constness<U>::NodePtr _NodePtr;
90 typedef typename Constness<U>::Type _Type;
269 typename U,
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance() argument
DTypeHelpers.h56 template <typename T, typename U>
61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor,
63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor,
65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy,
67 traits<T>::has_trivial_move && traits<U>::has_trivial_move
/system/core/libpixelflinger/codeflinger/tinyutils/
Dsmartpointer.h37 template<typename U> \
38 inline bool operator _op_ (const sp<U>& o) const { \
41 template<typename U> \
42 inline bool operator _op_ (const U* o) const { \
56 template<typename U> sp(U* other);
57 template<typename U> sp(const sp<U>& other);
66 template<typename U> sp& operator = (const sp<U>& other);
67 template<typename U> sp& operator = (U* other);
110 template<typename T> template<typename U>
111 sp<T>::sp(U* other) : m_ptr(other) in sp()
[all …]
/system/core/libmemunreachable/
DAllocator.h117 template<typename U>
118 STLAllocator(const STLAllocator<U>& other) : in STLAllocator()
133 template<typename U>
134 bool operator ==(const STLAllocator<U>& other) const {
137 template<typename U>
138 inline bool operator !=(const STLAllocator<U>& other) const {
142 template<typename U>
162 template<typename U>
163 Allocator(const STLAllocator<U>& other) : in Allocator()
/system/keymaster/
DList.h84 typename U,
88 typedef _ListIterator<U, Constness> _Iter;
89 typedef typename Constness<U>::NodePtr _NodePtr;
90 typedef typename Constness<U>::Type _Type;
269 typename U,
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance() argument
/system/core/include/sysutils/
DList.h85 typename U,
89 typedef _ListIterator<U, Constness> _Iter;
90 typedef typename Constness<U>::NodePtr _NodePtr;
91 typedef typename Constness<U>::Type _Type;
270 typename U,
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance() argument
/system/core/libsparse/
Dsparse_crc32.c106 crc = crc_in ^ ~0U; in sparse_crc32()
109 return crc ^ ~0U; in sparse_crc32()
/system/core/libmincrypt/
Dp256.c296 p256_int U = *MOD; in p256_modinv_vartime() local
300 if (p256_is_even(&U)) { in p256_modinv_vartime()
301 p256_shr1(&U, 0, &U); in p256_modinv_vartime()
317 if (!p256_sub(&V, &U, NULL)) { in p256_modinv_vartime()
318 p256_sub(&V, &U, &V); in p256_modinv_vartime()
322 p256_sub(&U, &V, &U); in p256_modinv_vartime()
/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp471 int U = 0; in build_textures() local
512 U = scratches.obtain(); in build_textures()
523 AND(AL, 0, U, u, imm((1<<FRAC_BITS)-1)); in build_textures()
644 case 1: filter8(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
645 case 2: filter16(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
646 case 3: filter24(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
647 case 4: filter32(parts, texel, tmu, U, V, txPtr, FRAC_BITS); break; in build_textures()
695 int U, int V, pointer_t& txPtr, in filter8() argument
727 SMULBB(AL, u, U, V); in filter8()
732 RSB(AL, 0, U, U, imm(1<<FRAC_BITS)); in filter8()
[all …]
DGGLAssembler.h446 int U, int V, pointer_t& txPtr,
451 int U, int V, pointer_t& txPtr,
456 int U, int V, pointer_t& txPtr,
461 int U, int V, pointer_t& txPtr,
DARMAssembler.cpp335 const uint8_t U[8] = { 1, 1, 0, 0, 1, 1, 0, 0 }; in LDM() local
337 (uint32_t(U[dir])<<23) | (1<<20) | (W<<21) | (Rn<<16) | reg_list; in LDM()
344 const uint8_t U[8] = { 0, 0, 1, 1, 1, 1, 0, 0 }; in STM() local
346 (uint32_t(U[dir])<<23) | (0<<20) | (W<<21) | (Rn<<16) | reg_list; in STM()
/system/tools/aidl/tests/
Dtest_helpers.h31 template <typename T, typename U>
35 U input) { in RepeatPrimitive()
/system/core/libutils/tests/
DString8_test.cpp94 const char32_t string32[] = U"\x0000007f\x000007ff\x0000911\x0010fffe"; in TEST_F()
/system/ca-certificates/google/files/
De48193cf.09 ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
/system/ca-certificates/files/
De48193cf.09 ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
Dab5346f4.011 UK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni
D02756ea4.021 66Ryj5QXvBMsdbRX7gp8CXrc1cqh0DQT+Hern+X+2B50ioUHj3/MeXrKls3N/U/7
/system/core/libpixelflinger/
Dscanline.cpp1629 template <typename T, typename U>
1631 T interpolate(int y, T v0, U dvdx, U dvdy) { in interpolate()
/system/ca-certificates/google/
Droots.pem1784 ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders.prototxt7983 name : "mopera U"
12730 name : "U-tel"
/system/tpm/trunks/generator/
Draw_structures.txt15284 T P U D reserved

12