Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtypeindex21 class type_index
24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
38 struct hash<type_index>
39 : public unary_function<type_index, size_t>
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtypeindex21 class type_index
24 type_index(const type_info& rhs) noexcept;
26 bool operator==(const type_index& rhs) const noexcept;
27 bool operator!=(const type_index& rhs) const noexcept;
28 bool operator< (const type_index& rhs) const noexcept;
29 bool operator<=(const type_index& rhs) const noexcept;
30 bool operator> (const type_index& rhs) const noexcept;
31 bool operator>=(const type_index& rhs) const noexcept;
38 struct hash<type_index>
39 : public unary_function<type_index, size_t>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtype_index.hpp128 typedef platform_specific type_index; typedef
132 typedef boost::typeindex::stl_type_index type_index;
134 typedef boost::typeindex::ctti_type_index type_index;
144 typedef type_index::type_info_t type_info;
154 #define BOOST_TYPE_INDEX_USER_TYPEINDEX <full/absolute/path/to/header/with/type_index.hpp>
211 inline type_index type_id() BOOST_NOEXCEPT { in type_id()
212 return type_index::type_id<T>(); in type_id()
231 inline type_index type_id_with_cvr() BOOST_NOEXCEPT { in type_id_with_cvr()
232 return type_index::type_id_with_cvr<T>(); in type_id_with_cvr()
256 inline type_index type_id_runtime(const T& runtime_val) BOOST_NOEXCEPT { in type_id_runtime()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dtypeindex48 * @brief Class type_index
51 * The class type_index provides a simple wrapper for type_info
55 struct type_index
57 type_index(const type_info& __rhs) noexcept
61 operator==(const type_index& __rhs) const noexcept
66 operator!=(const type_index& __rhs) const noexcept
71 operator<(const type_index& __rhs) const noexcept
75 operator<=(const type_index& __rhs) const noexcept
79 operator>(const type_index& __rhs) const noexcept
83 operator>=(const type_index& __rhs) const noexcept
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dtypeindex48 * @brief Class type_index
51 * The class type_index provides a simple wrapper for type_info
55 struct type_index
57 type_index(const type_info& __rhs) noexcept
61 operator==(const type_index& __rhs) const noexcept
66 operator!=(const type_index& __rhs) const noexcept
71 operator<(const type_index& __rhs) const noexcept
75 operator<=(const type_index& __rhs) const noexcept
79 operator>(const type_index& __rhs) const noexcept
83 operator>=(const type_index& __rhs) const noexcept
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_hwmon.c31 unsigned int type_index; member
67 index = mlxsw_hwmon_get_attr_index(mlwsw_hwmon_attr->type_index, in mlxsw_hwmon_temp_show()
90 index = mlxsw_hwmon_get_attr_index(mlwsw_hwmon_attr->type_index, in mlxsw_hwmon_temp_max_show()
120 index = mlxsw_hwmon_get_attr_index(mlwsw_hwmon_attr->type_index, in mlxsw_hwmon_temp_rst_store()
147 mlxsw_reg_mfsm_pack(mfsm_pl, mlwsw_hwmon_attr->type_index); in mlxsw_hwmon_fan_rpm_show()
172 mlxsw_reg_fore_unpack(fore_pl, mlwsw_hwmon_attr->type_index, &fault); in mlxsw_hwmon_fan_fault_show()
187 mlxsw_reg_mfsc_pack(mfsc_pl, mlwsw_hwmon_attr->type_index, 0); in mlxsw_hwmon_pwm_show()
214 mlxsw_reg_mfsc_pack(mfsc_pl, mlwsw_hwmon_attr->type_index, val); in mlxsw_hwmon_pwm_store()
234 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_get()
272 module = mlwsw_hwmon_attr->type_index - mlxsw_hwmon->sensor_count; in mlxsw_hwmon_module_temp_fault_show()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp208 VARIANT_INLINE static void destroy(const std::size_t type_index, void* data) in destroy()
210 if (type_index == sizeof...(Types)) in destroy()
216 variant_helper<Types...>::destroy(type_index, data); in destroy()
569 std::size_t type_index; member in mapbox::util::variant
574 : type_index(sizeof...(Types)-1) in variant()
581 : type_index(detail::invalid_value) {} in variant()
587 : type_index(Traits::index) in variant()
593 : type_index(old.type_index) in variant()
595 helper_type::copy(old.type_index, &old.data, &data); in variant()
599 : type_index(old.type_index) in variant()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddevicetree.c221 int type_index; in dt_irqdomain_alloc() local
226 type_index = fwspec->param[1]; in dt_irqdomain_alloc()
227 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc()
230 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c716 static struct type **type_index; variable
768 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list()
769 if (!type_index) { in build_type_list()
780 type_index[t] = &types[t]; in build_type_list()
787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
792 struct type *type = type_index[n]; in build_type_list()
1012 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dhash.hpp183 std::size_t hash_value(std::type_index);
420 inline std::size_t hash_value(std::type_index v) in hash_value()
508 BOOST_HASH_SPECIALIZE(std::type_index)
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpal.h1234 ia64_pal_mc_error_info (u64 info_index, u64 type_index, u64 *size, u64 *error_info) in ia64_pal_mc_error_info() argument
1237 PAL_CALL(iprv, PAL_MC_ERROR_INFO, info_index, type_index, 0); in ia64_pal_mc_error_info()
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dpolicydb.c601 static int type_index(void *key, void *datum, void *datap) in type_index() function
680 type_index,