Home
last modified time | relevance | path

Searched refs:is_valid (Results 1 – 25 of 153) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dinterface.hpp37 struct is_valid struct
44 return dispatch::is_valid<Geometry>::apply(geometry, visitor, strategy); in apply()
58 return dispatch::is_valid<Geometry>::apply(geometry, visitor, strategy_type()); in apply()
68 struct is_valid struct
77 return resolve_strategy::is_valid::apply(geometry, visitor, strategy); in apply()
82 struct is_valid<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
95 return is_valid<Geometry>::apply(geometry, m_policy, m_strategy); in operator ()()
118 inline bool is_valid(Geometry const& geometry, in is_valid() function
122 return resolve_variant::is_valid<Geometry>::apply(geometry, visitor, strategy); in is_valid()
143 inline bool is_valid(Geometry const& geometry, Strategy const& strategy) in is_valid() function
[all …]
H A Dlinear.hpp39 namespace detail { namespace is_valid namespace
113 struct is_valid struct
116 > : detail::is_valid::is_valid_linestring<Linestring>
127 class is_valid class
144 return detail::is_valid::is_valid_linestring in apply()
H A Dpointlike.hpp37 struct is_valid<Point, point_tag> struct
43 return ! detail::is_valid::has_invalid_coordinate in apply()
57 struct is_valid<MultiPoint, multi_point_tag, AllowEmptyMultiGeometries> struct
71 return ! detail::is_valid::has_invalid_coordinate in apply()
H A Dbox.hpp32 namespace detail { namespace is_valid namespace
102 struct is_valid<Box, box_tag> struct
103 : detail::is_valid::is_valid_box<Box>
H A Dring.hpp49 namespace detail { namespace is_valid namespace
224 struct is_valid struct
227 > : detail::is_valid::is_valid_ring<Ring>
H A Dsegment.hpp45 struct is_valid<Segment, segment_tag> struct
56 if (detail::is_valid::has_invalid_coordinate in apply()
H A Dpolygon.hpp71 namespace detail { namespace is_valid namespace
92 return detail::is_valid::is_valid_ring in apply()
129 if (! detail::is_valid::is_valid_ring in apply()
518 struct is_valid struct
521 > : detail::is_valid::is_valid_polygon<Polygon>
H A Dmultipolygon.hpp54 namespace detail { namespace is_valid namespace
386 struct is_valid struct
389 > : detail::is_valid::is_valid_multipolygon
/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 Dis_valid.hpp43 struct is_valid struct
48 (is_valid));
52 struct is_valid<Indexable, point_tag> struct
61 struct is_valid<Indexable, box_tag> struct
70 struct is_valid<Indexable, segment_tag> struct
81 inline bool is_valid(Indexable const& b) in is_valid() function
86 return dispatch::is_valid<Indexable>::apply(b); in is_valid()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/policies/is_valid/
H A Ddefault_policy.hpp24 static inline bool is_valid(validity_failure_type failure) in is_valid() function in boost::geometry::is_valid_default_policy
30 static inline bool is_valid(validity_failure_type failure, bool is_linear) in is_valid() function in boost::geometry::is_valid_default_policy
32 return is_valid(failure) in is_valid()
40 return is_valid(Failure); in apply()
46 return is_valid(Failure); in apply()
52 return is_valid(Failure, data1); in apply()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dnhm_idle.c69 static int *is_valid; variable
106 if (!is_valid[cpu]) in nhm_get_count_percent()
135 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_start()
154 is_valid[cpu] = !nhm_get_count(num, &val, cpu); in nhm_stop()
180 is_valid = calloc(cpu_count, sizeof(int)); in intel_nhm_register()
200 free(is_valid); in intel_nhm_unregister()
H A Dmperf_monitor.c81 static int *is_valid; variable
138 is_valid[cpu] = !ret; in mperf_init_stats()
151 is_valid[cpu] = !ret; in mperf_measure_stats()
162 if (!is_valid[cpu]) in mperf_get_count_percent()
201 if (!is_valid[cpu]) in mperf_get_count_freq()
351 is_valid = calloc(cpu_count, sizeof(int)); in mperf_register()
367 free(is_valid); in mperf_unregister()
H A Dsnb_idle.c58 static int *is_valid; variable
91 if (!is_valid[cpu]) in snb_get_count_percent()
135 is_valid[cpu] = !snb_get_count(num, &val, cpu); in snb_stop()
166 is_valid = calloc(cpu_count, sizeof(int)); in snb_register()
180 free(is_valid); in snb_unregister()
H A Dhsw_ext_idle.c60 static int *is_valid; variable
93 if (!is_valid[cpu]) in hsw_ext_get_count_percent()
137 is_valid[cpu] = !hsw_ext_get_count(num, &val, cpu); in hsw_ext_stop()
161 is_valid = calloc(cpu_count, sizeof(int)); in hsw_ext_register()
175 free(is_valid); in hsw_ext_unregister()
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/dhcp/
H A Dpacket.c151 int is_valid; in receive_packet() local
171 is_valid = 0; in receive_packet()
193 is_valid = 1; in receive_packet()
196 if (!is_valid) { in receive_packet()
/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dsys_eeprom.c72 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ macro
78 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \ macro
351 if (!is_valid) { in do_mac()
432 if (!is_valid) { in mac_read_from_eeprom()
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dvz89x.c48 bool is_valid; member
223 return data->is_valid ? 0 : -EAGAIN; in vz89x_get_measurement()
225 data->is_valid = false; in vz89x_get_measurement()
236 data->is_valid = true; in vz89x_get_measurement()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dsubdev-itf.c470 priv->toisp_inf.ch_info[0].is_valid = true; in sditf_channel_enable()
481 priv->toisp_inf.ch_info[0].is_valid = true; in sditf_channel_enable()
483 priv->toisp_inf.ch_info[1].is_valid = true; in sditf_channel_enable()
496 priv->toisp_inf.ch_info[0].is_valid = true; in sditf_channel_enable()
498 priv->toisp_inf.ch_info[1].is_valid = true; in sditf_channel_enable()
500 priv->toisp_inf.ch_info[2].is_valid = true; in sditf_channel_enable()
572 priv->toisp_inf.ch_info[0].is_valid = false; in sditf_channel_disable()
573 priv->toisp_inf.ch_info[1].is_valid = false; in sditf_channel_disable()
574 priv->toisp_inf.ch_info[2].is_valid = false; in sditf_channel_disable()
1164 priv->toisp_inf.ch_info[0].is_valid = false; in rkcif_subdev_media_init()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dnumeric_utils.hpp102 inline static bool is_valid(Char ch) in is_valid() function
285 if (!radix_check::is_valid(ch)) \
399 if (!radix_check::is_valid(ch)) \
460 if (!radix_check::is_valid(ch) || !extractor::call(ch, 0, val)) in parse_main()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c789 bool is_valid; in dcn10_link_encoder_validate_output_with_stream() local
799 is_valid = dcn10_link_encoder_validate_dvi_output( in dcn10_link_encoder_validate_output_with_stream()
806 is_valid = dcn10_link_encoder_validate_hdmi_output( in dcn10_link_encoder_validate_output_with_stream()
814 is_valid = dcn10_link_encoder_validate_dp_output( in dcn10_link_encoder_validate_output_with_stream()
818 is_valid = (stream->timing.pixel_encoding == PIXEL_ENCODING_RGB) ? true : false; in dcn10_link_encoder_validate_output_with_stream()
821 is_valid = true; in dcn10_link_encoder_validate_output_with_stream()
824 is_valid = false; in dcn10_link_encoder_validate_output_with_stream()
828 return is_valid; in dcn10_link_encoder_validate_output_with_stream()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_simple/
H A Dlinear.hpp229 detail::is_valid::debug_print_turns(turns.begin(), turns.end()); in has_self_intersections()
245 && ! detail::is_valid::has_duplicates in apply()
249 && ! detail::is_valid::has_spikes in apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/adv7511/
H A Dadv7511_cec.c197 bool is_valid = adv7511->cec_valid_addrs & (1 << i); in adv7511_cec_adap_log_addr() local
199 if (free_idx == ADV7511_MAX_ADDRS && !is_valid) in adv7511_cec_adap_log_addr()
201 if (is_valid && adv7511->cec_addr[i] == addr) in adv7511_cec_adap_log_addr()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Drange_run_impl.hpp78 BOOST_ASSERT(is_valid(range)); in set()
120 BOOST_ASSERT(is_valid(range)); in clear()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Darm-cci.c268 bool is_valid; in cci_disable_port_by_cpu() local
270 is_valid = cpu_port_is_valid(&cpu_port[cpu]); in cci_disable_port_by_cpu()
271 if (is_valid && cpu_port_match(&cpu_port[cpu], mpidr)) { in cci_disable_port_by_cpu()
/OK3568_Linux_fs/u-boot/board/varisys/common/
H A Dsys_eeprom.c54 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \ macro
331 if (!is_valid) { in do_mac()
450 if (!is_valid) { in mac_read_from_eeprom_common()

1234567