Home
last modified time | relevance | path

Searched refs:Bounds (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dbounds.hpp21 typename Bounds,
23 typename TagBounds = typename geometry::tag<Bounds>::type>
26 static inline void apply(Geometry const& g, Bounds & b) in apply()
32 template <typename Geometry, typename Bounds>
33 struct bounds<Geometry, Bounds, segment_tag, box_tag>
35 static inline void apply(Geometry const& g, Bounds & b) in apply()
37 index::detail::bounded_view<Geometry, Bounds> v(g); in apply()
44 template <typename Geometry, typename Bounds>
45 inline void bounds(Geometry const& g, Bounds & b) in bounds()
47 concepts::check_concepts_and_equal_dimensions<Geometry const, Bounds>(); in bounds()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover_impl.hpp20 using Bounds = std::vector<Bound>; typedef
21 using BoundsMap = std::map<uint32_t, Bounds>;
98 Bounds activeBounds;
H A Dtile_cover_impl.cpp137 std::vector<TileSpan> scan_row(uint32_t y, Bounds& activeBounds) { in scan_row()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst40 - Bounds of the crop rectangle. All valid crop rectangles fit inside
62 - Bounds of the compose rectangle. All valid compose rectangles fit
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst45 CVE-2017-5753 Bounds check bypass Spectre variant 1
66 Spectre variant 1 (Bounds Check Bypass)
82 Note that, despite "Bounds Check Bypass" name, Spectre variant 1 is not
739 [2] `Bounds check bypass <https://software.intel.com/security-software-guidance/software-guidance/b…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp167 #pragma mark - Bounds
H A Dtransform.cpp408 #pragma mark - Bounds
H A Dmap.cpp478 #pragma mark - Bounds
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-deadline.rst522 12 - U. C. Devi and J. H. Anderson. Tardiness Bounds under Global EDF
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info5567 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
21149 the lower bound and upper bound. Bounds are effective addresses or
21175 Bounds can also be stored in bounds tables, which are stored in
H A Dgccint.info11579 which is implicitly private to each thread. Bounds 'N1' and 'N2'
H A Dgcc.info2268 Annexes K (Bounds-checking interfaces) and L (Analyzability).
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info5567 Bounds: [lower = 0x7fffffffc390, upper = 0x7fffffffc3a3]
21149 the lower bound and upper bound. Bounds are effective addresses or
21175 Bounds can also be stored in bounds tables, which are stored in
H A Dgccint.info11579 which is implicitly private to each thread. Bounds 'N1' and 'N2'
H A Dgcc.info2268 Annexes K (Bounds-checking interfaces) and L (Analyzability).
/OK3568_Linux_fs/external/xserver/
H A DChangeLog106996 render: Bounds check for nglyphs in ProcRenderAddGlyphs (#28801)