Home
last modified time | relevance | path

Searched defs:is_generic (Results 1 – 3 of 3) 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/relate/
H A Dinterface.hpp59 struct is_generic struct
61 static const bool value = is_supported_by_generic<Geometry1>::value
67 struct is_generic<Point, Geometry, point_tag, Tag> struct
69 static const bool value = is_supported_by_generic<Geometry>::value;
73 struct is_generic<Geometry, Point, Tag, point_tag> struct
75 static const bool value = is_supported_by_generic<Geometry>::value;
79 struct is_generic<Point1, Point2, point_tag, point_tag> struct
81 static const bool value = false;
/OK3568_Linux_fs/kernel/include/linux/pinctrl/
H A Dpinconf.h40 bool is_generic; member
/OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/
H A Dtm6000-cards.c41 #define is_generic(model) ((model == TM6000_BOARD_UNKNOWN) || \ macro