Home
last modified time | relevance | path

Searched refs:ValueType (Results 1 – 15 of 15) sorted by relevance

/system/ulib/hwreg/include/hwreg/
A Dbitfields.h104 using ValueType = IntType; variable
110 ValueType reg_value() const { return reg_value_; } in reg_value()
111 ValueType* reg_value_ptr() { return &reg_value_; } in reg_value_ptr()
112 const ValueType* reg_value_ptr() const { return &reg_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 Dinternal.h74 using IntType = typename RegType::ValueType;
92 using IntType = typename RegType::ValueType;
/system/ulib/fbl/include/fbl/
A Dintrusive_container_utils.h71 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 Dintrusive_pointer_traits.h24 using ValueType = T;
50 using ValueType = T;
75 using ValueType = T;
100 using ValueType = T;
A Dintrusive_hash_table.h62 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 Dintrusive_double_list.h105 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 Dintrusive_single_list.h231 using ValueType = typename PtrTraits::ValueType;
286 iterator make_iterator(ValueType& obj) { return iterator(&obj); }
A Dintrusive_wavl_tree.h122 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 Dflat_ast.h120 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 Dhistogram.h78 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 Dvector_tests.cpp23 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 Dintrusive_hash_table_sll_tests.cpp22 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType;
66 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType;
A Dintrusive_hash_table_dll_tests.cpp22 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType;
66 using ObjType = typename ::fbl::internal::ContainerPtrTraits<PtrType>::ValueType;
/system/dev/display/intel-i915/
A Ddp-display.h71 hwreg::RegisterBase<T, typename T::ValueType>* status);
A Ddp-display.cpp530 bool DpDisplay::DpcdReadPairedRegs(hwreg::RegisterBase<T, typename T::ValueType>* regs) { in DpcdReadPairedRegs()

Completed in 32 milliseconds