| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libomxil/libomxil-0.9.3/ |
| H A D | disable-so-versioning.patch | 7 … -rub libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am libomxil-bellagio-0.9.… 8 --- libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am 2014-07-20 15:22:00.85842… 9 +++ libomxil-bellagio-0.9.3/src/components/audio_effects/Makefile.am 2014-07-20 15:25:42.687525225 … 16 …ff -rub libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am libomxil-bellagio-0.9.3/s… 17 --- libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am 2014-07-20 15:22:00.858425234 … 18 +++ libomxil-bellagio-0.9.3/src/components/clocksrc/Makefile.am 2014-07-20 15:24:49.151259753 -0400 25 …-rub libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am libomxil-bellagio-0.9.… 26 --- libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am 2014-07-20 15:22:00.8624… 27 +++ libomxil-bellagio-0.9.3/src/components/videoscheduler/Makefile.am 2014-07-20 15:22:36.462601786…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_buffer.cpp | 52 info->components = 1; in xcam_video_buffer_info_reset() 60 info->components = 2; in xcam_video_buffer_info_reset() 69 info->components = 1; in xcam_video_buffer_info_reset() 76 info->components = 1; in xcam_video_buffer_info_reset() 83 info->components = 1; in xcam_video_buffer_info_reset() 99 info->components = 1; in xcam_video_buffer_info_reset() 106 info->components = 1; in xcam_video_buffer_info_reset() 113 info->components = 1; in xcam_video_buffer_info_reset() 124 info->components = 1; in xcam_video_buffer_info_reset() 138 info->components = 1; in xcam_video_buffer_info_reset() [all …]
|
| H A D | v4l2_buffer_proxy.cpp | 108 info.components = 2; in v4l2_format_to_video_info() 115 info.components = 3; in v4l2_format_to_video_info() 124 info.components = 1; in v4l2_format_to_video_info() 134 info.components = 1; in v4l2_format_to_video_info() 143 info.components = 1; in v4l2_format_to_video_info() 152 info.components = 1; in v4l2_format_to_video_info()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0028-linux-Fix-integer-overflows-in-initrd-size-handling.patch | 82 initrd_ctx->components[i].newc_name = grub_strndup (ptr, eptr - ptr); 83 - if (!initrd_ctx->components[i].newc_name) 84 + if (!initrd_ctx->components[i].newc_name || 85 + insert_dir (initrd_ctx->components[i].newc_name, &root, 0, 93 - + grub_strlen (initrd_ctx->components[i].newc_name), 95 - initrd_ctx->size += insert_dir (initrd_ctx->components[i].newc_name, 97 + name_len = grub_strlen (initrd_ctx->components[i].newc_name); 121 initrd_ctx->components[i].size 122 = grub_file_size (initrd_ctx->components[i].file); 123 - initrd_ctx->size += initrd_ctx->components[i].size; [all …]
|
| H A D | 0027-loader-linux-Avoid-overflow-on-initrd-size-calculati.patch | 22 initrd_ctx->components = 0; 24 - initrd_ctx->components = grub_zalloc (argc 25 - * sizeof (initrd_ctx->components[0])); 26 + initrd_ctx->components = grub_calloc (argc, sizeof (initrd_ctx->components[0])); 27 if (!initrd_ctx->components)
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | build_OID_registry | 53 my @components = split(/[.]/, $oid); 56 my $size = $#components; 57 for (my $loop = 2; $loop <= $#components; $loop++) { 58 my $c = $components[$loop]; 93 my @components = split(/[.]/, $oids[$i]); 95 push @octets, $components[0] * 40 + $components[1]; 97 for (my $loop = 2; $loop <= $#components; $loop++) { 98 my $c = $components[$loop];
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0004-Fix-build-with-gcc-11.patch | 8 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/… 11 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/… 14 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/… 17 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/… 20 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/… 23 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/… 29 toolkit/components/telemetry/other/ProcessedStack.cpp | 1 + 32 diff --git a/toolkit/components/telemetry/other/ProcessedStack.cpp b/toolkit/components/telemetry/o… 34 --- a/toolkit/components/telemetry/other/ProcessedStack.cpp 35 +++ b/toolkit/components/telemetry/other/ProcessedStack.cpp
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | afbc.rst | 21 AFBC streams can contain several components - where a component 59 In AFBC, 'X' components are not treated any differently from any other 61 encodes with 4 components, like so: 127 - Plane 0: 4 components 135 - Plane 0: 4 components 143 - Plane 0: 3 components 150 - Plane 0: 3 components 157 - Plane 0: 4 components 165 - Plane 0: 3 components 172 - Plane 0: 3 components [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | devcom.c | 11 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \ 27 struct mlx5_devcom_component components[MLX5_DEVCOM_NUM_COMPONENTS]; member 160 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component() 175 comp = &devcom->priv->components[id]; in mlx5_devcom_unregister_component() 192 comp = &devcom->priv->components[id]; in mlx5_devcom_send_event() 211 comp = &devcom->priv->components[id]; in mlx5_devcom_set_paired() 223 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired() 235 comp = &devcom->priv->components[id]; in mlx5_devcom_get_peer_data() 252 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | coercion.cpp | 42 [&](const std::vector<Value>& components) -> EvaluationResult { in toColor() argument 43 std::size_t len = components.size(); in toColor() 44 … bool isNumeric = std::all_of(components.begin(), components.end(), [](const Value& item) { in toColor() 49 components[0].template get<double>(), in toColor() 50 components[1].template get<double>(), in toColor() 51 components[2].template get<double>(), in toColor() 52 len == 4 ? components[3].template get<double>() : 1.0 in toColor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/components_impl/ |
| H A D | arity10_0.hpp | 27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (BOOST_FT_nullary_p… 37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 BOOST_FT_ell) B… 47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 BOOST_FT_e… 57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 BOOST… 67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … [all …]
|
| H A D | arity10_1.hpp | 27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) ( BOOST_FT_ell) BOO… 37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 BOOST_FT_ell) B… 47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 BOOST_FT_e… 57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 BOOST… 67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
|
| H A D | arity20_0.hpp | 28 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 38 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 48 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 58 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 68 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 78 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 88 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 98 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 108 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 … 118 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
|
| H A D | arity20_1.hpp | 28 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 38 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 48 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 58 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 68 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 78 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 88 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 98 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 108 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 … 118 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
|
| /OK3568_Linux_fs/debian/scripts/rkstage0/--exclude=info/debootstrap/ |
| H A D | debootstrap.log | 1 I don't know how to detect arch '--components', sorry. 2 I don't know how to detect arch '--components', sorry. 3 I don't know how to detect arch '--components', sorry. 4 I don't know how to detect arch '--components', sorry.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_retag_default_cc/ |
| H A D | preprocessed.hpp | 38 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; 44 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; 50 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits; 56 typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | jpeg_reader.cpp | 119 size_t components = cinfo.output_components; in decodeJPEG() local 120 size_t rowStride = components * width; in decodeJPEG() 131 dst[0] = buffer[0][components * i]; in decodeJPEG() 134 if (components > 2) { in decodeJPEG() 135 dst[1] = buffer[0][components * i + 1]; in decodeJPEG() 136 dst[2] = buffer[0][components * i + 2]; in decodeJPEG()
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | enclosure.c | 115 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument 119 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register() 127 edev->components = components; in enclosure_register() 137 for (i = 0; i < components; i++) { in enclosure_register() 171 for (i = 0; i < edev->components; i++) in enclosure_unregister() 254 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name() 291 if (number >= edev->components) in enclosure_component_alloc() 369 if (!edev || component >= edev->components) in enclosure_add_device() 407 for (i = 0; i < edev->components; i++) { in enclosure_remove_device() 429 return snprintf(buf, 40, "%d\n", edev->components); in components_show() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/ |
| H A D | to_sequence.hpp | 29 , to_sequence< components<T> > 37 struct to_sequence< components<T,U> > 39 typedef typename components<T,U>::types type;
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/boards/ |
| H A D | sof_sdw_rt715.c | 18 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt715_rtd_init() 20 card->components); in rt715_rtd_init() 21 if (!card->components) in rt715_rtd_init()
|
| H A D | sof_sdw_rt715_sdca.c | 18 card->components = devm_kasprintf(card->dev, GFP_KERNEL, in rt715_sdca_rtd_init() 20 card->components); in rt715_sdca_rtd_init() 21 if (!card->components) in rt715_sdca_rtd_init()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/huawei/ |
| H A D | hinic.rst | 37 hinic_hwdev - Implement the HW details of the device and include the components 40 hinic_hwdev contains the following components: 52 MGMT components: 66 IO components: 85 IO - de/constructs all the IO components. (hinic_hw_io.c, hinic_hw_io.h) 90 HW device - de/constructs the HW Interface, the MGMT components on the 91 initialization of the driver and the IO components on the case of Interface 95 hinic_dev contains the following components:
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/ |
| H A D | weatherinfo.pro | 10 components/WeatherIcon.qml \ 11 components/ForecastIcon.qml \ 12 components/BigForecastIcon.qml \
|
| H A D | weatherinfo.qrc | 4 <file>components/BigForecastIcon.qml</file> 5 <file>components/ForecastIcon.qml</file> 6 <file>components/WeatherIcon.qml</file>
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | check-sysctl-docs | 167 split(paths[tables[1]], components, "/") 168 if (length(components) > 1 && components[1] == table) { 170 seen[components[2]]++
|