Home
last modified time | relevance | path

Searched full:overlaps (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/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 Dinterface.hpp49 struct overlaps struct
65 \ingroup overlaps
68 \tparam Strategy \tparam_strategy{Overlaps}
71 \param strategy \param_strategy{overlaps}
75 \qbk{[include reference/algorithms/overlaps.qbk]}
78 inline bool overlaps(Geometry1 const& geometry1, in overlaps() function
85 return dispatch::overlaps in overlaps()
94 \ingroup overlaps
101 \qbk{[include reference/algorithms/overlaps.qbk]}
104 inline bool overlaps(Geometry1 const& geometry1, Geometry2 const& geometry2) in overlaps() function
[all …]
H A Dimplementation.hpp32 #include <boost/geometry/algorithms/detail/overlaps/interface.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()
129 …http://docs.codehaus.org/display/GEOTDOC/02+Geometry+Relationships#02GeometryRelationships-Overlaps in apply()
133 return overlaps && ! within1 && ! within2; in apply()
137 }} // namespace detail::overlaps
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dip_defrag.sh43 echo "ipv4 defrag with overlaps"
49 echo "ipv6 defrag with overlaps"
58 echo "ipv6 nf_conntrack defrag with overlaps"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Doverlaps.hpp23 #include <boost/geometry/algorithms/detail/overlaps/interface.hpp>
24 #include <boost/geometry/algorithms/detail/overlaps/implementation.hpp>
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutaddress.c152 * DESCRIPTION: Check if the input address range overlaps any of the
183 * Check if the requested address/length overlaps this in acpi_ut_check_address_range()
188 * 2) Input address/length overlaps range at the range start in acpi_ut_check_address_range()
189 * 3) Input address/length overlaps range at the range end in acpi_ut_check_address_range()
H A Dutxface.c408 * DESCRIPTION: Check if the input address range overlaps any of the
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/u-boot/tools/buildman/
H A Dtest.py53 powerpc-linux-ld: u-boot: section .text lma 0xfffc0000 overlaps previous sections
54 powerpc-linux-ld: u-boot: section .rodata lma 0xfffef3ec overlaps previous sections
55 powerpc-linux-ld: u-boot: section .reloc lma 0xffffa400 overlaps previous sections
56 powerpc-linux-ld: u-boot: section .data lma 0xffffcd38 overlaps previous sections
57 powerpc-linux-ld: u-boot: section .u_boot_cmd lma 0xffffeb40 overlaps previous sections
58 powerpc-linux-ld: u-boot: section .bootpg lma 0xfffff198 overlaps previous sections
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dx86_fake_mem.c50 /* fake range overlaps descriptor */; in efi_fake_memmap_early()
56 * descriptor in case the fake range overlaps in efi_fake_memmap_early()
/OK3568_Linux_fs/kernel/mm/
H A Dusercopy.c45 * Reject: object partially overlaps the stack (passing the in check_stack_object()
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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dpredicates.hpp176 \brief Generate \c overlaps() predicate.
179 Value will be returned by the query if <tt>bg::overlaps(Indexable, Geometry)</tt>
184 bgi::query(spatial_index, bgi::overlaps(box), std::back_inserter(result));
195 overlaps(Geometry const& g) in overlaps() function
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Darmada-385-linksys-shelby.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-caiman.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-cobra.dts103 /* kernel1 overlaps with rootfs1 by design */
114 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-385-linksys-rango.dts117 /* kernel1 overlaps with rootfs1 by design */
128 /* kernel2 overlaps with rootfs2 by design */
H A Darmada-xp-linksys-mamba.dts357 /* kernel1 overlaps with rootfs1 by design */
368 /* kernel2 overlaps with rootfs2 by design */
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vsx.c35 #define FPR20 20 /* FPR20 overlaps VSX20 most significant doubleword */
71 * i.e. vr0-31 overlaps fully vsr32-63. in signal_usr1()
82 * most significant 64 bits of vsr0-31 (f0-31), as it overlaps the FP in signal_usr1()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_ddp.c80 * i40e_ddp_does_profiles_ - checks if DDP overlaps with existing one.
84 * checks if DDP profile overlaps with existing one.
85 * Returns >0 if the profile overlaps.
332 netdev_err(netdev, "DDP profile overlaps with existing one."); in i40e_ddp_load()
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dauxvec.h7 * glibc and any overlaps can cause problems
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dtask_size_32.h6 #error User TASK_SIZE overlaps with KERNEL_START address
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c155 rdt_last_cmd_puts("CBM overlaps with pseudo-locked region\n"); in parse_cbm()
164 rdt_last_cmd_puts("Overlaps with exclusive group\n"); in parse_cbm()
171 rdt_last_cmd_puts("Overlaps with other group\n"); in parse_cbm()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dhw_breakpoint.c251 * Checks whether the range [addr, end], overlaps the area [base, base + size).
260 * Checks whether the range from addr to end, inclusive, overlaps the fixed
334 * Prevent any breakpoint of any type that overlaps the CPU in arch_build_bp_info()
/OK3568_Linux_fs/buildroot/package/php/
H A DConfig.in4 # 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/algorithms/detail/relate/
H A Dlinear_areal.hpp340 // we can be sure that the exterior overlaps the boundary in apply()
355 // we can be sure that the exterior overlaps the boundary in apply()
368 // we can be sure that the exterior overlaps the boundary in apply()
383 // we can be sure that the exterior overlaps the boundary in apply()
406 // we can be sure that the boundary of Areal overlaps the exterior of Linear in apply()
426 // we can be sure that the exterior overlaps the boundary in apply()
832 // interiors overlaps in apply()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmerror.h489 /* heap address overlaps with FW address space */
492 /* heap address overlaps with bootloader data/bss region */
495 /* heap address overlaps with bootloader stack region */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmerror.h489 /* heap address overlaps with FW address space */
492 /* heap address overlaps with bootloader data/bss region */
495 /* heap address overlaps with bootloader stack region */

12345678910>>...13