Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 1039) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dhash-map-traits.h31 template <typename H, typename Value>
46 template <typename H, typename Value>
48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash()
53 template <typename H, typename Value>
55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys()
61 template <typename H, typename Value>
64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove()
67 entry.m_value.~Value (); in remove()
70 template <typename H, typename Value>
73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dhash-map-traits.h31 template <typename H, typename Value>
46 template <typename H, typename Value>
48 simple_hashmap_traits <H, Value>::hash (const key_type &h) in hash()
53 template <typename H, typename Value>
55 simple_hashmap_traits <H, Value>::equal_keys (const key_type &k1, in equal_keys()
61 template <typename H, typename Value>
64 simple_hashmap_traits <H, Value>::remove (T &entry) in remove()
67 entry.m_value.~Value (); in remove()
70 template <typename H, typename Value>
73 simple_hashmap_traits <H, Value>::is_empty (const T &entry) in is_empty()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp19 struct Value;
28 mapbox::util::recursive_wrapper<std::vector<Value>>,
29 mapbox::util::recursive_wrapper<std::unordered_map<std::string, Value>>>;
30 struct Value : ValueBase { struct
48 type::Type typeOf(const Value& value);
49 std::string stringify(const Value& value);
65 static Value toExpressionValue(const T& value) { in toExpressionValue()
66 return Value(value); in toExpressionValue()
69 static optional<T> fromExpressionValue(const Value& value) { in fromExpressionValue()
75 struct ValueConverter<Value> {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp9 type::Type typeOf(const Value& value) { in typeOf()
17 [&](const std::unordered_map<std::string, Value>&) -> type::Type { return type::Object; }, in typeOf() argument
18 [&](const std::vector<Value>& arr) -> type::Type { in typeOf()
27 itemType = {type::Value}; in typeOf()
32 return type::Array(itemType.value_or(type::Value), arr.size()); in typeOf()
37 void writeJSON(rapidjson::Writer<rapidjson::StringBuffer>& writer, const Value& value) { in writeJSON()
52 [&] (const std::vector<Value>& arr) { in writeJSON()
59 [&] (const std::unordered_map<std::string, Value>& obj) { in writeJSON()
70 std::string stringify(const Value& value) { in stringify()
78 Value operator()(const std::vector<mbgl::Value>& v) { in operator ()()
[all …]
H A Dliteral.cpp9 optional<Value> checkNumber(T n) { in checkNumber()
18 optional<Value> parseValue(const Convertible& value, ParsingContext& ctx) { in parseValue()
21 std::unordered_map<std::string, Value> result; in parseValue()
25 optional<Value> memberValue = parseValue(v, ctx); in parseValue()
34 return error ? optional<Value>() : optional<Value>(result); in parseValue()
38 std::vector<Value> result; in parseValue()
41 optional<Value> item = parseValue(arrayMember(value, i), ctx); in parseValue()
45 return optional<Value>(); in parseValue()
48 return optional<Value>(result); in parseValue()
51 optional<mbgl::Value> v = toValue(value); in parseValue()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_dynamic.hpp22 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
42 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
47 Value,
50 Value
64 template <typename Value, typename Parameters, typename Box, typename Allocators>
65 struct node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>
68 variant_leaf<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>,
69 variant_internal_node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>
73 template <typename Value, typename Parameters, typename Box, typename Allocators>
74 struct internal_node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag>
[all …]
H A Dvariant_static.hpp20 template <typename Value, typename Parameters, typename Box, typename Allocators>
21 struct variant_internal_node<Value, Parameters, Box, Allocators, node_variant_static_tag>
34 template <typename Value, typename Parameters, typename Box, typename Allocators>
35 struct variant_leaf<Value, Parameters, Box, Allocators, node_variant_static_tag>
38 Value,
50 template <typename Value, typename Parameters, typename Box, typename Allocators>
51 struct node<Value, Parameters, Box, Allocators, node_variant_static_tag>
54 variant_leaf<Value, Parameters, Box, Allocators, node_variant_static_tag>,
55 variant_internal_node<Value, Parameters, Box, Allocators, node_variant_static_tag>
59 template <typename Value, typename Parameters, typename Box, typename Allocators>
[all …]
H A Dvariant_visitor.hpp24 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
27 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
32 template <typename V, typename Value, typename Parameters, typename Box, typename Allocators, typen…
35 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in get()
36 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in get() argument
44 template <typename Visitor, typename Value, typename Parameters, typename Box, typename Allocators,…
47 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in apply_visitor()
48 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in apply_visitor() argument
54 template <typename Visitor, typename Value, typename Parameters, typename Box, typename Allocators,…
57 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in apply_visitor()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dfill_extrusion_program.cpp39 uniforms::u_matrix::Value{ matrix }, in values()
40 uniforms::u_lightcolor::Value{ lightColor(light) }, in values()
41 uniforms::u_lightpos::Value{ lightPosition(light, state) }, in values()
42 uniforms::u_lightintensity::Value{ lightIntensity(light) } in values()
61 uniforms::u_matrix::Value{ matrix }, in values()
62 uniforms::u_pattern_tl_a::Value{ a.tl() }, in values()
63 uniforms::u_pattern_br_a::Value{ a.br() }, in values()
64 uniforms::u_pattern_tl_b::Value{ b.tl() }, in values()
65 uniforms::u_pattern_br_b::Value{ b.br() }, in values()
66 uniforms::u_pattern_size_a::Value{ a.displaySize() }, in values()
[all …]
H A Dfill_program.cpp28 uniforms::u_matrix::Value{ matrix }, in values()
29 uniforms::u_world::Value{ framebufferSize }, in values()
30 uniforms::u_texsize::Value{ atlasSize }, in values()
31 uniforms::u_pattern_tl_a::Value{ a.tl() }, in values()
32 uniforms::u_pattern_br_a::Value{ a.br() }, in values()
33 uniforms::u_pattern_tl_b::Value{ b.tl() }, in values()
34 uniforms::u_pattern_br_b::Value{ b.br() }, in values()
35 uniforms::u_pattern_size_a::Value{ a.displaySize() }, in values()
36 uniforms::u_pattern_size_b::Value{ b.displaySize() }, in values()
37 uniforms::u_scale_a::Value{ fading.fromScale }, in values()
[all …]
H A Dbackground_program.cpp28 uniforms::u_matrix::Value{ matrix }, in values()
29 uniforms::u_opacity::Value{ opacity }, in values()
30 uniforms::u_texsize::Value{ atlasSize }, in values()
31 uniforms::u_pattern_tl_a::Value{ a.tl() }, in values()
32 uniforms::u_pattern_br_a::Value{ a.br() }, in values()
33 uniforms::u_pattern_tl_b::Value{ b.tl() }, in values()
34 uniforms::u_pattern_br_b::Value{ b.br() }, in values()
35 uniforms::u_pattern_size_a::Value{ a.displaySize() }, in values()
36 uniforms::u_pattern_size_b::Value{ b.displaySize() }, in values()
37 uniforms::u_scale_a::Value{ fading.fromScale }, in values()
[all …]
H A Dline_program.cpp23 uniforms::u_matrix::Value{ in makeValues()
28 uniforms::u_ratio::Value{ 1.0f / tile.id.pixelsToTileUnits(1.0, state.getZoom()) }, in makeValues()
29 … uniforms::u_gl_units_to_pixels::Value{{{ 1.0f / pixelsToGLUnits[0], 1.0f / pixelsToGLUnits[1] }}}, in makeValues()
74 uniforms::u_patternscale_a::Value{ scaleA }, in uniformValues()
75 uniforms::u_patternscale_b::Value{ scaleB }, in uniformValues()
76 uniforms::u_tex_y_a::Value{ posA.y }, in uniformValues()
77 uniforms::u_tex_y_b::Value{ posB.y }, in uniformValues()
78 uniforms::u_mix::Value{ properties.get<LineDasharray>().t }, in uniformValues()
79 …uniforms::u_sdfgamma::Value{ atlasWidth / (std::min(widthA, widthB) * 256.0f * pixelRatio) / 2.0f … in uniformValues()
80 uniforms::u_image::Value{ 0 } in uniformValues()
[all …]
H A Dsymbol_program.cpp80 uniforms::u_matrix::Value{ tile.translatedMatrix(values.translate, in makeValues()
83 uniforms::u_label_plane_matrix::Value{labelPlaneMatrix}, in makeValues()
84 uniforms::u_gl_coord_matrix::Value{ tile.translateVtxMatrix(glCoordMatrix, in makeValues()
89 uniforms::u_extrude_scale::Value{ extrudeScale }, in makeValues()
90 uniforms::u_texsize::Value{ texsize }, in makeValues()
91 uniforms::u_texture::Value{ 0 }, in makeValues()
92 uniforms::u_fade_change::Value{ symbolFadeChange }, in makeValues()
93 uniforms::u_is_text::Value{ isText }, in makeValues()
94 uniforms::u_camera_to_center_distance::Value{ state.getCameraToCenterDistance() }, in makeValues()
95 uniforms::u_pitch::Value{ state.getPitch() }, in makeValues()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dpredicates.hpp131 template <typename Value, typename Indexable>
132 …static inline bool apply(predicates::satisfies<Fun, false> const& p, Value const& v, Indexable con… in apply()
141 template <typename Value, typename Indexable>
142 …static inline bool apply(predicates::satisfies<Fun, true> const& p, Value const& v, Indexable cons… in apply()
244 template <typename Value, typename Indexable>
245 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
257 template <typename Value, typename Indexable>
258 static inline bool apply(Pred const& p, Value const&, Indexable const& i) in apply()
269 template <typename Value, typename Box>
270 … static inline bool apply(predicates::nearest<DistancePredicates> const&, Value const&, Box const&) in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dinsert.hpp22 template <typename Value, typename Options, typename Translator, typename Box, typename Allocators>
26 …typedef typename rtree::node<Value, typename Options::parameters_type, Box, Allocators, typename O…
27 …typedef typename rtree::internal_node<Value, typename Options::parameters_type, Box, Allocators, t…
28 …typedef typename rtree::leaf<Value, typename Options::parameters_type, Box, Allocators, typename O…
119 … destroy_element<Value, Options, Translator, Box, Allocators>::apply(it->second, allocators); in apply()
147 template <size_t InsertIndex, typename Element, typename Value, typename Options, typename Box, typ…
151 …typename rtree::internal_node<Value, typename Options::parameters_type, Box, Allocators, typename …
155 template <typename Value, typename Options, typename Box, typename Allocators>
156 struct level_insert_elements_type<0, Value, Value, Options, Box, Allocators>
159 …typename rtree::leaf<Value, typename Options::parameters_type, Box, Allocators, typename Options::…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp20 template <typename Value, typename Allocators>
24 typedef Value value_type;
61 template <typename Value, typename Options, typename Translator, typename Box, typename Allocators,…
64 …typedef visitors::spatial_query_incremental<Value, Options, Translator, Box, Allocators, Predicate…
69 typedef Value value_type;
115 …friend bool operator==(spatial_query_iterator const& l, end_query_iterator<Value, Allocators> cons… in operator ==() argument
120 …friend bool operator==(end_query_iterator<Value, Allocators> const& /*l*/, spatial_query_iterator … in operator ==() argument
129 template <typename Value, typename Options, typename Translator, typename Box, typename Allocators,…
132 …typedef visitors::distance_query_incremental<Value, Options, Translator, Box, Allocators, Predicat…
137 typedef Value value_type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dinsert.hpp26 template <typename Value, typename Options, typename Box, typename Allocators, typename ChooseNextN…
29 template <typename Value, typename Options, typename Box, typename Allocators>
30 class choose_next_node<Value, Options, Box, Allocators, choose_by_content_diff_tag>
35 …typedef typename rtree::node<Value, parameters_type, Box, Allocators, typename Options::node_tag>:…
36 …typedef typename rtree::internal_node<Value, parameters_type, Box, Allocators, typename Options::n…
37 …typedef typename rtree::leaf<Value, parameters_type, Box, Allocators, typename Options::node_tag>:…
91 template <typename Value, typename Options, typename Translator, typename Box, typename Allocators,…
103 template <typename Value, typename Options, typename Translator, typename Box, typename Allocators,…
113 template <typename Value, typename Options, typename Translator, typename Box, typename Allocators>
114 class split<Value, Options, Translator, Box, Allocators, split_default_tag>
[all …]
H A Dcount.hpp18 template <typename Indexable, typename Value>
27 static inline bool equals(Indexable const& i, Value const& v, Translator const& tr) in equals()
33 template <typename Value>
34 struct count_helper<Value, Value>
37 static inline typename Translator::result_type indexable(Value const& v, Translator const& tr) in indexable()
42 static inline bool equals(Value const& v1, Value const& v2, Translator const& tr) in equals()
48 template <typename ValueOrIndexable, typename Value, typename Options, typename Translator, typenam…
50 …: public rtree::visitor<Value, typename Options::parameters_type, Box, Allocators, typename Option…
52 …typedef typename rtree::node<Value, typename Options::parameters_type, Box, Allocators, typename O…
53 …typedef typename rtree::internal_node<Value, typename Options::parameters_type, Box, Allocators, t…
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm.c448 void ODM_CmnInfoInit(PDM_ODM_T pDM_Odm, ODM_CMNINFO_E CmnInfo, u32 Value) in ODM_CmnInfoInit() argument
458 pDM_Odm->SupportAbility = (u32)Value; in ODM_CmnInfoInit()
462 pDM_Odm->RFType = (u8)Value; in ODM_CmnInfoInit()
466 pDM_Odm->SupportPlatform = (u8)Value; in ODM_CmnInfoInit()
470 pDM_Odm->SupportInterface = (u8)Value; in ODM_CmnInfoInit()
474 pDM_Odm->bIsMPChip = (u8)Value; in ODM_CmnInfoInit()
478 pDM_Odm->SupportICType = Value; in ODM_CmnInfoInit()
482 pDM_Odm->CutVersion = (u8)Value; in ODM_CmnInfoInit()
486 pDM_Odm->FabVersion = (u8)Value; in ODM_CmnInfoInit()
490 pDM_Odm->RFEType = (u8)Value; in ODM_CmnInfoInit()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/
H A Dqcom,pcie.txt5 Value type: <stringlist>
6 Definition: Value should contain
19 Value type: <prop-encoded-array>
24 Value type: <stringlist>
33 Value type: <string>
38 Value type: <u32>
43 Value type: <u32>
48 Value type: <prop-encoded-array>
53 Value type: <prop-encoded-array>
58 Value type: <stringlist>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Denv.hpp61 … template<typename Value> \
62 … boost::proto::env<TAG, Value &> const \
63 … operator =(boost::reference_wrapper<Value> &value) const \
65 … return boost::proto::env<TAG, Value &>(value.get()); \
67 … template<typename Value> \
68 … boost::proto::env<TAG, Value &> const \
69 … operator =(boost::reference_wrapper<Value> const &value) const \
71 … return boost::proto::env<TAG, Value &>(value.get()); \
73 … template<typename Value> \
75 … boost::is_const<Value>::value \
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_ev56.c13 writeDense8(int Value, void *Base, register unsigned long Offset);
15 writeDense16(int Value, void *Base, register unsigned long Offset);
17 writeDense32(int Value, void *Base, register unsigned long Offset);
41 writeDense8(int Value, void *Base, register unsigned long Offset) in writeDense8() argument
44 *(volatile CARD8 *) ((unsigned long) Base + (Offset)) = Value; in writeDense8()
48 writeDense16(int Value, void *Base, register unsigned long Offset) in writeDense16() argument
51 *(volatile CARD16 *) ((unsigned long) Base + (Offset)) = Value; in writeDense16()
55 writeDense32(int Value, void *Base, register unsigned long Offset) in writeDense32() argument
58 *(volatile CARD32 *) ((unsigned long) Base + (Offset)) = Value; in writeDense32()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_ev56.c29 writeDense8(int Value, void *Base, register unsigned long Offset);
31 writeDense16(int Value, void *Base, register unsigned long Offset);
33 writeDense32(int Value, void *Base, register unsigned long Offset);
57 writeDense8(int Value, void *Base, register unsigned long Offset) in writeDense8() argument
60 alpha_stb((void *) ((unsigned long) Base + (Offset)), Value); in writeDense8()
64 writeDense16(int Value, void *Base, register unsigned long Offset) in writeDense16() argument
67 alpha_stw((void *) ((unsigned long) Base + (Offset)), Value); in writeDense16()
71 writeDense32(int Value, void *Base, register unsigned long Offset) in writeDense32() argument
74 *(volatile CARD32 *) ((unsigned long) Base + (Offset)) = Value; in writeDense32()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_efuse.c39 u8 *Value);
44 u8 *Value) in Efuse_Read1ByteFromFakeContent() argument
50 *Value = fakeEfuseContent[Offset]; in Efuse_Read1ByteFromFakeContent()
52 *Value = fakeBTEfuseContent[fakeEfuseBank-1][Offset]; in Efuse_Read1ByteFromFakeContent()
60 u8 Value);
65 u8 Value) in Efuse_Write1ByteToFakeContent() argument
70 fakeEfuseContent[Offset] = Value; in Efuse_Write1ByteToFakeContent()
72 fakeBTEfuseContent[fakeEfuseBank-1][Offset] = Value; in Efuse_Write1ByteToFakeContent()
499 u8 *Value) in efuse_ShadowRead1Byte() argument
503 *Value = pEEPROM->efuse_eeprom_data[Offset]; in efuse_ShadowRead1Byte()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dindexable.hpp29 template <typename Value, bool IsIndexable = is_indexable<Value>::value>
33 (detail::is_indexable<Value>::value),
35 (Value)
39 typedef Value const& result_type;
47 inline result_type operator()(Value const& v) const in operator ()()
176 template <typename Value>
178 : detail::indexable<Value>
181 typedef typename detail::indexable<Value>::result_type result_type;
189 inline result_type operator()(Value const& v) const in operator ()()
191 return detail::indexable<Value>::operator()(v); in operator ()()

12345678910>>...42