Searched refs:ValueType (Results 1 – 15 of 15) sorted by relevance
| /system/ulib/hwreg/include/hwreg/ |
| A D | bitfields.h | 104 using ValueType = IntType; variable 110 ValueType reg_value() const { return reg_value_; } in reg_value() 111 ValueType* reg_value_ptr() { return ®_value_; } in reg_value_ptr() 112 const ValueType* reg_value_ptr() const { return ®_value_; } in reg_value_ptr() 119 reg_value_ = reg_io->Read<ValueType>(reg_addr_); in ReadFrom() 124 reg_value_ = mmio->Read<ValueType>(reg_addr_); in ReadFrom() 157 fields_mask_, sizeof(ValueType)); in Print() 170 ValueType rsvdz_mask_ = 0; 171 ValueType fields_mask_ = 0; 174 ValueType reg_value_ = 0; [all …]
|
| A D | internal.h | 74 using IntType = typename RegType::ValueType; 92 using IntType = typename RegType::ValueType;
|
| /system/ulib/fbl/include/fbl/ |
| A D | intrusive_container_utils.h | 71 using ValueType = typename PtrTraits::ValueType; 73 static PtrType erase(ContainerType& container, ValueType& obj) { 75 [&obj](const ValueType& other) -> bool { 87 using ValueType = typename PtrTraits::ValueType; 89 static PtrType erase(ContainerType& container, ValueType& obj) { 109 using ValueType = typename PtrTraits::ValueType; 114 [key](const ValueType& other) -> bool {
|
| A D | intrusive_pointer_traits.h | 24 using ValueType = T; 50 using ValueType = T; 75 using ValueType = T; 100 using ValueType = T;
|
| A D | intrusive_hash_table.h | 62 typename internal::ContainerPtrTraits<_PtrType>::ValueType>, 65 typename internal::ContainerPtrTraits<_PtrType>::ValueType, 79 using ValueType = typename PtrTraits::ValueType; variable 130 iterator make_iterator(ValueType& obj) { in make_iterator() 204 [key](const ValueType& other) -> bool { in insert_or_replace() 253 PtrType erase(ValueType& obj) { in erase() 492 PtrType direct_erase(BucketType& bucket, ValueType& obj) { in direct_erase() 504 [key](const ValueType& other) -> bool { in FindInBucket() 512 [key](const ValueType& other) -> bool { in FindInBucket() 528 BucketType& GetBucket(const ValueType& obj) { return GetBucket(KeyTraits::GetKey(obj)); } in GetBucket()
|
| A D | intrusive_double_list.h | 105 using ValueType = typename PtrTraits::ValueType; 160 iterator make_iterator(ValueType& obj) { return iterator(&obj); } 203 void insert(ValueType& before, const PtrType& ptr) { insert(before, PtrType(ptr)); } 204 void insert(ValueType& before, PtrType&& ptr) { 284 PtrType erase(ValueType& obj) { return internal_erase(&obj); }
|
| A D | intrusive_single_list.h | 231 using ValueType = typename PtrTraits::ValueType; 286 iterator make_iterator(ValueType& obj) { return iterator(&obj); }
|
| A D | intrusive_wavl_tree.h | 122 typename internal::ContainerPtrTraits<_PtrType>::ValueType>, 141 using ValueType = typename PtrTraits::ValueType; 200 iterator make_iterator(ValueType& obj) { return iterator(&obj); } 375 PtrType erase(ValueType& obj) {
|
| /system/host/fidl/include/fidl/ |
| A D | flat_ast.h | 120 template <typename ValueType> 122 static_assert(std::is_arithmetic<ValueType>::value && !std::is_same<ValueType, bool>::value, 125 NumericConstantValue(ValueType value) in NumericConstantValue() 128 operator ValueType() const { return value; } in ValueType() function 273 static NumericConstantValue<ValueType> Min() { in Min() 274 return NumericConstantValue<ValueType>(std::numeric_limits<ValueType>::lowest()); in Min() 277 static NumericConstantValue<ValueType> Max() { in Max() 278 return NumericConstantValue<ValueType>(std::numeric_limits<ValueType>::max()); in Max() 281 ValueType value; 299 if constexpr (std::is_same_v<ValueType, int8_t>) in GetKind() [all …]
|
| /system/ulib/cobalt-client/include/cobalt-client/cpp/ |
| A D | histogram.h | 78 template <typename ValueType> 79 void Add(ValueType value, Count times = 1) { 90 template <typename ValueType> 91 Count GetRemoteCount(ValueType value) const { in GetRemoteCount()
|
| /system/utest/fbl/ |
| A D | vector_tests.cpp | 23 using ValueType = size_t; typedef 28 explicit TestObject(ValueType val) in TestObject() 51 ValueType value() const { return val_; } in value() 56 ValueType val_; 68 using ItemType = ValueType; 69 static ItemType Create(ValueType val) { return val; } in Create() 87 static ItemType Create(ValueType val) { in Create() 109 static ItemType Create(ValueType val) { in Create() 126 constexpr static ValueType seed = 0xa2328b73e323fd0f; 127 ValueType NextValue() { return key_lfsr_.GetNext(); } in NextValue() [all …]
|
| A D | intrusive_hash_table_sll_tests.cpp | 22 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType; 66 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType;
|
| A D | intrusive_hash_table_dll_tests.cpp | 22 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType; 66 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType;
|
| /system/dev/display/intel-i915/ |
| A D | dp-display.h | 71 hwreg::RegisterBase<T, typename T::ValueType>* status);
|
| A D | dp-display.cpp | 530 bool DpDisplay::DpcdReadPairedRegs(hwreg::RegisterBase<T, typename T::ValueType>* regs) { in DpcdReadPairedRegs()
|
Completed in 32 milliseconds