Home
last modified time | relevance | path

Searched refs:Parameters (Results 1 – 25 of 223) sorted by relevance

123456789

/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_static.hpp20 template <typename Value, typename Parameters, typename Box, typename Allocators>
21 struct variant_internal_node<Value, Parameters, Box, Allocators, node_variant_static_tag>
25 Parameters::max_elements + 1
34 template <typename Value, typename Parameters, typename Box, typename Allocators>
35 struct variant_leaf<Value, Parameters, Box, Allocators, node_variant_static_tag>
39 Parameters::max_elements + 1
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>
[all …]
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>
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>
76 … typedef variant_internal_node<Value, Parameters, Box, Allocators, node_variant_dynamic_tag> type;
79 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() argument
36 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in get()
44 template <typename Visitor, typename Value, typename Parameters, typename Box, typename Allocators,…
47 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in apply_visitor() argument
48 variant_internal_node<Value, Parameters, Box, Allocators, Tag> in apply_visitor()
54 template <typename Visitor, typename Value, typename Parameters, typename Box, typename Allocators,…
57 variant_leaf<Value, Parameters, Box, Allocators, Tag>, in apply_visitor() argument
[all …]
H A Dconcept.hpp18 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
27 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
36 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag>
45 template <typename Value, typename Parameters, typename Box, typename Allocators, typename Tag, boo…
54 template <typename Allocator, typename Value, typename Parameters, typename Box, typename Tag>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp149 typename Parameters,
162 typedef Parameters parameters_type;
191 typedef typename detail::rtree::options_type<Parameters>::type options_type;
1723 , public Parameters
1734 Parameters const& parameters, in members_holder()
1737 , Parameters(parameters) in members_holder()
1747 Parameters const& parameters) in members_holder()
1749 , Parameters(parameters) in members_holder()
1762 Parameters const& parameters() const { return *this; } in parameters()
1763 Parameters & parameters() { return *this; } in parameters()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/
H A Dredistribute_elements.hpp77 template <typename Elements, typename Parameters, typename Translator, typename Tag, size_t Dimensi…
95 Parameters const& parameters, in apply()
165 template <typename Elements, typename Parameters, typename Translator, size_t DimensionIndex>
166 struct find_greatest_normalized_separation<Elements, Parameters, Translator, point_tag, DimensionIn…
175 Parameters const& parameters, in apply()
218 template <typename Elements, typename Parameters, typename Translator, size_t Dimension>
227 Elements, Parameters, Translator,
234 Parameters const& parameters, in apply()
240 …pick_seeds_impl<Elements, Parameters, Translator, Dimension - 1>::apply(elements, parameters, tr, … in apply()
256 template <typename Elements, typename Parameters, typename Translator>
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/objdetect/
H A Ddetection_based_tracker.hpp64 struct CV_EXPORTS Parameters struct in cv::DetectionBasedTracker
69 Parameters();
125 …er(cv::Ptr<IDetector> mainDetector, cv::Ptr<IDetector> trackingDetector, const Parameters& params);
134 bool setParameters(const Parameters& params);
135 const Parameters& getParameters() const;
182 Parameters parameters;
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dvm.rst23 :Parameters: none
31 :Parameters: none
41 :Parameters: in attr->addr the address for the new limit of guest memory
73 :Parameters: address of buffer to store the machine related cpu data
97 :Parameters: address of buffer to store/set the processor related cpu
119 :Parameters: address of a buffer to load the feature list from.
132 :Parameters: address of a buffer to store/load the feature list from.
175 :Parameters: address of a buffer to load the subfunction blocks from.
198 :Parameters: address of a buffer to store/load the subfunction blocks from.
215 :Parameters: address of a buffer in user space to store the data (u8) to
[all …]
H A Dvcpu.rst21 :Parameters: in kvm_device_attr.addr the address for PMU overflow interrupt is a
45 :Parameters: no additional parameter in kvm_device_attr.addr
64 :Parameters: in kvm_device_attr.addr the address for a PMU event filter is a
116 :Parameters: in kvm_device_attr.addr the address for the timer interrupt is a
150 :Parameters: 64-bit base address
/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 Dredistribute_elements.hpp99 template <typename Elements, typename Parameters, typename Translator>
105 Parameters const& parameters, in apply()
177 template <typename Elements, typename Parameters, typename Translator>
184 Parameters const& parameters, in apply()
232 template <typename Elements, typename Parameters, typename Translator>
239 Parameters const& parameters, in apply()
259 template <typename Elements, typename Parameters, typename Translator>
267 Parameters const& parameters, in apply()
309 template <typename Elements, typename Parameters, typename Translator>
317 Parameters const& parameters, in apply()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/
H A Dlibwmf-0.2.8.4-intoverflow.patch19 -/* P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API)-3) * 2 * sizeof (unsigned c…
20 - */ P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API) ) * 2 * sizeof (unsigned …
28 + P->Parameters = (unsigned char*) wmf_malloc (API,(MAX_REC_SIZE(API) ) * 2 * sizeof (unsigned ch…
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl-2.11-delete_redundant_files.patch51 - * Parameters: None
93 - * Parameters: None
119 - * Parameters: None
145 - * Parameters: None
171 - * Parameters: None
207 - * Parameters: None
395 - * Parameters:
488 - * Parameters: None
589 - * Parameters: None
704 - * Parameters: None
[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 Doptions.hpp43 template <typename Parameters, typename InsertTag, typename ChooseNextNodeTag, typename SplitTag, t…
46 typedef Parameters parameters_type;
54 template <typename Parameters>
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/
H A Dobjects_tracker.h13 struct Parameters struct
23 Parameters(); argument
70 Parameters parameters;
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dapi.rst113 Parameters:
127 :Parameters: none
144 :Parameters: machine type identifier (KVM_VM_*)
200 :Parameters: struct kvm_msr_list (in/out)
242 :Parameters: extension identifier (KVM_CAP_*)
261 :Parameters: none
275 :Parameters: struct kvm_memory_region (in)
287 :Parameters: vcpu id (apic id on x86)
334 :Parameters: struct kvm_dirty_log (in/out)
369 :Parameters: struct kvm_memory_alias (in)
[all …]
H A Damd-memory-encryption.rst97 Parameters: struct kvm_sev_launch_start (in/out)
128 Parameters (in): struct kvm_sev_launch_update_data
151 Parameters (in): struct kvm_sev_launch_measure
178 Parameters (out): struct kvm_sev_guest_status
209 Parameters (in): struct kvm_sev_dbg
229 Parameters (in): struct kvm_sev_dbg
249 Parameters (in): struct kvm_sev_launch_secret
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/
H A DTINY_RCU.txt4 Kconfig Parameters:
14 Kconfig Parameters Ignored:
H A DTREE_RCU-kconfig.txt5 Kconfig Parameters:
40 Kconfig Parameters Ignored:
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.VSC3316-330824 Parameters:
34 Parameters:
42 Parameters:
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dsyscall64-abi.rst24 Parameters section in syscall
57 | rr4-r8 | Volatile | (Parameters 2-6.) |
66 | r4-r8 | Volatile | (Parameters 2-6.) |
115 Parameters and return value
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A DCVE-2022-46768.patch50 u.String(), req.Parameters["width"], req.Parameters["height"], r.RemoteAddr)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/rmi4/
H A Drmi_spi.txt24 Function Parameters:
25 Parameters specific to RMI functions are contained in child nodes of the rmi device
H A Drmi_i2c.txt33 Function Parameters:
34 Parameters specific to RMI functions are contained in child nodes of the rmi device
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Ddriver-model.rst141 Parameters:
154 Parameters:
168 Parameters:
182 Parameters:
211 Parameters:
232 Parameters: dev - the device the handler is called for
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-17726 * confstr: (libc)String Parameters.
1072 * get_avphys_pages: (libc)Query Memory Parameters.
1076 * get_phys_pages: (libc)Query Memory Parameters.
1129 * getpagesize: (libc)Query Memory Parameters.
1404 * mallopt: (libc)Malloc Tunable Parameters.
2121 * _CS_LFS64_CFLAGS: String Parameters. (line 71)
2122 * _CS_LFS64_LDFLAGS: String Parameters. (line 78)
2123 * _CS_LFS64_LIBS: String Parameters. (line 85)
2124 * _CS_LFS64_LINTFLAGS: String Parameters. (line 92)
2125 * _CS_LFS_CFLAGS: String Parameters. (line 44)
[all …]

123456789