| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/ |
| H A D | implementation.hpp | 39 namespace detail { namespace overlaps namespace 51 bool& overlaps, bool& one_in_two, bool& two_in_one) in apply() 72 overlaps = false; in apply() 98 >::apply(b1, b2, overlaps, one_in_two, two_in_one); in apply() 119 bool overlaps = true; in apply() local 126 >::apply(b1, b2, overlaps, within1, within2); in apply() 133 return overlaps && ! within1 && ! within2; in apply() 146 struct overlaps<Box1, Box2, box_tag, box_tag> struct 147 : detail::overlaps::box_box
|
| H A D | interface.hpp | 49 struct overlaps struct 78 inline bool overlaps(Geometry1 const& geometry1, in overlaps() function 85 return dispatch::overlaps in overlaps() 104 inline bool overlaps(Geometry1 const& geometry1, Geometry2 const& geometry2) in overlaps() function 115 return dispatch::overlaps in overlaps()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | usercopy.c | 103 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps() function 124 if (overlaps(ptr, n, textlow, texthigh)) in check_kernel_text_object() 142 if (overlaps(ptr, n, textlow_linear, texthigh_linear)) in check_kernel_text_object()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utxface.c | 418 u32 overlaps; in acpi_check_address_range() local 426 overlaps = acpi_ut_check_address_range(space_id, address, in acpi_check_address_range() 430 return (overlaps); in acpi_check_address_range()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-385-linksys-shelby.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
| H A D | armada-385-linksys-caiman.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
| H A D | armada-385-linksys-cobra.dts | 103 /* kernel1 overlaps with rootfs1 by design */ 114 /* kernel2 overlaps with rootfs2 by design */
|
| H A D | armada-385-linksys-rango.dts | 117 /* kernel1 overlaps with rootfs1 by design */ 128 /* kernel2 overlaps with rootfs2 by design */
|
| H A D | armada-xp-linksys-mamba.dts | 357 /* kernel1 overlaps with rootfs1 by design */ 368 /* kernel2 overlaps with rootfs2 by design */
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | task_size_32.h | 6 #error User TASK_SIZE overlaps with KERNEL_START address
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_buddy.c | 320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function 381 if (!overlaps(start, end, block_start, block_end)) in i915_buddy_alloc_range()
|
| /OK3568_Linux_fs/buildroot/package/php/ |
| H A D | Config.in | 4 # message like "ld.real: section .junk LMA [...,...] overlaps
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | predicates.hpp | 195 overlaps(Geometry const& g) in overlaps() function
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0004-Revert-libweston-Check-output-placement.patch | 72 - weston_log("Error: output '%s' overlaps enabled output '%s'.\n",
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0004-Revert-libweston-Check-output-placement.patch | 72 - weston_log("Error: output '%s' overlaps enabled output '%s'.\n",
|
| /OK3568_Linux_fs/kernel/arch/x86/mm/pat/ |
| H A D | set_memory.c | 388 static bool overlaps(unsigned long r1_start, unsigned long r1_end, in overlaps() function 405 if (pcibios_enabled && overlaps(spfn, epfn, BIOS_PFN, BIOS_PFN_END)) in protect_pci_bios() 431 if (kernel_set_to_readonly && overlaps(spfn, epfn, spfn_ro, epfn_ro)) in protect_rodata() 449 if (overlaps(start, end, t_start, t_end)) in protect_kernel_text() 471 if (!kernel_set_to_readonly || !overlaps(start, end, t_start, t_end)) in protect_kernel_text_ro()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | symbolize.py | 333 def overlaps(self, section, addr, size): member in Symbolizer 355 if self.overlaps(s, iaddr, isize):
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | symbolize.py | 333 def overlaps(self, section, addr, size): member in Symbolizer 355 if self.overlaps(s, iaddr, isize):
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.6.0 | 53 - [QTBUG-46388] Fixed Pinch when no MouseArea overlaps QML Map element.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p3.patch | 13 raise a zip bomb alert, where in fact there are no overlaps.
|
| H A D | CVE-2019-13232_p2.patch | 7 overlaps with another entry or with the central directory to the 103 + * the list as needed. On success, 0 is returned. If the new span overlaps any
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/bus/ |
| H A D | mvebu-mbus.txt | 199 to be set by the operating system and that are guaranteed to be free of overlaps
|
| /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 | predicates.hpp | 212 return geometry::overlaps(g1, g2); in apply()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 30 #error Default Color Map overlaps with Logo Color Map
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_item.qml | 291 // click circle, overlaps and is above rect
|