Searched refs:in_val (Results 1 – 8 of 8) 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/within/ |
| H A D | multi_point.hpp | 137 int in_val = 0; in apply() local 141 || (in_val = point_in_geometry(*it, linear_or_areal, strategy)) < 0) in apply() 148 if (Within ? in_val > 0 : in_val >= 0) in apply() 219 … int in_val = point_in_geometry(*it, range::at(linear_or_areal, box_it->second), strategy); in apply() local 221 if (in_val > 0) in apply() 223 else if (in_val == 0) in apply() 230 if (result && in_val >= 0) in apply()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | mmap.c | 78 CHECK_FAIL(bss_data->in_val); in test_mmap() 80 CHECK_FAIL(skel->bss->in_val); in test_mmap() 91 bss_data->in_val = 123; in test_mmap() 97 CHECK_FAIL(bss_data->in_val != 123); in test_mmap() 99 CHECK_FAIL(skel->bss->in_val != 123); in test_mmap() 173 bss_data->in_val = 321; in test_mmap() 175 CHECK_FAIL(bss_data->in_val != 321); in test_mmap() 177 CHECK_FAIL(skel->bss->in_val != 321); in test_mmap() 227 CHECK_FAIL(bss_data->in_val != 321); in test_mmap() 229 CHECK_FAIL(skel->bss->in_val != 321); in test_mmap()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_mmap.c | 26 __u64 in_val = 0; variable 35 out_val = in_val; in test_mmap() 38 bpf_map_update_elem(&data_map, &two, (const void *)&in_val, 0); in test_mmap() 48 val = in_val * 3; in test_mmap()
|
| /OK3568_Linux_fs/kernel/drivers/platform/mellanox/ |
| H A D | mlxreg-io.c | 47 mlxreg_io_get_reg(void *regmap, struct mlxreg_core_data *data, u32 in_val, in mlxreg_io_get_reg() argument 76 if (in_val) in mlxreg_io_get_reg() 86 in_val = rol32(in_val, data->bit - 1) & data->mask; in mlxreg_io_get_reg() 88 *regval = (*regval & ~data->mask) | in_val; in mlxreg_io_get_reg()
|
| /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 D | multi_point_geometry.hpp | 190 int in_val = detail::within::point_in_geometry(*it, single_geometry, strategy); in apply() local 192 if (in_val > 0) // within in apply() 196 else if (in_val == 0) in apply() 306 int in_val = detail::within::point_in_geometry(point, single, m_strategy); in apply() local 308 if (in_val > 0) // within in apply() 312 else if (in_val == 0) in apply() 417 int in_val = detail::within::point_in_geometry(point, single, strategy); in apply() local 419 if (in_val > 0) // within in apply() 424 else if (in_val == 0) // on boundary of single in apply()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/ |
| H A D | single_view.hpp | 51 explicit single_view(typename detail::call_param<T>::type in_val) in single_view() 52 : val(in_val) {} in single_view()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | menf21bmc_hwmon.c | 39 int in_val[BMC_VOLT_COUNT]; member 68 drv_data->in_val[i] = val; in menf21bmc_hwmon_update() 116 return sprintf(buf, "%d\n", drv_data->in_val[attr->index]); in in_show()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-armada-37xx.c | 595 u32 in_val, in_reg = INPUT_VAL; in armada_37xx_irq_set_type() local 598 regmap_read(info->regmap, in_reg, &in_val); in armada_37xx_irq_set_type() 601 if (in_val & BIT(d->hwirq % GPIO_PER_REG)) in armada_37xx_irq_set_type()
|