| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | line_line_intersection.hpp | 42 = determinant<coordinate_type>(get<0>(pi) - get<0>(pj), in apply() 43 get<1>(pi) - get<1>(pj), in apply() 44 get<0>(qi) - get<0>(qj), in apply() 45 get<1>(qi) - get<1>(qj)); in apply() 59 return parallel_continue(get<0>(qj) - get<0>(qi), in apply() 60 get<1>(qj) - get<1>(qi), in apply() 61 get<0>(pj) - get<0>(pi), in apply() 62 get<1>(pj) - get<1>(pi)) in apply() 68 … coordinate_type d1 = determinant<coordinate_type>(get<0>(pi), get<1>(pi), get<0>(pj), get<1>(pj)); in apply() 69 … coordinate_type d2 = determinant<coordinate_type>(get<0>(qi), get<1>(qi), get<0>(qj), get<1>(qj)); in apply() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_priv.h | 38 /** Private command ID to set one int/get word char */ 40 /** Private command ID to get version */ 42 /** Private command ID to get extended version */ 45 /** Private command ID to set/get none */ 79 /** Private command ID to set/get sixteen int */ 81 /** Private command ID to set/get TX power configurations */ 84 /** Private command ID to set/get driver debug */ 87 /** Private command ID to set/get beacon interval */ 89 /** Private command ID to get RSSI */ 91 /** Private command ID to set/get Deep Sleep mode */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | symbol_layer.cpp | 102 return impl().layout.get<SymbolPlacement>(); in getSymbolPlacement() 109 impl_->layout.get<SymbolPlacement>() = value; in setSymbolPlacement() 118 return impl().layout.get<SymbolSpacing>(); in getSymbolSpacing() 125 impl_->layout.get<SymbolSpacing>() = value; in setSymbolSpacing() 134 return impl().layout.get<SymbolAvoidEdges>(); in getSymbolAvoidEdges() 141 impl_->layout.get<SymbolAvoidEdges>() = value; in setSymbolAvoidEdges() 150 return impl().layout.get<IconAllowOverlap>(); in getIconAllowOverlap() 157 impl_->layout.get<IconAllowOverlap>() = value; in setIconAllowOverlap() 166 return impl().layout.get<IconIgnorePlacement>(); in getIconIgnorePlacement() 173 impl_->layout.get<IconIgnorePlacement>() = value; in setIconIgnorePlacement() [all …]
|
| H A D | line_layer.cpp | 102 return impl().layout.get<LineCap>(); in getLineCap() 109 impl_->layout.get<LineCap>() = value; in setLineCap() 118 return impl().layout.get<LineJoin>(); in getLineJoin() 125 impl_->layout.get<LineJoin>() = value; in setLineJoin() 134 return impl().layout.get<LineMiterLimit>(); in getLineMiterLimit() 141 impl_->layout.get<LineMiterLimit>() = value; in setLineMiterLimit() 150 return impl().layout.get<LineRoundLimit>(); in getLineRoundLimit() 157 impl_->layout.get<LineRoundLimit>() = value; in setLineRoundLimit() 169 return impl().paint.template get<LineOpacity>().value; in getLineOpacity() 176 impl_->paint.template get<LineOpacity>().value = value; in setLineOpacity() [all …]
|
| H A D | circle_layer.cpp | 104 return impl().paint.template get<CircleRadius>().value; in getCircleRadius() 111 impl_->paint.template get<CircleRadius>().value = value; in setCircleRadius() 118 impl_->paint.template get<CircleRadius>().options = options; in setCircleRadiusTransition() 123 return impl().paint.template get<CircleRadius>().options; in getCircleRadiusTransition() 131 return impl().paint.template get<CircleColor>().value; in getCircleColor() 138 impl_->paint.template get<CircleColor>().value = value; in setCircleColor() 145 impl_->paint.template get<CircleColor>().options = options; in setCircleColorTransition() 150 return impl().paint.template get<CircleColor>().options; in getCircleColorTransition() 158 return impl().paint.template get<CircleBlur>().value; in getCircleBlur() 165 impl_->paint.template get<CircleBlur>().value = value; in setCircleBlur() [all …]
|
| H A D | raster_layer.cpp | 82 return impl().paint.template get<RasterOpacity>().value; in getRasterOpacity() 89 impl_->paint.template get<RasterOpacity>().value = value; in setRasterOpacity() 96 impl_->paint.template get<RasterOpacity>().options = options; in setRasterOpacityTransition() 101 return impl().paint.template get<RasterOpacity>().options; in getRasterOpacityTransition() 109 return impl().paint.template get<RasterHueRotate>().value; in getRasterHueRotate() 116 impl_->paint.template get<RasterHueRotate>().value = value; in setRasterHueRotate() 123 impl_->paint.template get<RasterHueRotate>().options = options; in setRasterHueRotateTransition() 128 return impl().paint.template get<RasterHueRotate>().options; in getRasterHueRotateTransition() 136 return impl().paint.template get<RasterBrightnessMin>().value; in getRasterBrightnessMin() 143 impl_->paint.template get<RasterBrightnessMin>().value = value; in setRasterBrightnessMin() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_dma.c | 33 /* Fetch and adjust GPU GET pointer 36 * value >= 0, the adjusted GET pointer 37 * -EINVAL if GET pointer currently outside main push buffer 49 /* reset counter as long as GET is still advancing, this is in READ_GET() 101 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local 102 if (get != prev_get) { in nv50_dma_push_wait() 103 prev_get = get; in nv50_dma_push_wait() 113 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait() 132 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local 133 if (unlikely(get < 0)) { in nv50_dma_wait() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | Kconfig | 46 If you say yes here you get support for the thermal sensor part 58 If you say yes here you get support for the sensor part of the first 73 If you say yes here you get support for the sensor part of the 87 If you say yes here you get support for the Analog Devices 97 If you say yes here you get support for the Analog Devices 107 If you say yes here you get support for the Analog Devices 117 If you say yes here you get support for Analog Devices ADM1021 129 If you say yes here you get support for Analog Devices ADM1025 140 If you say yes here you get support for Analog Devices ADM1026 150 If you say yes here you get support for Analog Devices ADM1029 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | Kconfig | 141 If you say yes here you get support for the 160 If you say yes here you get support for RTC function in Marvell 170 If you say yes here you get support for RTC function in Marvell 180 If you say yes here you get support for the Abracon 190 If you say yes here you get support for the Abracon 200 If you say yes here you get support for Abracon AB080X and AB180X 211 If you say yes here you get support for the real-time clock found 222 If you say yes here you get support for the wake-timer found on 232 If you say yes here you get support for the RTC of ams AS3722 PMIC 243 If you say yes here you get support for various compatible RTC [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_priv.h | 37 /** Private command ID to set one int/get word char */ 39 /** Private command ID to get version */ 41 /** Private command ID to get extended version */ 44 /** Private command ID to set/get none */ 72 /** Private command ID to set/get sixteen int */ 74 /** Private command ID to set/get TX power configurations */ 77 /** Private command ID to set/get driver debug */ 80 /** Private command ID to set/get beacon interval */ 82 /** Private command ID to set/get ATIM window */ 84 /** Private command ID to get RSSI */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | value.hpp | 23 static Type Get(); 30 static Type Get(); 37 static Type Get(); 44 static Type Get(); 51 static Type Get(); 58 static Type Get(); 69 static Type Get(); 80 static Type Get(); 91 static Type Get(); 102 static Type Get(); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | suni.c | 42 #define GET(reg) dev->ops->phy_get(dev,SUNI_##reg) macro 44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg) 68 ADD_LIMITED(section_bip,(GET(RSOP_SBL) & 0xff) | in suni_hz() 69 ((GET(RSOP_SBM) & 0xff) << 8)); in suni_hz() 70 ADD_LIMITED(line_bip,(GET(RLOP_LBL) & 0xff) | in suni_hz() 71 ((GET(RLOP_LB) & 0xff) << 8) | in suni_hz() 72 ((GET(RLOP_LBM) & 0xf) << 16)); in suni_hz() 73 ADD_LIMITED(path_bip,(GET(RPOP_PBL) & 0xff) | in suni_hz() 74 ((GET(RPOP_PBM) & 0xff) << 8)); in suni_hz() 75 ADD_LIMITED(line_febe,(GET(RLOP_LFL) & 0xff) | in suni_hz() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | Kconfig | 21 If you say yes here you get hardware monitoring support for generic 34 If you say yes here you get hardware monitoring support for Analog 43 If you say yes here you get hardware monitoring support for Analog 53 If you say yes here you get hardware monitoring support for BEL 63 If you say yes here you get hardware monitoring support for the IBM 72 If you say yes here you get hardware monitoring support for the INSPUR 81 If you say yes here you get hardware monitoring support for the 90 If you say yes here you get hardware monitoring support for Infineon 99 If you say yes here you get hardware monitoring support for the 108 If you say yes here you get hardware monitoring support for Renesas [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_symbol_layer.cpp | 58 auto hasIconOpacity = evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 || in evaluate() 59 evaluated.get<style::IconHaloColor>().constantOr(Color::black()).a > 0; in evaluate() 60 auto hasTextOpacity = evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 || in evaluate() 61 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0; in evaluate() 63 …passes = ((evaluated.get<style::IconOpacity>().constantOr(1) > 0 && hasIconOpacity && iconSize > 0) in evaluate() 64 … || (evaluated.get<style::TextOpacity>().constantOr(1) > 0 && hasTextOpacity && textSize > 0)) in evaluate() 94 auto& programInstance = program.get(paintProperties); in render() 136 const bool alongLine = layout.get<SymbolPlacement>() != SymbolPlacementType::Point && in render() 137 layout.get<IconRotationAlignment>() == AlignmentType::Map; in render() 151 … const bool iconScaled = layout.get<IconSize>().constantOr(1.0) != 1.0 || bucket.iconsNeedLinear; in render() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap2/ |
| H A D | sram243x.S | 37 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg 47 ldr r10, [r11] @ get current val 50 mvn r9, #0x4 @ mask to get clear bit2 57 /* get dll value */ 58 add r11, r11, #0x4 @ get addr of status reg 59 ldr r10, [r11] @ get locked value 97 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl. 98 ldr r5, [r4] @ get value. 99 ldr r6, prcm_mask_val @ get value of mask 103 mov r3, #0x4000 @ get val for force [all …]
|
| H A D | sram242x.S | 37 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg 47 ldr r10, [r11] @ get current val 50 mvn r9, #0x4 @ mask to get clear bit2 57 /* get dll value */ 58 add r11, r11, #0x4 @ get addr of status reg 59 ldr r10, [r11] @ get locked value 97 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl. 98 ldr r5, [r4] @ get value. 99 ldr r6, prcm_mask_val @ get value of mask 103 mov r3, #0x4000 @ get val for force [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | bitbake-whatchanged | 85 pn_task = "%s_%s" % (dict_in.get(k).get('pn'), dict_in.get(k).get('task')) 88 full_path_pre = dict_out.get(pn_task).get('path') 89 full_path_cur = dict_in.get(k).get('path') 92 subdict['pv'] = dict_in.get(k).get('pv') 93 subdict['pr'] = dict_in.get(k).get('pr') 94 subdict['path'] = dict_in.get(k).get('path') 116 added[k] = d_new.get(k) 130 added_format[pn] = "%s %s" % (added_format.get(pn), task) 136 print(" %s: %s" % (k, added_format.get(k))) 148 if d_new.get(k).get(vr) != d_old.get(k).get(vr): [all …]
|
| /OK3568_Linux_fs/buildroot/package/read-edid/ |
| H A D | 0003-fix-build-with-gcc-10.patch | 6 …-gnueabihf/bin/ld: CMakeFiles/get-edid.dir/i2c.c.o:(.bss+0x0): multiple definition of `quiet'; CMa… 14 diff -Nura read-edid-3.0.2.orig/get-edid/classic.c read-edid-3.0.2/get-edid/classic.c 15 --- read-edid-3.0.2.orig/get-edid/classic.c 2020-09-25 23:25:01.928805414 +0200 16 +++ read-edid-3.0.2/get-edid/classic.c 2020-09-25 23:26:37.440807301 +0200 26 diff -Nura read-edid-3.0.2.orig/get-edid/get-edid.c read-edid-3.0.2/get-edid/get-edid.c 27 --- read-edid-3.0.2.orig/get-edid/get-edid.c 2020-09-25 23:25:01.928805414 +0200 28 +++ read-edid-3.0.2/get-edid/get-edid.c 2020-09-25 23:28:20.740809341 +0200 38 diff -Nura read-edid-3.0.2.orig/get-edid/i2c.c read-edid-3.0.2/get-edid/i2c.c 39 --- read-edid-3.0.2.orig/get-edid/i2c.c 2020-09-25 23:25:01.928805414 +0200 40 +++ read-edid-3.0.2/get-edid/i2c.c 2020-09-25 23:28:32.152809567 +0200
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-raspberrypi-exp.c | 57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local 62 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_polarity() 65 &get, sizeof(get)); in rpi_exp_gpio_get_polarity() 66 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_polarity() 67 dev_err(gc->parent, "Failed to get GPIO %u config (%d %x)\n", in rpi_exp_gpio_get_polarity() 68 off, ret, get.gpio); in rpi_exp_gpio_get_polarity() 71 return get.polarity; in rpi_exp_gpio_get_polarity() 135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local 140 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_direction() 143 &get, sizeof(get)); in rpi_exp_gpio_get_direction() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | pointer.h | 62 * 1) A get() API for returning the stored pointer value. in _GLIBCXX_VISIBILITY() 77 get() const in _GLIBCXX_VISIBILITY() 118 get() const in _GLIBCXX_VISIBILITY() 140 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 141 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 145 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 146 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 170 get() const in _GLIBCXX_VISIBILITY() 192 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 193 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | pointer.h | 62 * 1) A get() API for returning the stored pointer value. in _GLIBCXX_VISIBILITY() 77 get() const in _GLIBCXX_VISIBILITY() 118 get() const in _GLIBCXX_VISIBILITY() 140 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 141 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 145 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 146 == reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() 170 get() const in _GLIBCXX_VISIBILITY() 192 { return (reinterpret_cast<_UIntPtrType>(this->get()) in _GLIBCXX_VISIBILITY() 193 < reinterpret_cast<_UIntPtrType>(__rarg.get())); } in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sockios.h | 35 /* Get stamp (timeval) */ 37 /* Get stamp (timespec) */ 57 #define SIOCGIFNAME 0x8910 /* get iface name */ 59 #define SIOCGIFCONF 0x8912 /* get iface list */ 60 #define SIOCGIFFLAGS 0x8913 /* get flags */ 62 #define SIOCGIFADDR 0x8915 /* get PA address */ 64 #define SIOCGIFDSTADDR 0x8917 /* get remote PA address */ 66 #define SIOCGIFBRDADDR 0x8919 /* get broadcast PA address */ 68 #define SIOCGIFNETMASK 0x891b /* get network PA mask */ 70 #define SIOCGIFMETRIC 0x891d /* get metric */ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/ |
| H A D | collect_vectors.hpp | 90 : x(get<0>(p1)) in collected_vector() 91 , y(get<1>(p1)) in collected_vector() 92 , dx(get<0>(p2) - x) in collected_vector() 93 , dy(get<1>(p2) - y) in collected_vector() 180 : origin(get<0>(p1), get<1>(p1)) in collected_vector() 206 if (math::equals(get<0>(origin), get<0>(other.origin))) in operator <() 208 if (math::equals(get<1>(origin), get<1>(other.origin))) in operator <() 210 if (math::equals(get<0>(direction), get<0>(other.direction))) in operator <() 212 if (math::equals(get<1>(direction), get<1>(other.direction))) in operator <() 214 return get<2>(direction) < get<2>(other.direction); in operator <() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 40 project_enable = ('1' == os.environ.get('TOASTER_BUILDSERVER')) 41 is_project_specific = ('1' == os.environ.get('TOASTER_PROJECTSPECIFIC')) 246 …return "%s:+" % orderkey if request.GET.get('orderby', "") == "%s:-" % orderkey else "%s:-" % orde… 248 …return "%s:-" % orderkey if request.GET.get('orderby', "") == "%s:+" % orderkey else "%s:+" % orde… 251 if request.GET.get('orderby', "") == "%s:+"%orderkey: 253 elif request.GET.get('orderby', "") == "%s:-"%orderkey: 305 ordering_string, invalid = _validate_input(request.GET.get('orderby', ''), model) 309 filter_string, invalid = _validate_input(request.GET.get('filter', ''), model) 313 search_term = request.GET.get('search', '') 343 # if the value is given explicitly as a GET parameter it will be the first selected, [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | direction_code.hpp | 41 math::equals(geometry::get<Index>(point1), geometry::get<Index>(point2)) in sign_of_difference() 45 (geometry::get<Index>(point1) > geometry::get<Index>(point2) ? 1 : -1); in sign_of_difference() 67 if ( (math::equals(geometry::get<0>(segment_b), geometry::get<0>(segment_a)) in apply() 68 && math::equals(geometry::get<1>(segment_b), geometry::get<1>(segment_a))) in apply() 69 || (math::equals(geometry::get<0>(segment_b), geometry::get<0>(p)) in apply() 70 && math::equals(geometry::get<1>(segment_b), geometry::get<1>(p))) ) in apply() 75 calc_t x1 = geometry::get<0>(segment_b) - geometry::get<0>(segment_a); in apply() 76 calc_t y1 = geometry::get<1>(segment_b) - geometry::get<1>(segment_a); in apply() 77 calc_t x2 = geometry::get<0>(segment_b) - geometry::get<0>(p); in apply() 78 calc_t y2 = geometry::get<1>(segment_b) - geometry::get<1>(p); in apply() [all …]
|