| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relation/ |
| H A D | interface.hpp | 42 struct relation struct 67 struct relation<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)>, Geometry2> struct 81 return relation<Geometry1, Geometry2> in operator ()() 97 struct relation<Geometry1, boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct 111 return relation<Geometry1, Geometry2> in operator ()() 131 struct relation struct 149 return relation<Geometry1, Geometry2> in operator ()() 168 \brief Calculates the relation between a pair of geometries as defined in DE-9IM. 169 \ingroup relation 172 \tparam Strategy \tparam_strategy{Relation} [all …]
|
| /OK3568_Linux_fs/kernel/security/yama/ |
| H A D | yama_lsm.c | 112 * yama_relation_cleanup - remove invalid entries from the relation list 117 struct ptrace_relation *relation; in yama_relation_cleanup() local 121 list_for_each_entry_rcu(relation, &ptracer_relations, node) { in yama_relation_cleanup() 122 if (relation->invalid) { in yama_relation_cleanup() 123 list_del_rcu(&relation->node); in yama_relation_cleanup() 124 kfree_rcu(relation, rcu); in yama_relation_cleanup() 144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local 156 list_for_each_entry_rcu(relation, &ptracer_relations, node) { in yama_ptracer_add() 157 if (relation->invalid) in yama_ptracer_add() 159 if (relation->tracee == tracee) { in yama_ptracer_add() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | distance_predicates.hpp | 34 closer or further than value v. This is default relation. 110 \param pr The point relation. This may be generated by \c index::to_nearest(), 134 \param pr The point relation. This may be generated by \c to_nearest(), 136 \param minr The minimum bound relation. This may be generated by \c to_nearest(), 160 \param pr The point relation. This may be generated by \c to_nearest(), 162 \param maxr The maximum bound relation. This may be generated by \c to_nearest(), 188 \param pr The point relation. This may be generated by \c to_nearest(), 190 \param minr The minimum bound relation. This may be generated by \c to_nearest(), 192 \param maxr The maximum bound relation. This may be generated by \c to_nearest(),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | distance_predicates.hpp | 56 // relation traits and access 60 struct relation struct 69 struct relation< to_nearest<T> > struct 78 struct relation< to_centroid<T> > struct 87 struct relation< to_furthest<T> > struct 109 typedef detail::relation<PointRelation> relation; typedef 110 typedef typename relation::value_type point_type; 115 result = geometry::comparable_distance(relation::value(p.point_or_relation), i); in apply()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 15 7. THE PROGRAM ORDER RELATION: po AND po-loc 18 10. THE READS-FROM RELATION: rf, rfi, and rfe 19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe 20 12. THE FROM-READS RELATION: fr, fri, and fre 22 14. PROPAGATION ORDER RELATION: cumul-fence 26 18. THE PRESERVED PROGRAM ORDER RELATION: ppo 28 20. THE HAPPENS-BEFORE RELATION: hb 29 21. THE PROPAGATES-BEFORE RELATION: pb 55 through 12 (THE FROM_READS RELATION) describe the fundamental 327 THE PROGRAM ORDER RELATION: po AND po-loc [all …]
|
| H A D | recipes.txt | 528 based on the relation between the accesses linking successive CPUs in a 533 this type of relation. In formal memory-modeling texts, this 534 relation is called "reads-from" and is usually abbreviated "rf". 538 of relation. In formal memory-modeling texts, this relation is 543 write-to-write relation between the last access of CPU1() and 545 this relation is often called "coherence order" and is sometimes
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | lock.cat | 62 * until after the co relation has been generated. 87 * and then convert that relation to a set of single-edge relations. 90 let pair-to-relation p = p ++ 0 91 in map pair-to-relation ((LKW * {r}) & loc & ext) 111 let pair-to-relation p = p ++ 0 112 in map pair-to-relation (((UL | IW) * {r}) & loc & ext) 119 (* Final rf relation *)
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | freq_table.c | 122 unsigned int relation) in cpufreq_table_index_unsorted() argument 137 pr_debug("request for target %u kHz (relation: %u) for cpu %u\n", in cpufreq_table_index_unsorted() 138 target_freq, relation, policy->cpu); in cpufreq_table_index_unsorted() 140 switch (relation) { in cpufreq_table_index_unsorted() 159 switch (relation) { in cpufreq_table_index_unsorted()
|
| H A D | s3c24xx-cpufreq.c | 272 unsigned int relation) in s3c_cpufreq_target() argument 285 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target() 286 __func__, policy, target_freq, relation); in s3c_cpufreq_target() 290 relation); in s3c_cpufreq_target() 321 relation); in s3c_cpufreq_target()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | relation.hpp | 14 #include <boost/geometry/algorithms/detail/relation/interface.hpp> 15 #include <boost/geometry/algorithms/detail/relation/implementation.hpp>
|
| /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/bits/ |
| H A D | stl_stack.h | 311 * This is an equivalence relation. Complexity and semantics in _GLIBCXX_VISIBILITY() 313 * are: this relation is linear in the size of the sequences, and in _GLIBCXX_VISIBILITY() 323 * @brief Stack ordering relation. in _GLIBCXX_VISIBILITY() 328 * This is an total ordering relation. Complexity and semantics in _GLIBCXX_VISIBILITY() 330 * are: this relation is linear in the size of the sequences, the in _GLIBCXX_VISIBILITY()
|
| H A D | stl_queue.h | 337 * This is an equivalence relation. Complexity and semantics depend on the in _GLIBCXX_VISIBILITY() 338 * underlying sequence type, but the expected rules are: this relation is in _GLIBCXX_VISIBILITY() 348 * @brief Queue ordering relation. in _GLIBCXX_VISIBILITY() 353 * This is an total ordering relation. Complexity and semantics in _GLIBCXX_VISIBILITY() 355 * are: this relation is linear in the size of the sequences, the in _GLIBCXX_VISIBILITY()
|
| /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/bits/ |
| H A D | stl_stack.h | 311 * This is an equivalence relation. Complexity and semantics in _GLIBCXX_VISIBILITY() 313 * are: this relation is linear in the size of the sequences, and in _GLIBCXX_VISIBILITY() 323 * @brief Stack ordering relation. in _GLIBCXX_VISIBILITY() 328 * This is an total ordering relation. Complexity and semantics in _GLIBCXX_VISIBILITY() 330 * are: this relation is linear in the size of the sequences, the in _GLIBCXX_VISIBILITY()
|
| H A D | stl_queue.h | 337 * This is an equivalence relation. Complexity and semantics depend on the in _GLIBCXX_VISIBILITY() 338 * underlying sequence type, but the expected rules are: this relation is in _GLIBCXX_VISIBILITY() 348 * @brief Queue ordering relation. in _GLIBCXX_VISIBILITY() 353 * This is an total ordering relation. Complexity and semantics in _GLIBCXX_VISIBILITY() 355 * are: this relation is linear in the size of the sequences, the in _GLIBCXX_VISIBILITY()
|
| /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 D | concepts | 349 /// [concept.relation], concept relation 351 concept relation 357 concept equivalence_relation = relation<_Rel, _Tp, _Up>; 361 concept strict_weak_order = relation<_Rel, _Tp, _Up>;
|
| /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 D | concepts | 349 /// [concept.relation], concept relation 351 concept relation 357 concept equivalence_relation = relation<_Rel, _Tp, _Up>; 361 concept strict_weak_order = relation<_Rel, _Tp, _Up>;
|
| /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 D | tree-data-ref.h | 385 validity of the dependence relation. */ 403 /* A data_dependence_relation represents a relation between two 412 /* A "yes/no/maybe" field for the dependence relation: 415 relation between A and B, and the description of this relation 449 /* When the dependence relation is affine, it can be represented by 453 /* Set to true when the dependence relation is on the same data 649 /* Return the dependence level for the DDR relation. */
|
| /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 D | tree-data-ref.h | 385 validity of the dependence relation. */ 403 /* A data_dependence_relation represents a relation between two 412 /* A "yes/no/maybe" field for the dependence relation: 415 relation between A and B, and the description of this relation 449 /* When the dependence relation is affine, it can be represented by 453 /* Set to true when the dependence relation is on the same data 649 /* Return the dependence level for the DDR relation. */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | interface.hpp | 366 \brief Checks relation between a pair of geometries defined by a mask. 376 \return true if the relation is compatible with the mask, false otherwise. 395 \brief Checks relation between a pair of geometries defined by a mask. 403 \return true if the relation is compatible with the mask, false otherwise.
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | CERN-OHL-1.1 | 39 …ding negligence), product liability or otherwise, arising in any way in relation to the Documentat… 40 …ity, costs, damages, fees and expenses, including claims by third parties, in relation to such use. 46 …nditions, or if the Licensee initiates legal action against Licensor in relation to this Licence. …
|
| H A D | CERN-OHL-1.2 | 42 …relation to the Documentation, modified Documentation and/or the use, manufacture or distribution … 48 …nditions, or if the Licensee initiates legal action against Licensor in relation to this Licence. …
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/ |
| H A D | samsung,sysmmu.yaml | 23 System MMUs are in many to one relation with peripheral devices, i.e. single 26 device. The relation between a System MMU and the peripheral device needs to be
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cpufreq.h | 323 unsigned int relation); /* Deprecated */ 598 unsigned int relation); 601 unsigned int relation); 753 unsigned int relation); 973 unsigned int relation) in cpufreq_frequency_table_target() argument 977 relation); in cpufreq_frequency_table_target() 979 switch (relation) { in cpufreq_frequency_table_target()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | vertex_latitude.hpp | 73 // simpler formula based on Clairaut relation for spheroids 86 //apply Clairaut relation in apply()
|
| /OK3568_Linux_fs/kernel/Documentation/cpu-freq/ |
| H A D | cpu-drivers.rst | 187 unsigned int target_frequency, unsigned int relation. 194 - if relation==CPUFREQ_REL_L, try to select a new_freq higher than or equal 196 - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
|