Searched defs:U (Results 1 – 9 of 9) sorted by relevance
/system/libbase/include/android-base/ |
D | expected.h | 115 constexpr expected(const expected<U, G>& rhs) { in expected() 134 constexpr explicit expected(const expected<U, G>& rhs) { in expected() 154 constexpr expected(expected<U, G>&& rhs) { in expected() function 173 constexpr explicit expected(expected<U, G>&& rhs) { in expected() function 436 constexpr expected(const expected<U, G>& rhs) { in expected() 444 constexpr explicit expected(const expected<U, G>& rhs) { in expected() 453 constexpr expected(expected<U, G>&& rhs) { in expected() function 461 constexpr explicit expected(expected<U, G>&& rhs) { in expected() function
|
/system/netd/libnetdutils/include/netdutils/ |
D | Misc.h | 27 inline const V& findWithDefault(const std::map<U, V>& map, const U& key, const V& dflt) { in findWithDefault()
|
D | Slice.h | 91 inline const Slice makeSlice(const std::array<U, V>& a) { in makeSlice()
|
/system/keymaster/include/keymaster/ |
D | List.h | 274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/system/core/libutils/include/utils/ |
D | List.h | 276 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const in distance()
|
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 465 int U = 0; in build_textures() local 688 int U, int V, pointer_t& txPtr, in filter8() 755 int U, int V, pointer_t& txPtr, in filter16() 883 int U, int V, pointer_t& txPtr, in filter32()
|
D | ARMAssembler.cpp | 321 const uint8_t U[8] = { 1, 1, 0, 0, 1, 1, 0, 0 }; in LDM() local 330 const uint8_t U[8] = { 0, 0, 1, 1, 1, 1, 0, 0 }; in STM() local
|
/system/bt/stack/smp/ |
D | p_256_multprecision.cc | 196 uint32_t U; in multiprecision_mult() local 236 uint32_t U; in multiprecision_fast_mod_P256() local
|
/system/bt/gd/security/ecc/ |
D | multprecision.cc | 194 uint32_t U; in multiprecision_mult() local 234 uint32_t U; in multiprecision_fast_mod_P256() local
|