Home
last modified time | relevance | path

Searched defs:overlaps (Results 1 – 11 of 11) sorted by relevance

/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
78 inline bool overlaps(Geometry1 const& geometry1, in overlaps() function
104 inline bool overlaps(Geometry1 const& geometry1, Geometry2 const& geometry2) in overlaps() function
H A Dimplementation.hpp39 namespace detail { namespace overlaps namespace
119 bool overlaps = true; in apply() local
146 struct overlaps<Box1, Box2, box_tag, box_tag> struct
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutxface.c418 u32 overlaps; in acpi_check_address_range() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dpredicates.hpp195 overlaps(Geometry const& g) in overlaps() function
/OK3568_Linux_fs/kernel/mm/
H A Dusercopy.c103 static bool overlaps(const unsigned long ptr, unsigned long n, in overlaps() function
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/
H A Dsymbolize.py333 def overlaps(self, section, addr, size): member in Symbolizer
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/
H A Dsymbolize.py333 def overlaps(self, section, addr, size): member in Symbolizer
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_buddy.c320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() function
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dset_memory.c388 static bool overlaps(unsigned long r1_start, unsigned long r1_end, in overlaps() function
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_receiver.c2337 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps() function
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.c3369 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps() function